@import url(https://use.fontawesome.com/releases/v5.7.1/css/all.css);.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, .9);
  fill: rgba(0, 0, 0, .9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, .9);
  fill: rgba(0, 0, 0, .9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0; /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0; /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
          transition: fill .1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, .15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, .1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, .2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, .6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, .6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, .5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, .05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, .05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, .9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, .9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, .5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
          appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
          box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, .05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, .54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
          box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, .3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, .1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, .3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
          -moz-user-select: none;
           -ms-user-select: none;
               user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
          -moz-user-select: none;
           -ms-user-select: none;
               user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
          -moz-user-select: none;
           -ms-user-select: none;
               user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png");
}

table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png");
}

table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png");
}

table.dataTable tbody tr {
  background-color: white;
}

table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: whitesmoke;
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #a9b7d1;
}

table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3 {
  background-color: #f9f9f9;
}

table.dataTable.order-column tbody tr.selected>.sorting_1,
table.dataTable.order-column tbody tr.selected>.sorting_2,
table.dataTable.order-column tbody tr.selected>.sorting_3,
table.dataTable.display tbody tr.selected>.sorting_1,
table.dataTable.display tbody tr.selected>.sorting_2,
table.dataTable.display tbody tr.selected>.sorting_3 {
  background-color: #acbad4;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
  background-color: #a6b3cd;
}

table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
  background-color: #a7b5ce;
}

table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
  background-color: #a9b6d0;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
  background-color: #f9f9f9;
}

table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
  background-color: #fbfbfb;
}

table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
  background-color: #fdfdfd;
}

table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
  background-color: #acbad4;
}

table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
  background-color: #adbbd6;
}

table.dataTable.display tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
  background-color: #ebebeb;
}

table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
  background-color: #eee;
}

table.dataTable.display tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
  background-color: #a1aec7;
}

table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
  background-color: #a2afc8;
}

table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
  background-color: #a4b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: .5em;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: .755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: .25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: .5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody>table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: .5em;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_filter {
    margin-top: .5em;
  }
}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  30%,
  70% {
    opacity: 1;
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  30%,
  70% {
    opacity: 1;
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.1);
  }

  20% {
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.1);
  }

  20% {
    transform: scale(1);
  }
}

.dropzone,
.dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, .3);
  background: white;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: .5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity .2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, .9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, .8);
  background-color: rgba(255, 255, 255, .8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, .4);
  padding: 0 .4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
          animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
          animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all .2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity .4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
          animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, .9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity .3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: .5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
@charset "UTF-8";

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/material-icons/iconfont/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/material-icons/iconfont/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/material-icons/iconfont/MaterialIcons-Regular.woff") format("woff"), url("../fonts/material-icons/iconfont/MaterialIcons-Regular.ttf") format("truetype");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/*! 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: .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: .35em .75em .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,
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 {
  margin: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 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: #d2d8e1;
}

/**
 * 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;
}

img {
  max-width: 100%;
  height: auto;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: .5;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: .5;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

.container {
  width: 100%;
}

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

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

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table td {
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm td,
.table-sm th {
  padding: .3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, .075);
}

.table-primary,
.table-primary>td,
.table-primary>th {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #c8cbcf;
}

.table-success,
.table-success>td,
.table-success>th {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #b1dfbb;
}

.table-info,
.table-info>td,
.table-info>th {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #abdde5;
}

.table-warning,
.table-warning>td,
.table-warning>th {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger>td,
.table-danger>th {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #f1b0b7;
}

.table-light,
.table-light>td,
.table-light>th {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #ececf6;
}

.table-dark,
.table-dark>td,
.table-dark>th {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b9bbbe;
}

.table-active,
.table-active>td,
.table-active>th {
  background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, .075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, .075);
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive>.table-bordered {
  border: 0;
}

@media (max-width:575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm>.table-bordered {
    border: 0;
  }
}

@media (max-width:767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm>.table-bordered {
    border: 0;
  }
}

@media (max-width:991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm>.table-bordered {
    border: 0;
  }
}

@media (max-width:1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm>.table-bordered {
    border: 0;
  }
}

.list-reset {
  list-style: none;
  padding: 0;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: #22292f;
}

.bg-white {
  background-color: #fff;
}

.bg-green-dark {
  background-color: #6b7d5b;
}

.bg-green {
  background-color: #76b049;
}

.bg-green-light {
  background-color: #c4d9b1;
}

.bg-green-lightest {
  background-color: #e7f0df;
}

.bg-green-lighter {
  background-color: #f0f6eb;
}

.bg-blue-dark {
  background-color: #193156;
}

.bg-blue {
  background-color: #1d3964;
}

.bg-blue-light-0 {
  background-color: #5b767d;
}

.bg-blue-light {
  background-color: #55bdda;
}

.bg-blue-lightest-0 {
  background-color: #b1cad9;
}

.bg-blue-lightest {
  background-color: #a6b1c2;
}

.bg-blue-lighter-0 {
  background-color: #dfeef0;
}

.bg-blue-lighter {
  background-color: #f0f9fc;
}

.bg-pink {
  background-color: #9d6868;
}

.bg-pink-light {
  background-color: #d9b1b1;
}

.bg-pink-lightest {
  background-color: #f0dfdf;
}

.bg-red-dark {
  background-color: #ff1b1b;
}

.bg-red {
  background-color: #ee0049;
}

.bg-red-light {
  background-color: #f9a8c2;
}

.bg-red-lighter {
  background-color: #ffc8c8;
}

.bg-red-lightest {
  background-color: #f7eaeb;
}

.bg-grey-darker {
  background-color: #313232;
}

.bg-grey-dark {
  background-color: #616161;
}

.bg-grey {
  background-color: #7d8593;
}

.bg-grey-light {
  background-color: #d2d8e1;
}

.bg-grey-lightest {
  background-color: #eaecf1;
}

.bg-grey-lighter {
  background-color: #f6f7f8;
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-black:hover {
  background-color: #22292f;
}

.hover\:bg-white:hover {
  background-color: #fff;
}

.hover\:bg-green-dark:hover {
  background-color: #6b7d5b;
}

.hover\:bg-green:hover {
  background-color: #76b049;
}

.hover\:bg-green-light:hover {
  background-color: #c4d9b1;
}

.hover\:bg-green-lightest:hover {
  background-color: #e7f0df;
}

.hover\:bg-green-lighter:hover {
  background-color: #f0f6eb;
}

.hover\:bg-blue-dark:hover {
  background-color: #193156;
}

.hover\:bg-blue:hover {
  background-color: #1d3964;
}

.hover\:bg-blue-light-0:hover {
  background-color: #5b767d;
}

.hover\:bg-blue-light:hover {
  background-color: #55bdda;
}

.hover\:bg-blue-lightest-0:hover {
  background-color: #b1cad9;
}

.hover\:bg-blue-lightest:hover {
  background-color: #a6b1c2;
}

.hover\:bg-blue-lighter-0:hover {
  background-color: #dfeef0;
}

.hover\:bg-blue-lighter:hover {
  background-color: #f0f9fc;
}

.hover\:bg-pink:hover {
  background-color: #9d6868;
}

.hover\:bg-pink-light:hover {
  background-color: #d9b1b1;
}

.hover\:bg-pink-lightest:hover {
  background-color: #f0dfdf;
}

.hover\:bg-red-dark:hover {
  background-color: #ff1b1b;
}

.hover\:bg-red:hover {
  background-color: #ee0049;
}

.hover\:bg-red-light:hover {
  background-color: #f9a8c2;
}

.hover\:bg-red-lighter:hover {
  background-color: #ffc8c8;
}

.hover\:bg-red-lightest:hover {
  background-color: #f7eaeb;
}

.hover\:bg-grey-darker:hover {
  background-color: #313232;
}

.hover\:bg-grey-dark:hover {
  background-color: #616161;
}

.hover\:bg-grey:hover {
  background-color: #7d8593;
}

.hover\:bg-grey-light:hover {
  background-color: #d2d8e1;
}

.hover\:bg-grey-lightest:hover {
  background-color: #eaecf1;
}

.hover\:bg-grey-lighter:hover {
  background-color: #f6f7f8;
}

.focus\:bg-transparent:focus {
  background-color: transparent;
}

.focus\:bg-black:focus {
  background-color: #22292f;
}

.focus\:bg-white:focus {
  background-color: #fff;
}

.focus\:bg-green-dark:focus {
  background-color: #6b7d5b;
}

.focus\:bg-green:focus {
  background-color: #76b049;
}

.focus\:bg-green-light:focus {
  background-color: #c4d9b1;
}

.focus\:bg-green-lightest:focus {
  background-color: #e7f0df;
}

.focus\:bg-green-lighter:focus {
  background-color: #f0f6eb;
}

.focus\:bg-blue-dark:focus {
  background-color: #193156;
}

.focus\:bg-blue:focus {
  background-color: #1d3964;
}

.focus\:bg-blue-light-0:focus {
  background-color: #5b767d;
}

.focus\:bg-blue-light:focus {
  background-color: #55bdda;
}

.focus\:bg-blue-lightest-0:focus {
  background-color: #b1cad9;
}

.focus\:bg-blue-lightest:focus {
  background-color: #a6b1c2;
}

.focus\:bg-blue-lighter-0:focus {
  background-color: #dfeef0;
}

.focus\:bg-blue-lighter:focus {
  background-color: #f0f9fc;
}

.focus\:bg-pink:focus {
  background-color: #9d6868;
}

.focus\:bg-pink-light:focus {
  background-color: #d9b1b1;
}

.focus\:bg-pink-lightest:focus {
  background-color: #f0dfdf;
}

.focus\:bg-red-dark:focus {
  background-color: #ff1b1b;
}

.focus\:bg-red:focus {
  background-color: #ee0049;
}

.focus\:bg-red-light:focus {
  background-color: #f9a8c2;
}

.focus\:bg-red-lighter:focus {
  background-color: #ffc8c8;
}

.focus\:bg-red-lightest:focus {
  background-color: #f7eaeb;
}

.focus\:bg-grey-darker:focus {
  background-color: #313232;
}

.focus\:bg-grey-dark:focus {
  background-color: #616161;
}

.focus\:bg-grey:focus {
  background-color: #7d8593;
}

.focus\:bg-grey-light:focus {
  background-color: #d2d8e1;
}

.focus\:bg-grey-lightest:focus {
  background-color: #eaecf1;
}

.focus\:bg-grey-lighter:focus {
  background-color: #f6f7f8;
}

.active\:bg-transparent:active {
  background-color: transparent;
}

.active\:bg-black:active {
  background-color: #22292f;
}

.active\:bg-white:active {
  background-color: #fff;
}

.active\:bg-green-dark:active {
  background-color: #6b7d5b;
}

.active\:bg-green:active {
  background-color: #76b049;
}

.active\:bg-green-light:active {
  background-color: #c4d9b1;
}

.active\:bg-green-lightest:active {
  background-color: #e7f0df;
}

.active\:bg-green-lighter:active {
  background-color: #f0f6eb;
}

.active\:bg-blue-dark:active {
  background-color: #193156;
}

.active\:bg-blue:active {
  background-color: #1d3964;
}

.active\:bg-blue-light-0:active {
  background-color: #5b767d;
}

.active\:bg-blue-light:active {
  background-color: #55bdda;
}

.active\:bg-blue-lightest-0:active {
  background-color: #b1cad9;
}

.active\:bg-blue-lightest:active {
  background-color: #a6b1c2;
}

.active\:bg-blue-lighter-0:active {
  background-color: #dfeef0;
}

.active\:bg-blue-lighter:active {
  background-color: #f0f9fc;
}

.active\:bg-pink:active {
  background-color: #9d6868;
}

.active\:bg-pink-light:active {
  background-color: #d9b1b1;
}

.active\:bg-pink-lightest:active {
  background-color: #f0dfdf;
}

.active\:bg-red-dark:active {
  background-color: #ff1b1b;
}

.active\:bg-red:active {
  background-color: #ee0049;
}

.active\:bg-red-light:active {
  background-color: #f9a8c2;
}

.active\:bg-red-lighter:active {
  background-color: #ffc8c8;
}

.active\:bg-red-lightest:active {
  background-color: #f7eaeb;
}

.active\:bg-grey-darker:active {
  background-color: #313232;
}

.active\:bg-grey-dark:active {
  background-color: #616161;
}

.active\:bg-grey:active {
  background-color: #7d8593;
}

.active\:bg-grey-light:active {
  background-color: #d2d8e1;
}

.active\:bg-grey-lightest:active {
  background-color: #eaecf1;
}

.active\:bg-grey-lighter:active {
  background-color: #f6f7f8;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-14 {
  background-size: 14px;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.border-transparent {
  border-color: transparent;
}

.border-black {
  border-color: #22292f;
}

.border-white {
  border-color: #fff;
}

.border-green-dark {
  border-color: #6b7d5b;
}

.border-green {
  border-color: #76b049;
}

.border-green-light {
  border-color: #c4d9b1;
}

.border-green-lightest {
  border-color: #e7f0df;
}

.border-green-lighter {
  border-color: #f0f6eb;
}

.border-blue-dark {
  border-color: #193156;
}

.border-blue {
  border-color: #1d3964;
}

.border-blue-light-0 {
  border-color: #5b767d;
}

.border-blue-light {
  border-color: #55bdda;
}

.border-blue-lightest-0 {
  border-color: #b1cad9;
}

.border-blue-lightest {
  border-color: #a6b1c2;
}

.border-blue-lighter-0 {
  border-color: #dfeef0;
}

.border-blue-lighter {
  border-color: #f0f9fc;
}

.border-pink {
  border-color: #9d6868;
}

.border-pink-light {
  border-color: #d9b1b1;
}

.border-pink-lightest {
  border-color: #f0dfdf;
}

.border-red-dark {
  border-color: #ff1b1b;
}

.border-red {
  border-color: #ee0049;
}

.border-red-light {
  border-color: #f9a8c2;
}

.border-red-lighter {
  border-color: #ffc8c8;
}

.border-red-lightest {
  border-color: #f7eaeb;
}

.border-grey-darker {
  border-color: #313232;
}

.border-grey-dark {
  border-color: #616161;
}

.border-grey {
  border-color: #7d8593;
}

.border-grey-light {
  border-color: #d2d8e1;
}

.border-grey-lightest {
  border-color: #eaecf1;
}

.border-grey-lighter {
  border-color: #f6f7f8;
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:border-black:hover {
  border-color: #22292f;
}

.hover\:border-white:hover {
  border-color: #fff;
}

.hover\:border-green-dark:hover {
  border-color: #6b7d5b;
}

.hover\:border-green:hover {
  border-color: #76b049;
}

.hover\:border-green-light:hover {
  border-color: #c4d9b1;
}

.hover\:border-green-lightest:hover {
  border-color: #e7f0df;
}

.hover\:border-green-lighter:hover {
  border-color: #f0f6eb;
}

.hover\:border-blue-dark:hover {
  border-color: #193156;
}

.hover\:border-blue:hover {
  border-color: #1d3964;
}

.hover\:border-blue-light-0:hover {
  border-color: #5b767d;
}

.hover\:border-blue-light:hover {
  border-color: #55bdda;
}

.hover\:border-blue-lightest-0:hover {
  border-color: #b1cad9;
}

.hover\:border-blue-lightest:hover {
  border-color: #a6b1c2;
}

.hover\:border-blue-lighter-0:hover {
  border-color: #dfeef0;
}

.hover\:border-blue-lighter:hover {
  border-color: #f0f9fc;
}

.hover\:border-pink:hover {
  border-color: #9d6868;
}

.hover\:border-pink-light:hover {
  border-color: #d9b1b1;
}

.hover\:border-pink-lightest:hover {
  border-color: #f0dfdf;
}

.hover\:border-red-dark:hover {
  border-color: #ff1b1b;
}

.hover\:border-red:hover {
  border-color: #ee0049;
}

.hover\:border-red-light:hover {
  border-color: #f9a8c2;
}

.hover\:border-red-lighter:hover {
  border-color: #ffc8c8;
}

.hover\:border-red-lightest:hover {
  border-color: #f7eaeb;
}

.hover\:border-grey-darker:hover {
  border-color: #313232;
}

.hover\:border-grey-dark:hover {
  border-color: #616161;
}

.hover\:border-grey:hover {
  border-color: #7d8593;
}

.hover\:border-grey-light:hover {
  border-color: #d2d8e1;
}

.hover\:border-grey-lightest:hover {
  border-color: #eaecf1;
}

.hover\:border-grey-lighter:hover {
  border-color: #f6f7f8;
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:border-black:focus {
  border-color: #22292f;
}

.focus\:border-white:focus {
  border-color: #fff;
}

.focus\:border-green-dark:focus {
  border-color: #6b7d5b;
}

.focus\:border-green:focus {
  border-color: #76b049;
}

.focus\:border-green-light:focus {
  border-color: #c4d9b1;
}

.focus\:border-green-lightest:focus {
  border-color: #e7f0df;
}

.focus\:border-green-lighter:focus {
  border-color: #f0f6eb;
}

.focus\:border-blue-dark:focus {
  border-color: #193156;
}

.focus\:border-blue:focus {
  border-color: #1d3964;
}

.focus\:border-blue-light-0:focus {
  border-color: #5b767d;
}

.focus\:border-blue-light:focus {
  border-color: #55bdda;
}

.focus\:border-blue-lightest-0:focus {
  border-color: #b1cad9;
}

.focus\:border-blue-lightest:focus {
  border-color: #a6b1c2;
}

.focus\:border-blue-lighter-0:focus {
  border-color: #dfeef0;
}

.focus\:border-blue-lighter:focus {
  border-color: #f0f9fc;
}

.focus\:border-pink:focus {
  border-color: #9d6868;
}

.focus\:border-pink-light:focus {
  border-color: #d9b1b1;
}

.focus\:border-pink-lightest:focus {
  border-color: #f0dfdf;
}

.focus\:border-red-dark:focus {
  border-color: #ff1b1b;
}

.focus\:border-red:focus {
  border-color: #ee0049;
}

.focus\:border-red-light:focus {
  border-color: #f9a8c2;
}

.focus\:border-red-lighter:focus {
  border-color: #ffc8c8;
}

.focus\:border-red-lightest:focus {
  border-color: #f7eaeb;
}

.focus\:border-grey-darker:focus {
  border-color: #313232;
}

.focus\:border-grey-dark:focus {
  border-color: #616161;
}

.focus\:border-grey:focus {
  border-color: #7d8593;
}

.focus\:border-grey-light:focus {
  border-color: #d2d8e1;
}

.focus\:border-grey-lightest:focus {
  border-color: #eaecf1;
}

.focus\:border-grey-lighter:focus {
  border-color: #f6f7f8;
}

.active\:border-transparent:active {
  border-color: transparent;
}

.active\:border-black:active {
  border-color: #22292f;
}

.active\:border-white:active {
  border-color: #fff;
}

.active\:border-green-dark:active {
  border-color: #6b7d5b;
}

.active\:border-green:active {
  border-color: #76b049;
}

.active\:border-green-light:active {
  border-color: #c4d9b1;
}

.active\:border-green-lightest:active {
  border-color: #e7f0df;
}

.active\:border-green-lighter:active {
  border-color: #f0f6eb;
}

.active\:border-blue-dark:active {
  border-color: #193156;
}

.active\:border-blue:active {
  border-color: #1d3964;
}

.active\:border-blue-light-0:active {
  border-color: #5b767d;
}

.active\:border-blue-light:active {
  border-color: #55bdda;
}

.active\:border-blue-lightest-0:active {
  border-color: #b1cad9;
}

.active\:border-blue-lightest:active {
  border-color: #a6b1c2;
}

.active\:border-blue-lighter-0:active {
  border-color: #dfeef0;
}

.active\:border-blue-lighter:active {
  border-color: #f0f9fc;
}

.active\:border-pink:active {
  border-color: #9d6868;
}

.active\:border-pink-light:active {
  border-color: #d9b1b1;
}

.active\:border-pink-lightest:active {
  border-color: #f0dfdf;
}

.active\:border-red-dark:active {
  border-color: #ff1b1b;
}

.active\:border-red:active {
  border-color: #ee0049;
}

.active\:border-red-light:active {
  border-color: #f9a8c2;
}

.active\:border-red-lighter:active {
  border-color: #ffc8c8;
}

.active\:border-red-lightest:active {
  border-color: #f7eaeb;
}

.active\:border-grey-darker:active {
  border-color: #313232;
}

.active\:border-grey-dark:active {
  border-color: #616161;
}

.active\:border-grey:active {
  border-color: #7d8593;
}

.active\:border-grey-light:active {
  border-color: #d2d8e1;
}

.active\:border-grey-lightest:active {
  border-color: #eaecf1;
}

.active\:border-grey-lighter:active {
  border-color: #f6f7f8;
}

.rounded-5 {
  border-radius: .3125rem;
}

.rounded-50 {
  border-radius: 50%;
}

.rounded-none {
  border-radius: 0;
}

.rounded-sm {
  border-radius: .125rem;
}

.rounded {
  border-radius: .25rem;
}

.rounded-2sm {
  border-radius: .3125rem;
}

.rounded-3sm {
  border-radius: .375rem;
}

.rounded-lg {
  border-radius: .5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-7\.5 {
  border-radius: .46875rem;
}

.rounded-t-5 {
  border-top-left-radius: .3125rem;
  border-top-right-radius: .3125rem;
}

.rounded-r-5 {
  border-top-right-radius: .3125rem;
  border-bottom-right-radius: .3125rem;
}

.rounded-b-5 {
  border-bottom-right-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
}

.rounded-l-5 {
  border-top-left-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
}

.rounded-t-50 {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.rounded-r-50 {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.rounded-b-50 {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.rounded-l-50 {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-t-sm {
  border-top-left-radius: .125rem;
  border-top-right-radius: .125rem;
}

.rounded-r-sm {
  border-top-right-radius: .125rem;
  border-bottom-right-radius: .125rem;
}

.rounded-b-sm {
  border-bottom-right-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

.rounded-l-sm {
  border-top-left-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

.rounded-t {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.rounded-r {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.rounded-b {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.rounded-l {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.rounded-t-2sm {
  border-top-left-radius: .3125rem;
  border-top-right-radius: .3125rem;
}

.rounded-r-2sm {
  border-top-right-radius: .3125rem;
  border-bottom-right-radius: .3125rem;
}

.rounded-b-2sm {
  border-bottom-right-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
}

.rounded-l-2sm {
  border-top-left-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
}

.rounded-t-3sm {
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
}

.rounded-r-3sm {
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
}

.rounded-b-3sm {
  border-bottom-right-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

.rounded-l-3sm {
  border-top-left-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

.rounded-t-lg {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.rounded-r-lg {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.rounded-b-lg {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-l-lg {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-t-7\.5 {
  border-top-left-radius: .46875rem;
  border-top-right-radius: .46875rem;
}

.rounded-r-7\.5 {
  border-top-right-radius: .46875rem;
  border-bottom-right-radius: .46875rem;
}

.rounded-b-7\.5 {
  border-bottom-right-radius: .46875rem;
  border-bottom-left-radius: .46875rem;
}

.rounded-l-7\.5 {
  border-top-left-radius: .46875rem;
  border-bottom-left-radius: .46875rem;
}

.rounded-tl-5 {
  border-top-left-radius: .3125rem;
}

.rounded-tr-5 {
  border-top-right-radius: .3125rem;
}

.rounded-br-5 {
  border-bottom-right-radius: .3125rem;
}

.rounded-bl-5 {
  border-bottom-left-radius: .3125rem;
}

.rounded-tl-50 {
  border-top-left-radius: 50%;
}

.rounded-tr-50 {
  border-top-right-radius: 50%;
}

.rounded-br-50 {
  border-bottom-right-radius: 50%;
}

.rounded-bl-50 {
  border-bottom-left-radius: 50%;
}

.rounded-tl-none {
  border-top-left-radius: 0;
}

.rounded-tr-none {
  border-top-right-radius: 0;
}

.rounded-br-none {
  border-bottom-right-radius: 0;
}

.rounded-bl-none {
  border-bottom-left-radius: 0;
}

.rounded-tl-sm {
  border-top-left-radius: .125rem;
}

.rounded-tr-sm {
  border-top-right-radius: .125rem;
}

.rounded-br-sm {
  border-bottom-right-radius: .125rem;
}

.rounded-bl-sm {
  border-bottom-left-radius: .125rem;
}

.rounded-tl {
  border-top-left-radius: .25rem;
}

.rounded-tr {
  border-top-right-radius: .25rem;
}

.rounded-br {
  border-bottom-right-radius: .25rem;
}

.rounded-bl {
  border-bottom-left-radius: .25rem;
}

.rounded-tl-2sm {
  border-top-left-radius: .3125rem;
}

.rounded-tr-2sm {
  border-top-right-radius: .3125rem;
}

.rounded-br-2sm {
  border-bottom-right-radius: .3125rem;
}

.rounded-bl-2sm {
  border-bottom-left-radius: .3125rem;
}

.rounded-tl-3sm {
  border-top-left-radius: .375rem;
}

.rounded-tr-3sm {
  border-top-right-radius: .375rem;
}

.rounded-br-3sm {
  border-bottom-right-radius: .375rem;
}

.rounded-bl-3sm {
  border-bottom-left-radius: .375rem;
}

.rounded-tl-lg {
  border-top-left-radius: .5rem;
}

.rounded-tr-lg {
  border-top-right-radius: .5rem;
}

.rounded-br-lg {
  border-bottom-right-radius: .5rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: .5rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.rounded-tl-7\.5 {
  border-top-left-radius: .46875rem;
}

.rounded-tr-7\.5 {
  border-top-right-radius: .46875rem;
}

.rounded-br-7\.5 {
  border-bottom-right-radius: .46875rem;
}

.rounded-bl-7\.5 {
  border-bottom-left-radius: .46875rem;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-none {
  border-style: none;
}

.border-0 {
  border-width: 0;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-7 {
  border-width: 7px;
}

.border-8 {
  border-width: 8px;
}

.border {
  border-width: 1px;
}

.border-t-0 {
  border-top-width: 0;
}

.border-r-0 {
  border-right-width: 0;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-l-0 {
  border-left-width: 0;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t-7 {
  border-top-width: 7px;
}

.border-r-7 {
  border-right-width: 7px;
}

.border-b-7 {
  border-bottom-width: 7px;
}

.border-l-7 {
  border-left-width: 7px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-move {
  cursor: move;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.table {
  display: table;
}

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

.table-cell {
  display: table-cell;
}

.hidden {
  display: none;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.content-center {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-no-grow {
  flex-grow: 0;
}

.flex-no-shrink {
  flex-shrink: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.font-sans {
  font-family: Lato;
}

.font-serif {
  font-family: ;
}

.font-mono {
  font-family: ;
}

.font-hairline {
  font-weight: 100;
}

.font-thin {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.hover\:font-hairline:hover {
  font-weight: 100;
}

.hover\:font-thin:hover {
  font-weight: 200;
}

.hover\:font-light:hover {
  font-weight: 300;
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:font-medium:hover {
  font-weight: 500;
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:font-extrabold:hover {
  font-weight: 800;
}

.hover\:font-black:hover {
  font-weight: 900;
}

.focus\:font-hairline:focus {
  font-weight: 100;
}

.focus\:font-thin:focus {
  font-weight: 200;
}

.focus\:font-light:focus {
  font-weight: 300;
}

.focus\:font-normal:focus {
  font-weight: 400;
}

.focus\:font-medium:focus {
  font-weight: 500;
}

.focus\:font-semibold:focus {
  font-weight: 600;
}

.focus\:font-bold:focus {
  font-weight: 700;
}

.focus\:font-extrabold:focus {
  font-weight: 800;
}

.focus\:font-black:focus {
  font-weight: 900;
}

.active\:font-hairline:active {
  font-weight: 100;
}

.active\:font-thin:active {
  font-weight: 200;
}

.active\:font-light:active {
  font-weight: 300;
}

.active\:font-normal:active {
  font-weight: 400;
}

.active\:font-medium:active {
  font-weight: 500;
}

.active\:font-semibold:active {
  font-weight: 600;
}

.active\:font-bold:active {
  font-weight: 700;
}

.active\:font-extrabold:active {
  font-weight: 800;
}

.active\:font-black:active {
  font-weight: 900;
}

.h-1 {
  height: .25rem;
}

.h-2 {
  height: .5rem;
}

.h-3 {
  height: .75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-17 {
  height: 4.375rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-48 {
  height: 12rem;
}

.h-64 {
  height: 16rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-normal {
  line-height: 1.5;
}

.leading-loose {
  line-height: 2;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: .25rem;
}

.m-2 {
  margin: .5rem;
}

.m-3 {
  margin: .75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-12 {
  margin: 3rem;
}

.m-16 {
  margin: 4rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-32 {
  margin: 8rem;
}

.m-64 {
  margin: 16rem;
}

.m-78 {
  margin: 19.68rem;
}

.m-80 {
  margin: 20rem;
}

.m-81 {
  margin: 34.2rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

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

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

.my-1 {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.mx-1 {
  margin-left: .25rem;
  margin-right: .25rem;
}

.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.mx-2 {
  margin-left: .5rem;
  margin-right: .5rem;
}

.my-3 {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.mx-3 {
  margin-left: .75rem;
  margin-right: .75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

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

.my-78 {
  margin-top: 19.68rem;
  margin-bottom: 19.68rem;
}

.mx-78 {
  margin-left: 19.68rem;
  margin-right: 19.68rem;
}

.my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

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

.my-81 {
  margin-top: 34.2rem;
  margin-bottom: 34.2rem;
}

.mx-81 {
  margin-left: 34.2rem;
  margin-right: 34.2rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

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

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-1 {
  margin-top: .25rem;
}

.mr-1 {
  margin-right: .25rem;
}

.mb-1 {
  margin-bottom: .25rem;
}

.ml-1 {
  margin-left: .25rem;
}

.mt-2 {
  margin-top: .5rem;
}

.mr-2 {
  margin-right: .5rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.ml-2 {
  margin-left: .5rem;
}

.mt-3 {
  margin-top: .75rem;
}

.mr-3 {
  margin-right: .75rem;
}

.mb-3 {
  margin-bottom: .75rem;
}

.ml-3 {
  margin-left: .75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.ml-16 {
  margin-left: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.ml-20 {
  margin-left: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.ml-24 {
  margin-left: 6rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.ml-32 {
  margin-left: 8rem;
}

.mt-64 {
  margin-top: 16rem;
}

.mr-64 {
  margin-right: 16rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.ml-64 {
  margin-left: 16rem;
}

.mt-78 {
  margin-top: 19.68rem;
}

.mr-78 {
  margin-right: 19.68rem;
}

.mb-78 {
  margin-bottom: 19.68rem;
}

.ml-78 {
  margin-left: 19.68rem;
}

.mt-80 {
  margin-top: 20rem;
}

.mr-80 {
  margin-right: 20rem;
}

.mb-80 {
  margin-bottom: 20rem;
}

.ml-80 {
  margin-left: 20rem;
}

.mt-81 {
  margin-top: 34.2rem;
}

.mr-81 {
  margin-right: 34.2rem;
}

.mb-81 {
  margin-bottom: 34.2rem;
}

.ml-81 {
  margin-left: 34.2rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mt-px {
  margin-top: 1px;
}

.mr-px {
  margin-right: 1px;
}

.mb-px {
  margin-bottom: 1px;
}

.ml-px {
  margin-left: 1px;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 30rem;
}

.max-w-md {
  max-width: 40rem;
}

.max-w-lg {
  max-width: 50rem;
}

.max-w-xl {
  max-width: 60rem;
}

.max-w-2xl {
  max-width: 70rem;
}

.max-w-3xl {
  max-width: 80rem;
}

.max-w-4xl {
  max-width: 90rem;
}

.max-w-5xl {
  max-width: 100rem;
}

.max-w-full {
  max-width: 100%;
}

.min-h-0 {
  min-height: 0;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-w-0 {
  min-width: 0;
}

.min-w-full {
  min-width: 100%;
}

.-m-0 {
  margin: 0;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-5 {
  margin: -1.25rem;
}

.-m-6 {
  margin: -1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

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

.-mt-0 {
  margin-top: 0;
}

.-mr-0 {
  margin-right: 0;
}

.-mb-0 {
  margin-bottom: 0;
}

.-ml-0 {
  margin-left: 0;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.-mb-5 {
  margin-bottom: -1.25rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mr-16 {
  margin-right: -4rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-ml-16 {
  margin-left: -4rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.-mr-20 {
  margin-right: -5rem;
}

.-mb-20 {
  margin-bottom: -5rem;
}

.-ml-20 {
  margin-left: -5rem;
}

.-mt-24 {
  margin-top: -6rem;
}

.-mr-24 {
  margin-right: -6rem;
}

.-mb-24 {
  margin-bottom: -6rem;
}

.-ml-24 {
  margin-left: -6rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.-mr-32 {
  margin-right: -8rem;
}

.-mb-32 {
  margin-bottom: -8rem;
}

.-ml-32 {
  margin-left: -8rem;
}

.-mt-px {
  margin-top: -1px;
}

.-mr-px {
  margin-right: -1px;
}

.-mb-px {
  margin-bottom: -1px;
}

.-ml-px {
  margin-left: -1px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: .25;
}

.opacity-30 {
  opacity: .3;
}

.opacity-40 {
  opacity: .4;
}

.opacity-50 {
  opacity: .5;
}

.opacity-65 {
  opacity: .65;
}

.opacity-75 {
  opacity: .75;
}

.opacity-100 {
  opacity: 1;
}

.hover\:opacity-0:hover {
  opacity: 0;
}

.hover\:opacity-25:hover {
  opacity: .25;
}

.hover\:opacity-30:hover {
  opacity: .3;
}

.hover\:opacity-40:hover {
  opacity: .4;
}

.hover\:opacity-50:hover {
  opacity: .5;
}

.hover\:opacity-65:hover {
  opacity: .65;
}

.hover\:opacity-75:hover {
  opacity: .75;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.outline-none {
  outline: 0;
}

.focus\:outline-none:focus {
  outline: 0;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: .25rem;
}

.p-2 {
  padding: .5rem;
}

.p-3 {
  padding: .75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-16 {
  padding: 4rem;
}

.p-17 {
  padding: 4.375rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-32 {
  padding: 8rem;
}

.p-64 {
  padding: 16rem;
}

.p-72 {
  padding: 18rem;
}

.p-px {
  padding: 1px;
}

.p-4x {
  padding: 1.1rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.px-1 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

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

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-17 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.px-17 {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

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

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.py-4x {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.px-4x {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-1 {
  padding-top: .25rem;
}

.pr-1 {
  padding-right: .25rem;
}

.pb-1 {
  padding-bottom: .25rem;
}

.pl-1 {
  padding-left: .25rem;
}

.pt-2 {
  padding-top: .5rem;
}

.pr-2 {
  padding-right: .5rem;
}

.pb-2 {
  padding-bottom: .5rem;
}

.pl-2 {
  padding-left: .5rem;
}

.pt-3 {
  padding-top: .75rem;
}

.pr-3 {
  padding-right: .75rem;
}

.pb-3 {
  padding-bottom: .75rem;
}

.pl-3 {
  padding-left: .75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pt-17 {
  padding-top: 4.375rem;
}

.pr-17 {
  padding-right: 4.375rem;
}

.pb-17 {
  padding-bottom: 4.375rem;
}

.pl-17 {
  padding-left: 4.375rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pt-72 {
  padding-top: 18rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pb-72 {
  padding-bottom: 18rem;
}

.pl-72 {
  padding-left: 18rem;
}

.pt-px {
  padding-top: 1px;
}

.pr-px {
  padding-right: 1px;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-px {
  padding-left: 1px;
}

.pt-4x {
  padding-top: 1.1rem;
}

.pr-4x {
  padding-right: 1.1rem;
}

.pb-4x {
  padding-bottom: 1.1rem;
}

.pl-4x {
  padding-left: 1.1rem;
}

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

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.pin-none {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pin-y {
  top: 0;
  bottom: 0;
}

.pin-x {
  right: 0;
  left: 0;
}

.pin-t {
  top: 0;
}

.pin-r {
  right: 0;
}

.pin-b {
  bottom: 0;
}

.pin-l {
  left: 0;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.shadow-outline {
  box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
}

.shadow-none {
  box-shadow: none;
}

.shadow-sidebar {
  box-shadow: 0 2px 14px 0 rgba(29, 57, 100, .62);
}

.shadow-button {
  box-shadow: 0 2px 10px 0 rgba(29, 57, 100, .3);
}

.shadow-transparent-button {
  box-shadow: 0 2px 8px 0 rgba(29, 57, 100, .2);
}

.shadow-hovered-button {
  box-shadow: 0 5px 10px 0 rgba(29, 57, 100, .36);
}

.shadow-login {
  box-shadow: 0 4px 15px 0 rgba(6, 25, 103, .25);
}

.shadow-table {
  box-shadow: 0 2px 4px 0 rgba(29, 57, 100, .16);
}

.shadow-hover-col {
  box-shadow: 0 4px 8px 0 rgba(22, 66, 132, .19);
}

.shadow-box {
  box-shadow: 0 6px 15px 0 rgba(6, 25, 103, .25);
}

.shadow-error {
  box-shadow: 0 2px 6px 0 rgba(134, 3, 3, .17);
}

.shadow-btn {
  box-shadow: 0 1px 6px 0 rgba(29, 57, 100, .2);
}

.hover\:shadow:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.hover\:shadow-md:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.hover\:shadow-lg:hover {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.hover\:shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
}

.hover\:shadow-none:hover {
  box-shadow: none;
}

.hover\:shadow-sidebar:hover {
  box-shadow: 0 2px 14px 0 rgba(29, 57, 100, .62);
}

.hover\:shadow-button:hover {
  box-shadow: 0 2px 10px 0 rgba(29, 57, 100, .3);
}

.hover\:shadow-transparent-button:hover {
  box-shadow: 0 2px 8px 0 rgba(29, 57, 100, .2);
}

.hover\:shadow-hovered-button:hover {
  box-shadow: 0 5px 10px 0 rgba(29, 57, 100, .36);
}

.hover\:shadow-login:hover {
  box-shadow: 0 4px 15px 0 rgba(6, 25, 103, .25);
}

.hover\:shadow-table:hover {
  box-shadow: 0 2px 4px 0 rgba(29, 57, 100, .16);
}

.hover\:shadow-hover-col:hover {
  box-shadow: 0 4px 8px 0 rgba(22, 66, 132, .19);
}

.hover\:shadow-box:hover {
  box-shadow: 0 6px 15px 0 rgba(6, 25, 103, .25);
}

.hover\:shadow-error:hover {
  box-shadow: 0 2px 6px 0 rgba(134, 3, 3, .17);
}

.hover\:shadow-btn:hover {
  box-shadow: 0 1px 6px 0 rgba(29, 57, 100, .2);
}

.focus\:shadow:focus {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.focus\:shadow-md:focus {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.focus\:shadow-lg:focus {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.focus\:shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
}

.focus\:shadow-none:focus {
  box-shadow: none;
}

.focus\:shadow-sidebar:focus {
  box-shadow: 0 2px 14px 0 rgba(29, 57, 100, .62);
}

.focus\:shadow-button:focus {
  box-shadow: 0 2px 10px 0 rgba(29, 57, 100, .3);
}

.focus\:shadow-transparent-button:focus {
  box-shadow: 0 2px 8px 0 rgba(29, 57, 100, .2);
}

.focus\:shadow-hovered-button:focus {
  box-shadow: 0 5px 10px 0 rgba(29, 57, 100, .36);
}

.focus\:shadow-login:focus {
  box-shadow: 0 4px 15px 0 rgba(6, 25, 103, .25);
}

.focus\:shadow-table:focus {
  box-shadow: 0 2px 4px 0 rgba(29, 57, 100, .16);
}

.focus\:shadow-hover-col:focus {
  box-shadow: 0 4px 8px 0 rgba(22, 66, 132, .19);
}

.focus\:shadow-box:focus {
  box-shadow: 0 6px 15px 0 rgba(6, 25, 103, .25);
}

.focus\:shadow-error:focus {
  box-shadow: 0 2px 6px 0 rgba(134, 3, 3, .17);
}

.focus\:shadow-btn:focus {
  box-shadow: 0 1px 6px 0 rgba(29, 57, 100, .2);
}

.active\:shadow:active {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.active\:shadow-md:active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.active\:shadow-lg:active {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.active\:shadow-inner:active {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.active\:shadow-outline:active {
  box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
}

.active\:shadow-none:active {
  box-shadow: none;
}

.active\:shadow-sidebar:active {
  box-shadow: 0 2px 14px 0 rgba(29, 57, 100, .62);
}

.active\:shadow-button:active {
  box-shadow: 0 2px 10px 0 rgba(29, 57, 100, .3);
}

.active\:shadow-transparent-button:active {
  box-shadow: 0 2px 8px 0 rgba(29, 57, 100, .2);
}

.active\:shadow-hovered-button:active {
  box-shadow: 0 5px 10px 0 rgba(29, 57, 100, .36);
}

.active\:shadow-login:active {
  box-shadow: 0 4px 15px 0 rgba(6, 25, 103, .25);
}

.active\:shadow-table:active {
  box-shadow: 0 2px 4px 0 rgba(29, 57, 100, .16);
}

.active\:shadow-hover-col:active {
  box-shadow: 0 4px 8px 0 rgba(22, 66, 132, .19);
}

.active\:shadow-box:active {
  box-shadow: 0 6px 15px 0 rgba(6, 25, 103, .25);
}

.active\:shadow-error:active {
  box-shadow: 0 2px 6px 0 rgba(134, 3, 3, .17);
}

.active\:shadow-btn:active {
  box-shadow: 0 1px 6px 0 rgba(29, 57, 100, .2);
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-transparent {
  color: transparent;
}

.text-black {
  color: #22292f;
}

.text-white {
  color: #fff;
}

.text-green-dark {
  color: #6b7d5b;
}

.text-green {
  color: #76b049;
}

.text-green-light {
  color: #c4d9b1;
}

.text-green-lightest {
  color: #e7f0df;
}

.text-green-lighter {
  color: #f0f6eb;
}

.text-blue-dark {
  color: #193156;
}

.text-blue {
  color: #1d3964;
}

.text-blue-light-0 {
  color: #5b767d;
}

.text-blue-light {
  color: #55bdda;
}

.text-blue-lightest-0 {
  color: #b1cad9;
}

.text-blue-lightest {
  color: #a6b1c2;
}

.text-blue-lighter-0 {
  color: #dfeef0;
}

.text-blue-lighter {
  color: #f0f9fc;
}

.text-pink {
  color: #9d6868;
}

.text-pink-light {
  color: #d9b1b1;
}

.text-pink-lightest {
  color: #f0dfdf;
}

.text-red-dark {
  color: #ff1b1b;
}

.text-red {
  color: #ee0049;
}

.text-red-light {
  color: #f9a8c2;
}

.text-red-lighter {
  color: #ffc8c8;
}

.text-red-lightest {
  color: #f7eaeb;
}

.text-grey-darker {
  color: #313232;
}

.text-grey-dark {
  color: #616161;
}

.text-grey {
  color: #7d8593;
}

.text-grey-light {
  color: #d2d8e1;
}

.text-grey-lightest {
  color: #eaecf1;
}

.text-grey-lighter {
  color: #f6f7f8;
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-black:hover {
  color: #22292f;
}

.hover\:text-white:hover {
  color: #fff;
}

.hover\:text-green-dark:hover {
  color: #6b7d5b;
}

.hover\:text-green:hover {
  color: #76b049;
}

.hover\:text-green-light:hover {
  color: #c4d9b1;
}

.hover\:text-green-lightest:hover {
  color: #e7f0df;
}

.hover\:text-green-lighter:hover {
  color: #f0f6eb;
}

.hover\:text-blue-dark:hover {
  color: #193156;
}

.hover\:text-blue:hover {
  color: #1d3964;
}

.hover\:text-blue-light-0:hover {
  color: #5b767d;
}

.hover\:text-blue-light:hover {
  color: #55bdda;
}

.hover\:text-blue-lightest-0:hover {
  color: #b1cad9;
}

.hover\:text-blue-lightest:hover {
  color: #a6b1c2;
}

.hover\:text-blue-lighter-0:hover {
  color: #dfeef0;
}

.hover\:text-blue-lighter:hover {
  color: #f0f9fc;
}

.hover\:text-pink:hover {
  color: #9d6868;
}

.hover\:text-pink-light:hover {
  color: #d9b1b1;
}

.hover\:text-pink-lightest:hover {
  color: #f0dfdf;
}

.hover\:text-red-dark:hover {
  color: #ff1b1b;
}

.hover\:text-red:hover {
  color: #ee0049;
}

.hover\:text-red-light:hover {
  color: #f9a8c2;
}

.hover\:text-red-lighter:hover {
  color: #ffc8c8;
}

.hover\:text-red-lightest:hover {
  color: #f7eaeb;
}

.hover\:text-grey-darker:hover {
  color: #313232;
}

.hover\:text-grey-dark:hover {
  color: #616161;
}

.hover\:text-grey:hover {
  color: #7d8593;
}

.hover\:text-grey-light:hover {
  color: #d2d8e1;
}

.hover\:text-grey-lightest:hover {
  color: #eaecf1;
}

.hover\:text-grey-lighter:hover {
  color: #f6f7f8;
}

.focus\:text-transparent:focus {
  color: transparent;
}

.focus\:text-black:focus {
  color: #22292f;
}

.focus\:text-white:focus {
  color: #fff;
}

.focus\:text-green-dark:focus {
  color: #6b7d5b;
}

.focus\:text-green:focus {
  color: #76b049;
}

.focus\:text-green-light:focus {
  color: #c4d9b1;
}

.focus\:text-green-lightest:focus {
  color: #e7f0df;
}

.focus\:text-green-lighter:focus {
  color: #f0f6eb;
}

.focus\:text-blue-dark:focus {
  color: #193156;
}

.focus\:text-blue:focus {
  color: #1d3964;
}

.focus\:text-blue-light-0:focus {
  color: #5b767d;
}

.focus\:text-blue-light:focus {
  color: #55bdda;
}

.focus\:text-blue-lightest-0:focus {
  color: #b1cad9;
}

.focus\:text-blue-lightest:focus {
  color: #a6b1c2;
}

.focus\:text-blue-lighter-0:focus {
  color: #dfeef0;
}

.focus\:text-blue-lighter:focus {
  color: #f0f9fc;
}

.focus\:text-pink:focus {
  color: #9d6868;
}

.focus\:text-pink-light:focus {
  color: #d9b1b1;
}

.focus\:text-pink-lightest:focus {
  color: #f0dfdf;
}

.focus\:text-red-dark:focus {
  color: #ff1b1b;
}

.focus\:text-red:focus {
  color: #ee0049;
}

.focus\:text-red-light:focus {
  color: #f9a8c2;
}

.focus\:text-red-lighter:focus {
  color: #ffc8c8;
}

.focus\:text-red-lightest:focus {
  color: #f7eaeb;
}

.focus\:text-grey-darker:focus {
  color: #313232;
}

.focus\:text-grey-dark:focus {
  color: #616161;
}

.focus\:text-grey:focus {
  color: #7d8593;
}

.focus\:text-grey-light:focus {
  color: #d2d8e1;
}

.focus\:text-grey-lightest:focus {
  color: #eaecf1;
}

.focus\:text-grey-lighter:focus {
  color: #f6f7f8;
}

.active\:text-transparent:active {
  color: transparent;
}

.active\:text-black:active {
  color: #22292f;
}

.active\:text-white:active {
  color: #fff;
}

.active\:text-green-dark:active {
  color: #6b7d5b;
}

.active\:text-green:active {
  color: #76b049;
}

.active\:text-green-light:active {
  color: #c4d9b1;
}

.active\:text-green-lightest:active {
  color: #e7f0df;
}

.active\:text-green-lighter:active {
  color: #f0f6eb;
}

.active\:text-blue-dark:active {
  color: #193156;
}

.active\:text-blue:active {
  color: #1d3964;
}

.active\:text-blue-light-0:active {
  color: #5b767d;
}

.active\:text-blue-light:active {
  color: #55bdda;
}

.active\:text-blue-lightest-0:active {
  color: #b1cad9;
}

.active\:text-blue-lightest:active {
  color: #a6b1c2;
}

.active\:text-blue-lighter-0:active {
  color: #dfeef0;
}

.active\:text-blue-lighter:active {
  color: #f0f9fc;
}

.active\:text-pink:active {
  color: #9d6868;
}

.active\:text-pink-light:active {
  color: #d9b1b1;
}

.active\:text-pink-lightest:active {
  color: #f0dfdf;
}

.active\:text-red-dark:active {
  color: #ff1b1b;
}

.active\:text-red:active {
  color: #ee0049;
}

.active\:text-red-light:active {
  color: #f9a8c2;
}

.active\:text-red-lighter:active {
  color: #ffc8c8;
}

.active\:text-red-lightest:active {
  color: #f7eaeb;
}

.active\:text-grey-darker:active {
  color: #313232;
}

.active\:text-grey-dark:active {
  color: #616161;
}

.active\:text-grey:active {
  color: #7d8593;
}

.active\:text-grey-light:active {
  color: #d2d8e1;
}

.active\:text-grey-lightest:active {
  color: #eaecf1;
}

.active\:text-grey-lighter:active {
  color: #f6f7f8;
}

.text-xxs {
  font-size: .6rem;
}

.text-xs {
  font-size: .75rem;
}

.text-sm {
  font-size: .875rem;
}

.text-2sm {
  font-size: .9375rem;
}

.text-base {
  font-size: 1rem;
}

.text-title {
  font-size: 1.0625rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

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

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

.text-4xl {
  font-size: 2.25rem;
}

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

.italic {
  font-style: italic;
}

.roman {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.hover\:italic:hover {
  font-style: italic;
}

.hover\:roman:hover {
  font-style: normal;
}

.hover\:uppercase:hover {
  text-transform: uppercase;
}

.hover\:lowercase:hover {
  text-transform: lowercase;
}

.hover\:capitalize:hover {
  text-transform: capitalize;
}

.hover\:normal-case:hover {
  text-transform: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.hover\:antialiased:hover {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hover\:subpixel-antialiased:hover {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.focus\:italic:focus {
  font-style: italic;
}

.focus\:roman:focus {
  font-style: normal;
}

.focus\:uppercase:focus {
  text-transform: uppercase;
}

.focus\:lowercase:focus {
  text-transform: lowercase;
}

.focus\:capitalize:focus {
  text-transform: capitalize;
}

.focus\:normal-case:focus {
  text-transform: none;
}

.focus\:underline:focus {
  text-decoration: underline;
}

.focus\:line-through:focus {
  text-decoration: line-through;
}

.focus\:no-underline:focus {
  text-decoration: none;
}

.focus\:antialiased:focus {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.focus\:subpixel-antialiased:focus {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.active\:italic:active {
  font-style: italic;
}

.active\:roman:active {
  font-style: normal;
}

.active\:uppercase:active {
  text-transform: uppercase;
}

.active\:lowercase:active {
  text-transform: lowercase;
}

.active\:capitalize:active {
  text-transform: capitalize;
}

.active\:normal-case:active {
  text-transform: none;
}

.active\:underline:active {
  text-decoration: underline;
}

.active\:line-through:active {
  text-decoration: line-through;
}

.active\:no-underline:active {
  text-decoration: none;
}

.active\:antialiased:active {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.active\:subpixel-antialiased:active {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-tight {
  letter-spacing: -0.05em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: .05em;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-words {
  word-wrap: break-word;
}

.break-normal {
  word-wrap: normal;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-1 {
  width: .25rem;
}

.w-2 {
  width: .5rem;
}

.w-3 {
  width: .75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-13 {
  width: 13rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5.3125rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-42 {
  width: 10rem;
}

.w-45 {
  width: 2.81rem;
}

.w-48 {
  width: 12rem;
}

.w-64 {
  width: 16rem;
}

.w-80 {
  width: 20rem;
}

.w-90 {
  width: 35rem;
}

.w-100 {
  width: 56rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

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

.w-1\/3 {
  width: 33.33333%;
}

.w-2\/3 {
  width: 66.66667%;
}

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

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

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.66667%;
}

.w-5\/6 {
  width: 83.33333%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-45p {
  width: 45%;
}

.w-58p {
  width: 58%;
}

.w-37p {
  width: 37%;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-auto {
  z-index: auto;
}

.outline-none {
  outline: none;
}

.focus-within\:border-teal:focus-within {
  border-color: #4dc0b5;
}

.checkbox-toggle input[type=checkbox] {
  display: none;
}

.checkbox-toggle input[type=checkbox]:checked + label {
  border-color: #427cdc;
  background: #427cdc;
  box-shadow: inset 0 0 0 15px #427cdc;
}

.checkbox-toggle label {
  transition: all .2s ease-in-out;
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #374140;
  box-shadow: inset 0 0 0 0 #427cdc;
}

.checkbox-toggle label div {
  transition: all .2s ease-in-out;
  background: white;
  width: 30px;
  height: 30px;
  border-radius: 15px;
}

.checkbox-toggle label:hover,
.checkbox-toggle label > div:hover {
  cursor: pointer;
}

.checkbox-toggle input[type=checkbox]:checked + label > div {
  margin-left: 26px;
}

.checkbox-toggle label {
  border: 2px solid #374140;
  border-radius: 32px;
  height: 34px;
  width: 60px;
}

.transition-btn {
  transition: opacity .5s ease-in-out;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #193156 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #fff !important;
  border: none;
  background: #1d3964;
  transition: all .5s ease-in-out;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: none;
  background: rgba(29, 57, 100, .75);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background-color: #1d3964;
  background: #1d3964;
  box-shadow: inset 0 0 3px #193156;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #193156 !important;
}

.dataTables_wrapper #companies_filter {
  display: block !important;
}

select.grey-select {
  border: 1px solid #d2d8e1;
  color: #313232;
  overflow: hidden;
  padding: 5px 10px;
  border-radius: 3px;
  white-space: nowrap;
  background-color: #eaecf1;
  outline: transparent;
}

.table-responsive {
  overflow: hidden;
}

.borderless {
  width: calc(100% - 20px);
  margin-left: 10px;
}

.borderless th {
  border: none;
  white-space: nowrap;
}

.borderless .space {
  padding: .4rem;
}

.borderless thead tr th {
  font-weight: 300;
  border: none;
}

.borderless td {
  white-space: nowrap;
}

a.action i {
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  padding-right: 8px;
  vertical-align: middle;
}

a.action i.view-application {
  background-image: url(/images/svg/view.svg);
  width: 19px;
  height: 13px;
}

a.action i.judge-application {
  background-image: url(/images/svg/rating-star-ribbon.svg);
  width: 15px;
  height: 20px;
}

a.action i.edit-application {
  background-image: url(/images/svg/edit-blue.svg);
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
}

a.action i.link-application {
  background-image: url(/images/svg/link.svg);
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

input[type=checkbox] + .checkbox-label:before {
  content: "";
  background: #f4f4f4;
  border: 1px solid #1d3964;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

input[type=checkbox]:checked + .checkbox-label:before {
  border: 1px solid #ee0049;
}

input[type=checkbox]:checked + .checkbox-label:after {
  content: "";
  left: 5px;
  top: 2px;
  width: 7px;
  height: 10px;
  position: absolute;
  border: solid #ee0049;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

#opinion_status_positif:checked + label {
  color: #fff;
  background-color: #4cb01a;
}

#opinion_status_neutre:checked + label {
  color: #fff;
  background-color: #616161;
}

#opinion_status_negatif:checked + label {
  color: #fff;
  background-color: #ff1b1b;
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #1d3964;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio input[type=radio]:checked + .radio-label:before {
  background-color: #ee0049;
  box-shadow: inset 0 0 0 3px #f4f4f4;
  border: 1px solid #ee0049;
}

.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #ee0049;
}

.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #fff;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.checkbox-toggle input[type=checkbox]:checked + label {
  border-color: #ee0049;
  background: #ee0049;
  box-shadow: inset 0 0 0 15px #ee0049;
}

.warning {
  border-radius: 6px 0 0 6px;
  box-shadow: 0 6px 15px 0 rgba(6, 25, 103, .15);
}

.alert {
  box-shadow: 0 6px 15px 0 rgba(103, 6, 6, .15);
          border-radius: 6px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
      -ms-border-radius: 6px;
       -o-border-radius: 6px;
}

.error {
  border: 1px solid #e3342f;
}

aside {
  top: 5rem;
}

.dialog::-webkit-backdrop {
  background-color: rgba(0, 0, 0, .4);
}

.dialog::backdrop {
  background-color: rgba(0, 0, 0, .4);
}

.actions button {
  text-shadow: 1px 1px 5px black;
}

.no-button {
  border-bottom-left-radius: .5rem;
}

.yes-button {
  border-bottom-right-radius: .5rem;
}

aside {
          transition: .5s;
  -webkit-transition: .5s;
     -moz-transition: .5s;
      -ms-transition: .5s;
       -o-transition: .5s;
}

section {
  transition: .5s;
}

.datatable {
  /*.dataTables_info {
    display: none;
  }*/
}

.datatable table {
  border-collapse: separate;
  border-spacing: 0 12px;
  width: 100% !important;
}

.datatable .borderless {
  border-bottom: 0 !important;
  width: 100% !important;
}

.datatable .borderless tr td:first-child {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.datatable .borderless tr td:last-child {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.datatable thead th {
  padding: 0 1.5rem !important;
  vertical-align: middle;
}

.datatable tbody td {
  padding: .75rem 1.5rem !important;
  vertical-align: middle;
}

.datatable tbody tr td {
  border-top: 1px solid rgba(29, 57, 100, .13);
  border-bottom: 1px solid rgba(29, 57, 100, .13);
}

.datatable tbody tr td:first-child {
  border-left: 1px solid rgba(29, 57, 100, .13);
}

.datatable tbody tr td:last-child {
  border-right: 1px solid rgba(29, 57, 100, .13);
}

.datatable tbody .dataTables_filter label {
  font-size: .875rem;
  font-family: Lato;
  color: #7d8593;
}

.datatable tbody tr {
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(29, 57, 100, .16);
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  border-color: #eaecf1;
}

.datatable tbody tr:hover {
  box-shadow: 0 4px 8px 0 rgba(22, 66, 132, .19);
  background-color: #f7f8fa;
}

.datatable .dataTables_processing {
  padding-top: 7px;
  font-size: 1em;
}

.datatable .filter {
  border: 1px solid rgba(29, 57, 100, .13);
  box-shadow: 0 2px 4px 0 rgba(29, 57, 100, .16);
}

.datatable .filter li {
  /*border-radius: 3px 0 0 3px;
   text-align: center;
   width: 25%;
   height: 38px;
  & a {
     color: #1D3964;
     font-family: Lato;
     font-size: 15px;
     font-weight: bold;
     line-height: 18px;
     display: block;
     padding: 7px 0;
     height: 38px;
   }*/
}

.datatable .filter li.active {
  background-color: #eaecf1;
}

.datatable .dataTables_length select {
  border: 1px solid rgba(29, 57, 100, .13);
  border-radius: 4px;
  height: 30px;
}

.datatable .dataTables_wrapper .dataTables_info,
.datatable .dataTables_wrapper .dataTables_paginate {
  float: none;
  text-align: right;
}

.datatable .dataTables_wrapper .dataTables_info .paginate_button.disabled,
.datatable .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #fff !important;
  border: 1px solid;
  background-color: #1d3964;
  cursor: pointer;
}

.datatable .dataTables_filter input {
  border: 1px solid rgba(29, 57, 100, .4);
  border-radius: 4px;
  height: 30px;
}

nav#round ul li.active {
  position: relative;
}

nav#round ul li.active:before {
  content: "";
  border: 3px solid #ee0049;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

nav#round ul li.home a:before {
  content: "";
  background-image: url(/images/svg/house-entrance.svg);
  background-repeat: no-repeat;
  background-size: 18px 20px;
  width: 18px;
  height: 20px;
  display: inline-block;
  float: left;
}

nav#round ul li.first-round a:before,
nav#round ul li.second-round a:before,
nav#round ul li.third-round a:before {
  font-size: 14px;
  border: 1.3px solid #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: inline-block;
  text-align: center;
  color: white;
  float: left;
  line-height: 19px;
}

nav#round ul li.first-round a:before {
  content: "1";
}

nav#round ul li.second-round a:before {
  content: "2";
}

nav#round ul li.third-round a:before {
  content: "3";
}

#application_detail ul.tabs-nav li:nth-child(1) a:before {
  content: "";
  background-image: url(/images/svg/pen-write.svg);
}

#application_detail .active-progress-bar {
  box-shadow: 0 2px 8px 0 rgba(238, 0, 73, .45);
}

#application_detail .borderless {
  margin-left: 0px;
}

.bg-doc {
  background-image: url(/images/svg/doc.svg);
  background-repeat: no-repeat;
  background-size: 50px 49px;
  height: 50px;
  width: 50px;
}

#candidatures .filter li {
  margin-top: -2px;
}

#review_juge a {
  transition: all .5s ease-in-out;
}

#review_juge a#application_save_draft {
  box-shadow: 0 2px 8px 0 rgba(29, 57, 100, .2);
}

#review_juge a#application_refuse {
  box-shadow: 0 2px 8px 0 rgba(29, 57, 100, .2);
}

#review_juge a#application_call_pitch {
  box-shadow: 0 2px 10px 0 rgba(33, 100, 29, .3);
}

.video-pitch iframe {
  width: 100%;
}

#review .opinion:before {
  content: "";
  background-image: url(/images/svg/like.svg);
  background-repeat: no-repeat;
  height: 25px;
  width: 20px;
  background-size: 20px 25px;
  margin-bottom: 5px;
}

#review .opinion.negative:before {
  transform: scale(-1);
}

.aside-transform {
          transform: translate(-100%);
  -webkit-transform: translate(-100%);
     -moz-transform: translate(-100%);
      -ms-transform: translate(-100%);
       -o-transform: translate(-100%);
}

td.details-control {
  background: url("/images/svg/plus-icon.svg") no-repeat center center;
  cursor: pointer;
}

tr.parent td.details-control {
  background: url("/images/svg/moins-icon.svg") no-repeat center center;
}

ul.dtr-details {
  list-style: none;
  padding-left: 0;
}

ul.dtr-details li {
  padding: 15px;
  border-bottom: 1px solid rgba(29, 57, 100, .13);
  display: flex;
  justify-content: space-between;
}

ul.dtr-details .dtr-title {
  font-weight: 700;
}

ul.dtr-details .dtr-title:after {
  content: ":";
}

ul.dtr-details .dtr-data {
  white-space: normal;
}

ul.dtr-details .dtr-data a {
  margin-left: 5px;
  padding: 6px !important;
  border: 1px solid;
  border-color: #1d3964;
  padding: 1px;
  border-radius: .25rem;
  background-color: #1d3964;
  color: white;
}

ul.dtr-details .dtr-data a i {
  display: none;
}

ul.dtr-details .dtr-data a.edit-link {
  background-color: transparent;
  border-color: transparent;
}

.dropzone {
  min-height: auto !important;
  color: #313232;
  border-style: dashed;
  background-color: #eaecf1;
  font-family: "Lato", sans-serif;
  position: relative;
  text-align: center;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-height: 150px;
  z-index: 0;
  width: auto;
  margin: 15px auto;
  padding-right: 15px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-remove,
.dropzone .dz-preview:hover .dz-download {
  opacity: 1;
}

.dropzone .dz-preview .dz-image {
  border-radius: 0 !important;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  z-index: 10;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
}

.dropzone .dz-preview .dz-image img {
  width: 200px;
  height: 200px;
  display: block;
}

.dropzone .dz-preview .dz-remove {
  color: #a0abbd;
  margin: 0 20px;
  border: 2px solid #a0abbd;
  left: 0;
  right: 0;
  text-decoration: none !important;
  font-size: 10px;
  font-weight: 400;
  border-radius: 5px;
  background: #f1efef;
  position: absolute;
  z-index: 30;
  padding: 10px;
  top: inherit;
  bottom: 60px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  opacity: 0;
  cursor: pointer;
}

.dropzone .dz-preview .dz-download {
  color: #a0abbd;
  margin: 0 20px;
  border: 2px solid #a0abbd;
  left: 0;
  right: 0;
  text-decoration: none !important;
  font-size: 10px;
  font-weight: 400;
  border-radius: 5px;
  background: #f1efef;
  position: absolute;
  z-index: 30;
  padding: 10px;
  top: inherit;
  bottom: 15px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  opacity: 0;
  cursor: pointer;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, .9);
  line-height: 150%;
  bottom: 0;
  top: 0;
  color: #fff;
  background-color: rgba(33, 150, 243, .8);
  transition: opacity .2s linear;
  text-align: left;
  color: #a0abbd;
  background-color: transparent;
  text-align: center;
}

.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity .3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(180deg, #be2626, #a92222);
  padding: .5em 1.2em;
  color: #fff;
}

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
  margin-left: auto;
  margin-top: auto;
  width: 100%;
  top: 35%;
  left: 0;
}

.dropzone .dz-preview .dz-success-mark svg {
  margin: 20px auto;
}

.dropzone .dz-message {
  margin: 10px 0;
}

#documents-application h2 {
  box-shadow: 0 4px 8px 0 rgba(22, 66, 132, .19);
  background-color: #fff;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  border-color: #eaecf1;
  padding: .75rem 1.5rem !important;
  vertical-align: middle;
  border: 1px solid rgba(29, 57, 100, .13);
}

#documents-application h2:hover {
  box-shadow: 0 4px 8px 0 rgba(22, 66, 132, .19);
  background-color: #f7f8fa;
}

#documents-application .list-doc {
  border: 1px solid rgba(29, 57, 100, .13);
  padding: .75rem 1.5rem !important;
  vertical-align: middle;
  background-color: #fff;
}

#documents-application h2 {
  box-shadow: 0 4px 8px 0 rgba(22, 66, 132, .19);
  background-color: #fff;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  border-color: #eaecf1;
  padding: .75rem 1.5rem !important;
  vertical-align: middle;
  border: 1px solid rgba(29, 57, 100, .13);
}

#documents-application h2:hover {
  box-shadow: 0 4px 8px 0 rgba(22, 66, 132, .19);
  background-color: #f7f8fa;
}

#documents-application .list-doc {
  border: 1px solid rgba(29, 57, 100, .13);
  padding: .75rem 1.5rem !important;
  vertical-align: middle;
  background-color: #fff;
}

.table-question tbody tr td {
  padding: .25rem 1.5rem !important;
}

#timeline_company #timeline_content .content {
  margin: 50px 0 50px 120px;
}

#timeline_company #timeline_content .content .add-comment {
  margin-left: -60px;
  margin-bottom: 17px;
  color: #a0abbd;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  width: 120px;
}

#timeline_company #timeline_content .content .add-comment:before {
  content: "";
  border-radius: 50%;
  height: 26px;
  width: 26px;
  background-color: #ee0049;
  display: block;
  margin: 0 auto 7px;
  background-image: url(/images/svg/plus.svg);
  background-repeat: no-repeat;
  background-position: center;
}

#timeline_company #timeline_content .content .timeline {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: fade(white, 3%);
  color: fade(white, 80%);
  letter-spacing: .5px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 35px 12px;
  list-style: none;
  text-align: left;
  font-weight: 100;
}

#timeline_company #timeline_content .content .timeline .event {
  border-bottom: 1px dashed fade(white, 10%);
  padding-bottom: 25px;
  margin-bottom: 50px;
  position: relative;
}

#timeline_company #timeline_content .content .timeline .event h3 {
  color: #313232;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

#timeline_company #timeline_content .content .timeline .event p {
  color: #1d3964;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
}

#timeline_company #timeline_content .content .timeline .event:nth-child(even):after {
  background-color: #ee0049;
}

#timeline_company #timeline_content .content .timeline .event:nth-child(odd):after {
  background-color: #bfc5d0;
}

#timeline_company #timeline_content .content .timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

#timeline_company #timeline_content .content .timeline .event:before,
#timeline_company #timeline_content .content .timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

#timeline_company #timeline_content .content .timeline .event:before {
  left: -140px;
  color: #b1b7bf;
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 10px;
  width: 120px;
  line-height: 20px;
  text-align: right;
}

#timeline_company #timeline_content .content .timeline .event:after {
  left: -17px;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  content: "";
  top: 5px;
}

#timeline_company:after {
  content: "";
  background-color: white;
  left: 0;
  opacity: .9;
  bottom: 0;
  right: 0;
  width: 90%;
  height: 250px;
}

.request-page #timeline_company:after {
  height: auto;
}

#doc_company .list-docs-tags li i {
  width: 25px;
  height: 30px;
}

#doc_company .list-docs-tags li i.icon-1 {
  background-image: url(/images/svg/icon_rc.svg);
}

#doc_company .list-docs-tags li i.icon-2 {
  background-image: url(/images/svg/icon_cnss.svg);
}

#doc_company .list-docs-tags li i.icon-3 {
  background-image: url(/images/svg/icon_finance.svg);
}

#doc_company .list-docs-tags li i.icon-4 {
  background-image: url(/images/svg/icon_juridique.svg);
}

#doc_company .list-docs-tags li.border-red i {
  width: 25px;
  height: 30px;
}

#doc_company .list-docs-tags li.border-red i.icon-1 {
  background-image: url(/images/svg/icon_rc_red.svg);
}

#doc_company .list-docs-tags li.border-red i.icon-2 {
  background-image: url(/images/svg/icon_cnss_red.svg);
}

#doc_company .list-docs-tags li.border-red i.icon-3 {
  background-image: url(/images/svg/icon_finance_red.svg);
}

#doc_company .list-docs-tags li.border-red i.icon-4 {
  background-image: url(/images/svg/icon_juridique_red.svg);
}

#modal_upload_doc .dropzone .dz-preview {
  min-height: auto;
  margin: 0;
}

#modal_upload_doc .dropzone .dz-preview .dz-success-mark,
#modal_upload_doc .dropzone .dz-preview .dz-error-mark,
#modal_upload_doc .dropzone .dz-preview .dz-image {
  display: none;
}

#modal_upload_doc .dropzone .dz-preview .dz-details {
  position: relative;
  padding: 0;
}

#modal_upload_doc .dropzone.dz-started .dz-message {
  display: block !important;
}

#datatable_request_status .dataTables_length,
#datatable_request_status .dataTables_filter,
#datatable_request_status .dataTables_paginate {
  display: none;
}

#datatable_request_status table tr:first-child {
  background-color: #76b049;
}

.datatable tbody td.no-padding {
  padding: 3px 6px !important;
}

#info_request input[type=checkbox] {
  position: relative;
  opacity: 1;
}

#info_request input[type=radio] {
  position: relative;
  opacity: 1;
}

#info_request input[type=radio]:checked + .radio-label:before {
  background-color: #ee0049;
  box-shadow: inset 0 0 0 3px #f4f4f4;
  border: 1px solid #ee0049;
}

.datatable tbody td {
  padding: .75rem .75rem !important;
}

.datatable thead th {
  padding: 0 .75rem !important;
}

.dropzone.dz-started .dz-message {
  display: block;
}

.border-green {
  border-color: #76b049;
}

.border-box-red {
  border-color: red;
  border-radius: inherit;
}

.color-box-red {
  color: red;
}

.text-color {
  color: #71809a;
  background-color: #fbfff8;
}

.content-box-red {
  color: #71809a;
  background-color: #ffe6e6;
}

.button-label {
  border-radius: 5px;
  background-color: #1d3964;
  box-shadow: 0 2px 10px 0 rgba(29, 57, 100, .3);
}

.custom-warning {
  border-radius: 6px 0 0 6px;
}

.box-warning {
  height: 83px;
  width: auto;
  border-radius: 4.2px;
  background-color: #fffbfb;
  box-shadow: 0 -6px 15px 0 rgba(177, 183, 191, .15);
  position: relative;
}

.box-warning:before {
  content: "";
  position: absolute;
}

.box-success {
  height: 83px;
  width: auto;
  border-radius: 4.2px;
  background-color: #76b049;
  box-shadow: 0 -6px 15px 0 rgba(177, 183, 191, .15);
  position: relative;
}

.box-success:before {
  content: "";
  position: absolute;
}

.icon-upload {
  height: 16px;
  width: 16px;
}

.list-info {
  list-style: initial;
}

.text-btn {
  color: #1d3964;
}

.icon-color {
  color: #1d3964;
}

.link {
  text-decoration: none;
  opacity: .7;
}

.border-red {
  color: red;
}

.bagde {
  color: #ee0049;
  background-color: #1d3964;
}

.img-notif {
  height: 35px;
  width: 35px;
}

#comments_candidat #comment_content .detail-box {
  width: 100%;
  border-top: 1px dotted #bbb;
  border-left: 1px solid #bbb;
  border-bottom: 1px dotted #bbb;
  border-right: 1px solid #bbb;
}

#comments_candidat #comment_content .action-box {
  border-top: 0px dotted #bbb;
  padding: 10px;
  width: 100%;
}

#comments_candidat #comment_content .comment-list {
  padding: 0;
  list-style: none;
  max-height: 200px;
  overflow: auto;
}

#comments_candidat #comment_content .comment-list li {
  margin: 0;
  margin-top: 10px;
}

#comments_candidat #comment_content .comment-list li > div {
  display: table-cell;
}

#comments_candidat #comment_content .commenter-image {
  width: 30px;
  margin-right: 5px;
  height: 100%;
  float: left;
}

#comments_candidat #comment_content .commenter-image img {
  width: 100%;
  border-radius: 50%;
}

#comments_candidat #comment_content .comment-text p {
  margin: 0;
}

#comments_candidat #comment_content .sub-text {
  color: #aaa;
  font-family: verdana;
  font-size: 11px;
}

.img-update {
  background-image: url(/images/svg/icon-candidature.svg);
  margin-bottom: -2px;
}

.alert-box {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-box.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  display: none;
  font-size: 12px;
}

#notification ul {
  max-height: 450px;
  overflow-y: auto;
}

#not_found h1 {
  font-size: 230px;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 .4em;
  padding: 0;
  color: #595959;
  font-size: 1.275em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: .95em;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 2.75em;
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 21%;
  padding: 1.25em;
  border: none;
  border-radius: .3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}

.swal2-warning {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 4em;
  height: 4em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.label-comment-file-blc {
  margin: 10px 0 10px 0;
}

.label-comment-blc {
  margin-bottom: 10px;
}

.comment-label {
  font-size: .9375rem;
  color: #1d3964;
  font-weight: 700;
}

.colleague-comment-save {
  display: flex;
  justify-content: flex-end;
}

.colleague-comment-text {
  margin-top: 10px;
  min-height: 200px;
}

.colleague-comment-card {
  border-width: 2px;
  border-style: solid;
  border-color: #d2d8e1;
  border-radius: 8px;
  padding: 20px 20px 30px;
}

.save-collegue-comment {
  margin-top: 20px;
}

.comment_content_card {
  padding: 1rem;
}

.comment_col_text {
  margin-left: 10px;
}

.judgment-d {
  align-items: center;
}

.judgment-sp {
  width: 118px;
  min-width: 118px;
  height: 118px;
  border-radius: 50%;
}

.tips-text {
  border: groove;
  margin-left: 20px;
}

.form-group {
  display: grid;
}

.btn-copy-file-path,
#send_export {
  display: none;
}

.saved-tips-d {
  margin: 0 20px;
}

#new-tip {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  z-index: 1;
  right: 0;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  background-color: #63c2de;
  margin-right: 10px;
}

.badge-permission {
  background-color: #55deb2;
}

.role-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #c8ced3;
  border-radius: .25rem;
}

.role-card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f0f3f5;
  border-bottom: 1px solid #c8ced3;
}

.role-card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.role-card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.role-form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5c6873;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e4e7ea;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.links > li a {
  color: #fff;
  text-decoration: none;
}

.links .menu-b {
  position: relative;
}

.links .menu-b .submenu {
  display: none;
}

.links .menu-b .submenu li a {
  color: #777;
  text-decoration: none;
}

.links .menu-b:hover .submenu {
  display: block;
}

.field-wrapper {
  display: block;
  width: 100%;
}

.field-wrapper label::after {
  content: "\A0\A0";
  /* keeps spacing consistent */
}

.field-wrapper input {
  float: right;
}

.required-field label::after {
  content: "*";
  color: red;
}

.anterior-app {
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(29, 57, 100, .16);
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  border-color: #eaecf1;
}

@media (max-width: 1210px) {
  #motif_stop {
    max-height: 65px;
  }

  .stop-bourse-d {
    margin-bottom: .5rem;
  }
}

.stop-b-date {
  width: 100%;
}

.status-tb {
  margin-bottom: inherit;
}

.delete-child {
  position: absolute;
  top: 0;
  right: 5px;
}

.field-wrapper h4::after {
  content: "\A0\A0";
  /* keeps spacing consistent */
}

.required-field h4::after {
  content: "*";
  color: red;
}

.field-wrapper .justification-invalid-label::after {
  content: "\A0\A0";
  /* keeps spacing consistent */
}

.required-field .justification-invalid-label::after {
  content: "*";
  color: red;
}

.btn-treated {
  background-color: #425e84;
  color: white;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
}

.sp-treated {
  font: 16px lato;
}

.notif-remove-label {
  margin-left: 10px;
  font-size: .75rem;
  width: 25px;
  height: 25px;
  padding: 3px 5px;
  text-align: center;
}

.field-wrapper span.required-in::after {
  content: "\A0\A0";
  /* keeps spacing consistent */
}

.required-field span.required-in::after {
  content: "*";
  color: red;
}

@media (max-width: 992px) {
  #application_detail .md\:flex {
    display: block !important;
  }

  #application_detail .md\:w-1\/2 {
    width: 100% !important;
  }

  #application_detail #stop_bourse_modal .md\:flex,
  #application_detail #modal_add_comment .md\:flex {
    display: flex !important;
  }
}

#stop_bourse_modal,
#modal_add_comment {
  z-index: 31;
}

.select-permissions .select2-selection {
  border: aliceblue !important;
}

.role-status {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin-right: 10px;
}

.role-activate {
  background-color: #63de81;
}

.role-deactivate {
  background-color: #f36d8e;
}

.version-action-disabled {
  opacity: .6 !important;
  cursor: not-allowed !important;
}

.table-preview {
  text-align: center;
}

.table-preview td {
  border: 1px solid black;
  border-collapse: collapse;
}

.squaredFour {
  width: 20px;
  position: relative;
  margin: 20px auto;
}

.squaredFour label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, .5);
}

.squaredFour label:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 6px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}

.squaredFour label:hover::after {
  opacity: .5;
}

.squaredFour input[type=checkbox] {
  visibility: hidden;
}

.squaredFour input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.dr-notif {
  max-height: 399px;
  overflow-y: auto;
}

.btn-cr {
  width: 10.9rem;
  margin-bottom: 2px;
}

.w-guard {
  min-height: 50px;
}

.required-field span:first-child::after {
  content: "*";
  color: red;
}

.title-form {
  color: #ee0049;
  font-size: .9975rem;
  font-weight: 800;
}

.close-del {
  position: relative;
  top: -4px;
}

.star {
  display: inline-block;
}

.star .rating {
  fill: #7d8593;
}

.star .rating:hover {
  fill: #ee0049;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 20rem;
  background-color: #555;
  color: #fff;
  border-radius: 6px;
  padding: 1rem;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity .3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.w-80p {
  width: 80%;
}

.sso-feedback-radio {
  list-style: none;
  padding: 0;
}

.sso-feedback-radio li {
  display: inline-grid;
}

.sso-feedback-radio input {
  visibility: hidden;
}

.sso-feedback-radio label {
  cursor: pointer;
}

.sso-feedback-radio input:checked + label {
  color: #fff;
}

.sso-feedback-radio input:checked + .conflict-interest {
  background-color: #55bdda;
}

.sso-feedback-radio input:checked + .conflict-interest svg * {
  fill: #fff;
}

.sso-feedback-radio input:checked + .application-refuse {
  background-color: #ee0049;
}

.sso-feedback-radio input:checked + .application-refuse svg * {
  fill: #fff;
}

.sso-feedback-radio input:checked + .application-accepted {
  background-color: #76b049;
}

.sso-feedback-radio input:checked + .application-accepted svg g g {
  stroke: #fff;
}

.sso-feedback-radio input:checked + .application-call-pitch {
  background-color: #1d3964;
}

.sso-feedback-radio input:checked + .application-call-pitch svg * {
  fill: #fff;
}

.minmax-width-15 {
  min-width: 15rem;
  max-width: 15rem;
}

.max-width-1 {
  max-width: 4rem;
}

.list-none {
  list-style-type: none;
  border-right: solid 3px darkgrey;
  width: 30%;
}

.fill-red {
  fill: #ee0049 !important;
}

.width-12 {
  width: 12rem;
}

.scrollable-list {
  overflow-y: scroll;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media (min-width: 576px) {
  .sm\:list-reset {
    list-style: none;
    padding: 0;
  }

  .sm\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:bg-fixed {
    background-attachment: fixed;
  }

  .sm\:bg-local {
    background-attachment: local;
  }

  .sm\:bg-scroll {
    background-attachment: scroll;
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

  .sm\:bg-black {
    background-color: #22292f;
  }

  .sm\:bg-white {
    background-color: #fff;
  }

  .sm\:bg-green-dark {
    background-color: #6b7d5b;
  }

  .sm\:bg-green {
    background-color: #76b049;
  }

  .sm\:bg-green-light {
    background-color: #c4d9b1;
  }

  .sm\:bg-green-lightest {
    background-color: #e7f0df;
  }

  .sm\:bg-green-lighter {
    background-color: #f0f6eb;
  }

  .sm\:bg-blue-dark {
    background-color: #193156;
  }

  .sm\:bg-blue {
    background-color: #1d3964;
  }

  .sm\:bg-blue-light-0 {
    background-color: #5b767d;
  }

  .sm\:bg-blue-light {
    background-color: #55bdda;
  }

  .sm\:bg-blue-lightest-0 {
    background-color: #b1cad9;
  }

  .sm\:bg-blue-lightest {
    background-color: #a6b1c2;
  }

  .sm\:bg-blue-lighter-0 {
    background-color: #dfeef0;
  }

  .sm\:bg-blue-lighter {
    background-color: #f0f9fc;
  }

  .sm\:bg-pink {
    background-color: #9d6868;
  }

  .sm\:bg-pink-light {
    background-color: #d9b1b1;
  }

  .sm\:bg-pink-lightest {
    background-color: #f0dfdf;
  }

  .sm\:bg-red-dark {
    background-color: #ff1b1b;
  }

  .sm\:bg-red {
    background-color: #ee0049;
  }

  .sm\:bg-red-light {
    background-color: #f9a8c2;
  }

  .sm\:bg-red-lighter {
    background-color: #ffc8c8;
  }

  .sm\:bg-red-lightest {
    background-color: #f7eaeb;
  }

  .sm\:bg-grey-darker {
    background-color: #313232;
  }

  .sm\:bg-grey-dark {
    background-color: #616161;
  }

  .sm\:bg-grey {
    background-color: #7d8593;
  }

  .sm\:bg-grey-light {
    background-color: #d2d8e1;
  }

  .sm\:bg-grey-lightest {
    background-color: #eaecf1;
  }

  .sm\:bg-grey-lighter {
    background-color: #f6f7f8;
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .sm\:hover\:bg-black:hover {
    background-color: #22292f;
  }

  .sm\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .sm\:hover\:bg-green-dark:hover {
    background-color: #6b7d5b;
  }

  .sm\:hover\:bg-green:hover {
    background-color: #76b049;
  }

  .sm\:hover\:bg-green-light:hover {
    background-color: #c4d9b1;
  }

  .sm\:hover\:bg-green-lightest:hover {
    background-color: #e7f0df;
  }

  .sm\:hover\:bg-green-lighter:hover {
    background-color: #f0f6eb;
  }

  .sm\:hover\:bg-blue-dark:hover {
    background-color: #193156;
  }

  .sm\:hover\:bg-blue:hover {
    background-color: #1d3964;
  }

  .sm\:hover\:bg-blue-light-0:hover {
    background-color: #5b767d;
  }

  .sm\:hover\:bg-blue-light:hover {
    background-color: #55bdda;
  }

  .sm\:hover\:bg-blue-lightest-0:hover {
    background-color: #b1cad9;
  }

  .sm\:hover\:bg-blue-lightest:hover {
    background-color: #a6b1c2;
  }

  .sm\:hover\:bg-blue-lighter-0:hover {
    background-color: #dfeef0;
  }

  .sm\:hover\:bg-blue-lighter:hover {
    background-color: #f0f9fc;
  }

  .sm\:hover\:bg-pink:hover {
    background-color: #9d6868;
  }

  .sm\:hover\:bg-pink-light:hover {
    background-color: #d9b1b1;
  }

  .sm\:hover\:bg-pink-lightest:hover {
    background-color: #f0dfdf;
  }

  .sm\:hover\:bg-red-dark:hover {
    background-color: #ff1b1b;
  }

  .sm\:hover\:bg-red:hover {
    background-color: #ee0049;
  }

  .sm\:hover\:bg-red-light:hover {
    background-color: #f9a8c2;
  }

  .sm\:hover\:bg-red-lighter:hover {
    background-color: #ffc8c8;
  }

  .sm\:hover\:bg-red-lightest:hover {
    background-color: #f7eaeb;
  }

  .sm\:hover\:bg-grey-darker:hover {
    background-color: #313232;
  }

  .sm\:hover\:bg-grey-dark:hover {
    background-color: #616161;
  }

  .sm\:hover\:bg-grey:hover {
    background-color: #7d8593;
  }

  .sm\:hover\:bg-grey-light:hover {
    background-color: #d2d8e1;
  }

  .sm\:hover\:bg-grey-lightest:hover {
    background-color: #eaecf1;
  }

  .sm\:hover\:bg-grey-lighter:hover {
    background-color: #f6f7f8;
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .sm\:focus\:bg-black:focus {
    background-color: #22292f;
  }

  .sm\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .sm\:focus\:bg-green-dark:focus {
    background-color: #6b7d5b;
  }

  .sm\:focus\:bg-green:focus {
    background-color: #76b049;
  }

  .sm\:focus\:bg-green-light:focus {
    background-color: #c4d9b1;
  }

  .sm\:focus\:bg-green-lightest:focus {
    background-color: #e7f0df;
  }

  .sm\:focus\:bg-green-lighter:focus {
    background-color: #f0f6eb;
  }

  .sm\:focus\:bg-blue-dark:focus {
    background-color: #193156;
  }

  .sm\:focus\:bg-blue:focus {
    background-color: #1d3964;
  }

  .sm\:focus\:bg-blue-light-0:focus {
    background-color: #5b767d;
  }

  .sm\:focus\:bg-blue-light:focus {
    background-color: #55bdda;
  }

  .sm\:focus\:bg-blue-lightest-0:focus {
    background-color: #b1cad9;
  }

  .sm\:focus\:bg-blue-lightest:focus {
    background-color: #a6b1c2;
  }

  .sm\:focus\:bg-blue-lighter-0:focus {
    background-color: #dfeef0;
  }

  .sm\:focus\:bg-blue-lighter:focus {
    background-color: #f0f9fc;
  }

  .sm\:focus\:bg-pink:focus {
    background-color: #9d6868;
  }

  .sm\:focus\:bg-pink-light:focus {
    background-color: #d9b1b1;
  }

  .sm\:focus\:bg-pink-lightest:focus {
    background-color: #f0dfdf;
  }

  .sm\:focus\:bg-red-dark:focus {
    background-color: #ff1b1b;
  }

  .sm\:focus\:bg-red:focus {
    background-color: #ee0049;
  }

  .sm\:focus\:bg-red-light:focus {
    background-color: #f9a8c2;
  }

  .sm\:focus\:bg-red-lighter:focus {
    background-color: #ffc8c8;
  }

  .sm\:focus\:bg-red-lightest:focus {
    background-color: #f7eaeb;
  }

  .sm\:focus\:bg-grey-darker:focus {
    background-color: #313232;
  }

  .sm\:focus\:bg-grey-dark:focus {
    background-color: #616161;
  }

  .sm\:focus\:bg-grey:focus {
    background-color: #7d8593;
  }

  .sm\:focus\:bg-grey-light:focus {
    background-color: #d2d8e1;
  }

  .sm\:focus\:bg-grey-lightest:focus {
    background-color: #eaecf1;
  }

  .sm\:focus\:bg-grey-lighter:focus {
    background-color: #f6f7f8;
  }

  .sm\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .sm\:active\:bg-black:active {
    background-color: #22292f;
  }

  .sm\:active\:bg-white:active {
    background-color: #fff;
  }

  .sm\:active\:bg-green-dark:active {
    background-color: #6b7d5b;
  }

  .sm\:active\:bg-green:active {
    background-color: #76b049;
  }

  .sm\:active\:bg-green-light:active {
    background-color: #c4d9b1;
  }

  .sm\:active\:bg-green-lightest:active {
    background-color: #e7f0df;
  }

  .sm\:active\:bg-green-lighter:active {
    background-color: #f0f6eb;
  }

  .sm\:active\:bg-blue-dark:active {
    background-color: #193156;
  }

  .sm\:active\:bg-blue:active {
    background-color: #1d3964;
  }

  .sm\:active\:bg-blue-light-0:active {
    background-color: #5b767d;
  }

  .sm\:active\:bg-blue-light:active {
    background-color: #55bdda;
  }

  .sm\:active\:bg-blue-lightest-0:active {
    background-color: #b1cad9;
  }

  .sm\:active\:bg-blue-lightest:active {
    background-color: #a6b1c2;
  }

  .sm\:active\:bg-blue-lighter-0:active {
    background-color: #dfeef0;
  }

  .sm\:active\:bg-blue-lighter:active {
    background-color: #f0f9fc;
  }

  .sm\:active\:bg-pink:active {
    background-color: #9d6868;
  }

  .sm\:active\:bg-pink-light:active {
    background-color: #d9b1b1;
  }

  .sm\:active\:bg-pink-lightest:active {
    background-color: #f0dfdf;
  }

  .sm\:active\:bg-red-dark:active {
    background-color: #ff1b1b;
  }

  .sm\:active\:bg-red:active {
    background-color: #ee0049;
  }

  .sm\:active\:bg-red-light:active {
    background-color: #f9a8c2;
  }

  .sm\:active\:bg-red-lighter:active {
    background-color: #ffc8c8;
  }

  .sm\:active\:bg-red-lightest:active {
    background-color: #f7eaeb;
  }

  .sm\:active\:bg-grey-darker:active {
    background-color: #313232;
  }

  .sm\:active\:bg-grey-dark:active {
    background-color: #616161;
  }

  .sm\:active\:bg-grey:active {
    background-color: #7d8593;
  }

  .sm\:active\:bg-grey-light:active {
    background-color: #d2d8e1;
  }

  .sm\:active\:bg-grey-lightest:active {
    background-color: #eaecf1;
  }

  .sm\:active\:bg-grey-lighter:active {
    background-color: #f6f7f8;
  }

  .sm\:bg-bottom {
    background-position: bottom;
  }

  .sm\:bg-center {
    background-position: center;
  }

  .sm\:bg-left {
    background-position: left;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:bg-left-top {
    background-position: left top;
  }

  .sm\:bg-right {
    background-position: right;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:bg-right-top {
    background-position: right top;
  }

  .sm\:bg-top {
    background-position: top;
  }

  .sm\:bg-repeat {
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:bg-14 {
    background-size: 14px;
  }

  .sm\:bg-auto {
    background-size: auto;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .sm\:border-transparent {
    border-color: transparent;
  }

  .sm\:border-black {
    border-color: #22292f;
  }

  .sm\:border-white {
    border-color: #fff;
  }

  .sm\:border-green-dark {
    border-color: #6b7d5b;
  }

  .sm\:border-green {
    border-color: #76b049;
  }

  .sm\:border-green-light {
    border-color: #c4d9b1;
  }

  .sm\:border-green-lightest {
    border-color: #e7f0df;
  }

  .sm\:border-green-lighter {
    border-color: #f0f6eb;
  }

  .sm\:border-blue-dark {
    border-color: #193156;
  }

  .sm\:border-blue {
    border-color: #1d3964;
  }

  .sm\:border-blue-light-0 {
    border-color: #5b767d;
  }

  .sm\:border-blue-light {
    border-color: #55bdda;
  }

  .sm\:border-blue-lightest-0 {
    border-color: #b1cad9;
  }

  .sm\:border-blue-lightest {
    border-color: #a6b1c2;
  }

  .sm\:border-blue-lighter-0 {
    border-color: #dfeef0;
  }

  .sm\:border-blue-lighter {
    border-color: #f0f9fc;
  }

  .sm\:border-pink {
    border-color: #9d6868;
  }

  .sm\:border-pink-light {
    border-color: #d9b1b1;
  }

  .sm\:border-pink-lightest {
    border-color: #f0dfdf;
  }

  .sm\:border-red-dark {
    border-color: #ff1b1b;
  }

  .sm\:border-red {
    border-color: #ee0049;
  }

  .sm\:border-red-light {
    border-color: #f9a8c2;
  }

  .sm\:border-red-lighter {
    border-color: #ffc8c8;
  }

  .sm\:border-red-lightest {
    border-color: #f7eaeb;
  }

  .sm\:border-grey-darker {
    border-color: #313232;
  }

  .sm\:border-grey-dark {
    border-color: #616161;
  }

  .sm\:border-grey {
    border-color: #7d8593;
  }

  .sm\:border-grey-light {
    border-color: #d2d8e1;
  }

  .sm\:border-grey-lightest {
    border-color: #eaecf1;
  }

  .sm\:border-grey-lighter {
    border-color: #f6f7f8;
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .sm\:hover\:border-black:hover {
    border-color: #22292f;
  }

  .sm\:hover\:border-white:hover {
    border-color: #fff;
  }

  .sm\:hover\:border-green-dark:hover {
    border-color: #6b7d5b;
  }

  .sm\:hover\:border-green:hover {
    border-color: #76b049;
  }

  .sm\:hover\:border-green-light:hover {
    border-color: #c4d9b1;
  }

  .sm\:hover\:border-green-lightest:hover {
    border-color: #e7f0df;
  }

  .sm\:hover\:border-green-lighter:hover {
    border-color: #f0f6eb;
  }

  .sm\:hover\:border-blue-dark:hover {
    border-color: #193156;
  }

  .sm\:hover\:border-blue:hover {
    border-color: #1d3964;
  }

  .sm\:hover\:border-blue-light-0:hover {
    border-color: #5b767d;
  }

  .sm\:hover\:border-blue-light:hover {
    border-color: #55bdda;
  }

  .sm\:hover\:border-blue-lightest-0:hover {
    border-color: #b1cad9;
  }

  .sm\:hover\:border-blue-lightest:hover {
    border-color: #a6b1c2;
  }

  .sm\:hover\:border-blue-lighter-0:hover {
    border-color: #dfeef0;
  }

  .sm\:hover\:border-blue-lighter:hover {
    border-color: #f0f9fc;
  }

  .sm\:hover\:border-pink:hover {
    border-color: #9d6868;
  }

  .sm\:hover\:border-pink-light:hover {
    border-color: #d9b1b1;
  }

  .sm\:hover\:border-pink-lightest:hover {
    border-color: #f0dfdf;
  }

  .sm\:hover\:border-red-dark:hover {
    border-color: #ff1b1b;
  }

  .sm\:hover\:border-red:hover {
    border-color: #ee0049;
  }

  .sm\:hover\:border-red-light:hover {
    border-color: #f9a8c2;
  }

  .sm\:hover\:border-red-lighter:hover {
    border-color: #ffc8c8;
  }

  .sm\:hover\:border-red-lightest:hover {
    border-color: #f7eaeb;
  }

  .sm\:hover\:border-grey-darker:hover {
    border-color: #313232;
  }

  .sm\:hover\:border-grey-dark:hover {
    border-color: #616161;
  }

  .sm\:hover\:border-grey:hover {
    border-color: #7d8593;
  }

  .sm\:hover\:border-grey-light:hover {
    border-color: #d2d8e1;
  }

  .sm\:hover\:border-grey-lightest:hover {
    border-color: #eaecf1;
  }

  .sm\:hover\:border-grey-lighter:hover {
    border-color: #f6f7f8;
  }

  .sm\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .sm\:focus\:border-black:focus {
    border-color: #22292f;
  }

  .sm\:focus\:border-white:focus {
    border-color: #fff;
  }

  .sm\:focus\:border-green-dark:focus {
    border-color: #6b7d5b;
  }

  .sm\:focus\:border-green:focus {
    border-color: #76b049;
  }

  .sm\:focus\:border-green-light:focus {
    border-color: #c4d9b1;
  }

  .sm\:focus\:border-green-lightest:focus {
    border-color: #e7f0df;
  }

  .sm\:focus\:border-green-lighter:focus {
    border-color: #f0f6eb;
  }

  .sm\:focus\:border-blue-dark:focus {
    border-color: #193156;
  }

  .sm\:focus\:border-blue:focus {
    border-color: #1d3964;
  }

  .sm\:focus\:border-blue-light-0:focus {
    border-color: #5b767d;
  }

  .sm\:focus\:border-blue-light:focus {
    border-color: #55bdda;
  }

  .sm\:focus\:border-blue-lightest-0:focus {
    border-color: #b1cad9;
  }

  .sm\:focus\:border-blue-lightest:focus {
    border-color: #a6b1c2;
  }

  .sm\:focus\:border-blue-lighter-0:focus {
    border-color: #dfeef0;
  }

  .sm\:focus\:border-blue-lighter:focus {
    border-color: #f0f9fc;
  }

  .sm\:focus\:border-pink:focus {
    border-color: #9d6868;
  }

  .sm\:focus\:border-pink-light:focus {
    border-color: #d9b1b1;
  }

  .sm\:focus\:border-pink-lightest:focus {
    border-color: #f0dfdf;
  }

  .sm\:focus\:border-red-dark:focus {
    border-color: #ff1b1b;
  }

  .sm\:focus\:border-red:focus {
    border-color: #ee0049;
  }

  .sm\:focus\:border-red-light:focus {
    border-color: #f9a8c2;
  }

  .sm\:focus\:border-red-lighter:focus {
    border-color: #ffc8c8;
  }

  .sm\:focus\:border-red-lightest:focus {
    border-color: #f7eaeb;
  }

  .sm\:focus\:border-grey-darker:focus {
    border-color: #313232;
  }

  .sm\:focus\:border-grey-dark:focus {
    border-color: #616161;
  }

  .sm\:focus\:border-grey:focus {
    border-color: #7d8593;
  }

  .sm\:focus\:border-grey-light:focus {
    border-color: #d2d8e1;
  }

  .sm\:focus\:border-grey-lightest:focus {
    border-color: #eaecf1;
  }

  .sm\:focus\:border-grey-lighter:focus {
    border-color: #f6f7f8;
  }

  .sm\:active\:border-transparent:active {
    border-color: transparent;
  }

  .sm\:active\:border-black:active {
    border-color: #22292f;
  }

  .sm\:active\:border-white:active {
    border-color: #fff;
  }

  .sm\:active\:border-green-dark:active {
    border-color: #6b7d5b;
  }

  .sm\:active\:border-green:active {
    border-color: #76b049;
  }

  .sm\:active\:border-green-light:active {
    border-color: #c4d9b1;
  }

  .sm\:active\:border-green-lightest:active {
    border-color: #e7f0df;
  }

  .sm\:active\:border-green-lighter:active {
    border-color: #f0f6eb;
  }

  .sm\:active\:border-blue-dark:active {
    border-color: #193156;
  }

  .sm\:active\:border-blue:active {
    border-color: #1d3964;
  }

  .sm\:active\:border-blue-light-0:active {
    border-color: #5b767d;
  }

  .sm\:active\:border-blue-light:active {
    border-color: #55bdda;
  }

  .sm\:active\:border-blue-lightest-0:active {
    border-color: #b1cad9;
  }

  .sm\:active\:border-blue-lightest:active {
    border-color: #a6b1c2;
  }

  .sm\:active\:border-blue-lighter-0:active {
    border-color: #dfeef0;
  }

  .sm\:active\:border-blue-lighter:active {
    border-color: #f0f9fc;
  }

  .sm\:active\:border-pink:active {
    border-color: #9d6868;
  }

  .sm\:active\:border-pink-light:active {
    border-color: #d9b1b1;
  }

  .sm\:active\:border-pink-lightest:active {
    border-color: #f0dfdf;
  }

  .sm\:active\:border-red-dark:active {
    border-color: #ff1b1b;
  }

  .sm\:active\:border-red:active {
    border-color: #ee0049;
  }

  .sm\:active\:border-red-light:active {
    border-color: #f9a8c2;
  }

  .sm\:active\:border-red-lighter:active {
    border-color: #ffc8c8;
  }

  .sm\:active\:border-red-lightest:active {
    border-color: #f7eaeb;
  }

  .sm\:active\:border-grey-darker:active {
    border-color: #313232;
  }

  .sm\:active\:border-grey-dark:active {
    border-color: #616161;
  }

  .sm\:active\:border-grey:active {
    border-color: #7d8593;
  }

  .sm\:active\:border-grey-light:active {
    border-color: #d2d8e1;
  }

  .sm\:active\:border-grey-lightest:active {
    border-color: #eaecf1;
  }

  .sm\:active\:border-grey-lighter:active {
    border-color: #f6f7f8;
  }

  .sm\:rounded-5 {
    border-radius: .3125rem;
  }

  .sm\:rounded-50 {
    border-radius: 50%;
  }

  .sm\:rounded-none {
    border-radius: 0;
  }

  .sm\:rounded-sm {
    border-radius: .125rem;
  }

  .sm\:rounded {
    border-radius: .25rem;
  }

  .sm\:rounded-2sm {
    border-radius: .3125rem;
  }

  .sm\:rounded-3sm {
    border-radius: .375rem;
  }

  .sm\:rounded-lg {
    border-radius: .5rem;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:rounded-7\.5 {
    border-radius: .46875rem;
  }

  .sm\:rounded-t-5 {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
  }

  .sm\:rounded-r-5 {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: .3125rem;
  }

  .sm\:rounded-b-5 {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }

  .sm\:rounded-l-5 {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }

  .sm\:rounded-t-50 {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }

  .sm\:rounded-r-50 {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }

  .sm\:rounded-b-50 {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .sm\:rounded-l-50 {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .sm\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-t-2sm {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
  }

  .sm\:rounded-r-2sm {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: .3125rem;
  }

  .sm\:rounded-b-2sm {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }

  .sm\:rounded-l-2sm {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }

  .sm\:rounded-t-3sm {
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem;
  }

  .sm\:rounded-r-3sm {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
  }

  .sm\:rounded-b-3sm {
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: .375rem;
  }

  .sm\:rounded-l-3sm {
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-t-7\.5 {
    border-top-left-radius: .46875rem;
    border-top-right-radius: .46875rem;
  }

  .sm\:rounded-r-7\.5 {
    border-top-right-radius: .46875rem;
    border-bottom-right-radius: .46875rem;
  }

  .sm\:rounded-b-7\.5 {
    border-bottom-right-radius: .46875rem;
    border-bottom-left-radius: .46875rem;
  }

  .sm\:rounded-l-7\.5 {
    border-top-left-radius: .46875rem;
    border-bottom-left-radius: .46875rem;
  }

  .sm\:rounded-tl-5 {
    border-top-left-radius: .3125rem;
  }

  .sm\:rounded-tr-5 {
    border-top-right-radius: .3125rem;
  }

  .sm\:rounded-br-5 {
    border-bottom-right-radius: .3125rem;
  }

  .sm\:rounded-bl-5 {
    border-bottom-left-radius: .3125rem;
  }

  .sm\:rounded-tl-50 {
    border-top-left-radius: 50%;
  }

  .sm\:rounded-tr-50 {
    border-top-right-radius: 50%;
  }

  .sm\:rounded-br-50 {
    border-bottom-right-radius: 50%;
  }

  .sm\:rounded-bl-50 {
    border-bottom-left-radius: 50%;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .sm\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-tl-2sm {
    border-top-left-radius: .3125rem;
  }

  .sm\:rounded-tr-2sm {
    border-top-right-radius: .3125rem;
  }

  .sm\:rounded-br-2sm {
    border-bottom-right-radius: .3125rem;
  }

  .sm\:rounded-bl-2sm {
    border-bottom-left-radius: .3125rem;
  }

  .sm\:rounded-tl-3sm {
    border-top-left-radius: .375rem;
  }

  .sm\:rounded-tr-3sm {
    border-top-right-radius: .375rem;
  }

  .sm\:rounded-br-3sm {
    border-bottom-right-radius: .375rem;
  }

  .sm\:rounded-bl-3sm {
    border-bottom-left-radius: .375rem;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-7\.5 {
    border-top-left-radius: .46875rem;
  }

  .sm\:rounded-tr-7\.5 {
    border-top-right-radius: .46875rem;
  }

  .sm\:rounded-br-7\.5 {
    border-bottom-right-radius: .46875rem;
  }

  .sm\:rounded-bl-7\.5 {
    border-bottom-left-radius: .46875rem;
  }

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-dashed {
    border-style: dashed;
  }

  .sm\:border-dotted {
    border-style: dotted;
  }

  .sm\:border-none {
    border-style: none;
  }

  .sm\:border-0 {
    border-width: 0;
  }

  .sm\:border-2 {
    border-width: 2px;
  }

  .sm\:border-4 {
    border-width: 4px;
  }

  .sm\:border-7 {
    border-width: 7px;
  }

  .sm\:border-8 {
    border-width: 8px;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-t-0 {
    border-top-width: 0;
  }

  .sm\:border-r-0 {
    border-right-width: 0;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0;
  }

  .sm\:border-l-0 {
    border-left-width: 0;
  }

  .sm\:border-t-2 {
    border-top-width: 2px;
  }

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:border-t-4 {
    border-top-width: 4px;
  }

  .sm\:border-r-4 {
    border-right-width: 4px;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-t-7 {
    border-top-width: 7px;
  }

  .sm\:border-r-7 {
    border-right-width: 7px;
  }

  .sm\:border-b-7 {
    border-bottom-width: 7px;
  }

  .sm\:border-l-7 {
    border-left-width: 7px;
  }

  .sm\:border-t-8 {
    border-top-width: 8px;
  }

  .sm\:border-r-8 {
    border-right-width: 8px;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px;
  }

  .sm\:border-l-8 {
    border-left-width: 8px;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:cursor-auto {
    cursor: auto;
  }

  .sm\:cursor-default {
    cursor: default;
  }

  .sm\:cursor-pointer {
    cursor: pointer;
  }

  .sm\:cursor-wait {
    cursor: wait;
  }

  .sm\:cursor-move {
    cursor: move;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:table {
    display: table;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:self-auto {
    align-self: auto;
  }

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:self-end {
    align-self: flex-end;
  }

  .sm\:self-center {
    align-self: center;
  }

  .sm\:self-stretch {
    align-self: stretch;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:content-center {
    align-content: center;
  }

  .sm\:content-start {
    align-content: flex-start;
  }

  .sm\:content-end {
    align-content: flex-end;
  }

  .sm\:content-between {
    align-content: space-between;
  }

  .sm\:content-around {
    align-content: space-around;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:flex-grow {
    flex-grow: 1;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .sm\:flex-no-grow {
    flex-grow: 0;
  }

  .sm\:flex-no-shrink {
    flex-shrink: 0;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:font-sans {
    font-family: Lato;
  }

  .sm\:font-serif {
    font-family: ;
  }

  .sm\:font-mono {
    font-family: ;
  }

  .sm\:font-hairline {
    font-weight: 100;
  }

  .sm\:font-thin {
    font-weight: 200;
  }

  .sm\:font-light {
    font-weight: 300;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:font-extrabold {
    font-weight: 800;
  }

  .sm\:font-black {
    font-weight: 900;
  }

  .sm\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .sm\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300;
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .sm\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900;
  }

  .sm\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .sm\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .sm\:focus\:font-light:focus {
    font-weight: 300;
  }

  .sm\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .sm\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .sm\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .sm\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .sm\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .sm\:focus\:font-black:focus {
    font-weight: 900;
  }

  .sm\:active\:font-hairline:active {
    font-weight: 100;
  }

  .sm\:active\:font-thin:active {
    font-weight: 200;
  }

  .sm\:active\:font-light:active {
    font-weight: 300;
  }

  .sm\:active\:font-normal:active {
    font-weight: 400;
  }

  .sm\:active\:font-medium:active {
    font-weight: 500;
  }

  .sm\:active\:font-semibold:active {
    font-weight: 600;
  }

  .sm\:active\:font-bold:active {
    font-weight: 700;
  }

  .sm\:active\:font-extrabold:active {
    font-weight: 800;
  }

  .sm\:active\:font-black:active {
    font-weight: 900;
  }

  .sm\:h-1 {
    height: .25rem;
  }

  .sm\:h-2 {
    height: .5rem;
  }

  .sm\:h-3 {
    height: .75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-17 {
    height: 4.375rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:leading-loose {
    line-height: 2;
  }

  .sm\:m-0 {
    margin: 0;
  }

  .sm\:m-1 {
    margin: .25rem;
  }

  .sm\:m-2 {
    margin: .5rem;
  }

  .sm\:m-3 {
    margin: .75rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:m-5 {
    margin: 1.25rem;
  }

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:m-7 {
    margin: 1.75rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:m-12 {
    margin: 3rem;
  }

  .sm\:m-16 {
    margin: 4rem;
  }

  .sm\:m-20 {
    margin: 5rem;
  }

  .sm\:m-24 {
    margin: 6rem;
  }

  .sm\:m-32 {
    margin: 8rem;
  }

  .sm\:m-64 {
    margin: 16rem;
  }

  .sm\:m-78 {
    margin: 19.68rem;
  }

  .sm\:m-80 {
    margin: 20rem;
  }

  .sm\:m-81 {
    margin: 34.2rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-px {
    margin: 1px;
  }

  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .sm\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .sm\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .sm\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .sm\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .sm\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:my-78 {
    margin-top: 19.68rem;
    margin-bottom: 19.68rem;
  }

  .sm\:mx-78 {
    margin-left: 19.68rem;
    margin-right: 19.68rem;
  }

  .sm\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:my-81 {
    margin-top: 34.2rem;
    margin-bottom: 34.2rem;
  }

  .sm\:mx-81 {
    margin-left: 34.2rem;
    margin-right: 34.2rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:mr-0 {
    margin-right: 0;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:ml-0 {
    margin-left: 0;
  }

  .sm\:mt-1 {
    margin-top: .25rem;
  }

  .sm\:mr-1 {
    margin-right: .25rem;
  }

  .sm\:mb-1 {
    margin-bottom: .25rem;
  }

  .sm\:ml-1 {
    margin-left: .25rem;
  }

  .sm\:mt-2 {
    margin-top: .5rem;
  }

  .sm\:mr-2 {
    margin-right: .5rem;
  }

  .sm\:mb-2 {
    margin-bottom: .5rem;
  }

  .sm\:ml-2 {
    margin-left: .5rem;
  }

  .sm\:mt-3 {
    margin-top: .75rem;
  }

  .sm\:mr-3 {
    margin-right: .75rem;
  }

  .sm\:mb-3 {
    margin-bottom: .75rem;
  }

  .sm\:ml-3 {
    margin-left: .75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mt-7 {
    margin-top: 1.75rem;
  }

  .sm\:mr-7 {
    margin-right: 1.75rem;
  }

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:ml-7 {
    margin-left: 1.75rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mr-12 {
    margin-right: 3rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:ml-12 {
    margin-left: 3rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mr-16 {
    margin-right: 4rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mr-20 {
    margin-right: 5rem;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:ml-20 {
    margin-left: 5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mr-24 {
    margin-right: 6rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:ml-24 {
    margin-left: 6rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:mr-32 {
    margin-right: 8rem;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem;
  }

  .sm\:ml-32 {
    margin-left: 8rem;
  }

  .sm\:mt-64 {
    margin-top: 16rem;
  }

  .sm\:mr-64 {
    margin-right: 16rem;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem;
  }

  .sm\:ml-64 {
    margin-left: 16rem;
  }

  .sm\:mt-78 {
    margin-top: 19.68rem;
  }

  .sm\:mr-78 {
    margin-right: 19.68rem;
  }

  .sm\:mb-78 {
    margin-bottom: 19.68rem;
  }

  .sm\:ml-78 {
    margin-left: 19.68rem;
  }

  .sm\:mt-80 {
    margin-top: 20rem;
  }

  .sm\:mr-80 {
    margin-right: 20rem;
  }

  .sm\:mb-80 {
    margin-bottom: 20rem;
  }

  .sm\:ml-80 {
    margin-left: 20rem;
  }

  .sm\:mt-81 {
    margin-top: 34.2rem;
  }

  .sm\:mr-81 {
    margin-right: 34.2rem;
  }

  .sm\:mb-81 {
    margin-bottom: 34.2rem;
  }

  .sm\:ml-81 {
    margin-left: 34.2rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:mr-px {
    margin-right: 1px;
  }

  .sm\:mb-px {
    margin-bottom: 1px;
  }

  .sm\:ml-px {
    margin-left: 1px;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:max-w-xs {
    max-width: 20rem;
  }

  .sm\:max-w-sm {
    max-width: 30rem;
  }

  .sm\:max-w-md {
    max-width: 40rem;
  }

  .sm\:max-w-lg {
    max-width: 50rem;
  }

  .sm\:max-w-xl {
    max-width: 60rem;
  }

  .sm\:max-w-2xl {
    max-width: 70rem;
  }

  .sm\:max-w-3xl {
    max-width: 80rem;
  }

  .sm\:max-w-4xl {
    max-width: 90rem;
  }

  .sm\:max-w-5xl {
    max-width: 100rem;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:min-h-0 {
    min-height: 0;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:min-w-0 {
    min-width: 0;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:-m-0 {
    margin: 0;
  }

  .sm\:-m-1 {
    margin: -0.25rem;
  }

  .sm\:-m-2 {
    margin: -0.5rem;
  }

  .sm\:-m-3 {
    margin: -0.75rem;
  }

  .sm\:-m-4 {
    margin: -1rem;
  }

  .sm\:-m-5 {
    margin: -1.25rem;
  }

  .sm\:-m-6 {
    margin: -1.5rem;
  }

  .sm\:-m-8 {
    margin: -2rem;
  }

  .sm\:-m-10 {
    margin: -2.5rem;
  }

  .sm\:-m-12 {
    margin: -3rem;
  }

  .sm\:-m-16 {
    margin: -4rem;
  }

  .sm\:-m-20 {
    margin: -5rem;
  }

  .sm\:-m-24 {
    margin: -6rem;
  }

  .sm\:-m-32 {
    margin: -8rem;
  }

  .sm\:-m-px {
    margin: -1px;
  }

  .sm\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-mt-0 {
    margin-top: 0;
  }

  .sm\:-mr-0 {
    margin-right: 0;
  }

  .sm\:-mb-0 {
    margin-bottom: 0;
  }

  .sm\:-ml-0 {
    margin-left: 0;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem;
  }

  .sm\:-mr-5 {
    margin-right: -1.25rem;
  }

  .sm\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

  .sm\:-mt-12 {
    margin-top: -3rem;
  }

  .sm\:-mr-12 {
    margin-right: -3rem;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:-ml-12 {
    margin-left: -3rem;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:-mr-16 {
    margin-right: -4rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:-ml-16 {
    margin-left: -4rem;
  }

  .sm\:-mt-20 {
    margin-top: -5rem;
  }

  .sm\:-mr-20 {
    margin-right: -5rem;
  }

  .sm\:-mb-20 {
    margin-bottom: -5rem;
  }

  .sm\:-ml-20 {
    margin-left: -5rem;
  }

  .sm\:-mt-24 {
    margin-top: -6rem;
  }

  .sm\:-mr-24 {
    margin-right: -6rem;
  }

  .sm\:-mb-24 {
    margin-bottom: -6rem;
  }

  .sm\:-ml-24 {
    margin-left: -6rem;
  }

  .sm\:-mt-32 {
    margin-top: -8rem;
  }

  .sm\:-mr-32 {
    margin-right: -8rem;
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem;
  }

  .sm\:-ml-32 {
    margin-left: -8rem;
  }

  .sm\:-mt-px {
    margin-top: -1px;
  }

  .sm\:-mr-px {
    margin-right: -1px;
  }

  .sm\:-mb-px {
    margin-bottom: -1px;
  }

  .sm\:-ml-px {
    margin-left: -1px;
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-25 {
    opacity: .25;
  }

  .sm\:opacity-30 {
    opacity: .3;
  }

  .sm\:opacity-40 {
    opacity: .4;
  }

  .sm\:opacity-50 {
    opacity: .5;
  }

  .sm\:opacity-65 {
    opacity: .65;
  }

  .sm\:opacity-75 {
    opacity: .75;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .sm\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .sm\:hover\:opacity-30:hover {
    opacity: .3;
  }

  .sm\:hover\:opacity-40:hover {
    opacity: .4;
  }

  .sm\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .sm\:hover\:opacity-65:hover {
    opacity: .65;
  }

  .sm\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:p-1 {
    padding: .25rem;
  }

  .sm\:p-2 {
    padding: .5rem;
  }

  .sm\:p-3 {
    padding: .75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-17 {
    padding: 4.375rem;
  }

  .sm\:p-20 {
    padding: 5rem;
  }

  .sm\:p-24 {
    padding: 6rem;
  }

  .sm\:p-32 {
    padding: 8rem;
  }

  .sm\:p-64 {
    padding: 16rem;
  }

  .sm\:p-72 {
    padding: 18rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:p-4x {
    padding: 1.1rem;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .sm\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .sm\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .sm\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sm\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .sm\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-17 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .sm\:px-17 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:py-4x {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .sm\:px-4x {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:pt-1 {
    padding-top: .25rem;
  }

  .sm\:pr-1 {
    padding-right: .25rem;
  }

  .sm\:pb-1 {
    padding-bottom: .25rem;
  }

  .sm\:pl-1 {
    padding-left: .25rem;
  }

  .sm\:pt-2 {
    padding-top: .5rem;
  }

  .sm\:pr-2 {
    padding-right: .5rem;
  }

  .sm\:pb-2 {
    padding-bottom: .5rem;
  }

  .sm\:pl-2 {
    padding-left: .5rem;
  }

  .sm\:pt-3 {
    padding-top: .75rem;
  }

  .sm\:pr-3 {
    padding-right: .75rem;
  }

  .sm\:pb-3 {
    padding-bottom: .75rem;
  }

  .sm\:pl-3 {
    padding-left: .75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pt-17 {
    padding-top: 4.375rem;
  }

  .sm\:pr-17 {
    padding-right: 4.375rem;
  }

  .sm\:pb-17 {
    padding-bottom: 4.375rem;
  }

  .sm\:pl-17 {
    padding-left: 4.375rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pr-24 {
    padding-right: 6rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pr-32 {
    padding-right: 8rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pl-32 {
    padding-left: 8rem;
  }

  .sm\:pt-64 {
    padding-top: 16rem;
  }

  .sm\:pr-64 {
    padding-right: 16rem;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem;
  }

  .sm\:pl-64 {
    padding-left: 16rem;
  }

  .sm\:pt-72 {
    padding-top: 18rem;
  }

  .sm\:pr-72 {
    padding-right: 18rem;
  }

  .sm\:pb-72 {
    padding-bottom: 18rem;
  }

  .sm\:pl-72 {
    padding-left: 18rem;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .sm\:pt-4x {
    padding-top: 1.1rem;
  }

  .sm\:pr-4x {
    padding-right: 1.1rem;
  }

  .sm\:pb-4x {
    padding-bottom: 1.1rem;
  }

  .sm\:pl-4x {
    padding-left: 1.1rem;
  }

  .sm\:pointer-events-none {
    pointer-events: none;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:pin-y {
    top: 0;
    bottom: 0;
  }

  .sm\:pin-x {
    right: 0;
    left: 0;
  }

  .sm\:pin-t {
    top: 0;
  }

  .sm\:pin-r {
    right: 0;
  }

  .sm\:pin-b {
    bottom: 0;
  }

  .sm\:pin-l {
    left: 0;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .sm\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .sm\:shadow-none {
    box-shadow: none;
  }

  .sm\:shadow-sidebar {
    box-shadow: 0 2px 14px 0 rgba(29, 57, 100, .62);
  }

  .sm\:shadow-button {
    box-shadow: 0 2px 10px 0 rgba(29, 57, 100, .3);
  }

  .sm\:shadow-transparent-button {
    box-shadow: 0 2px 8px 0 rgba(29, 57, 100, .2);
  }

  .sm\:shadow-hovered-button {
    box-shadow: 0 5px 10px 0 rgba(29, 57, 100, .36);
  }

  .sm\:shadow-login {
    box-shadow: 0 4px 15px 0 rgba(6, 25, 103, .25);
  }

  .sm\:shadow-table {
    box-shadow: 0 2px 4px 0 rgba(29, 57, 100, .16);
  }

  .sm\:shadow-hover-col {
    box-shadow: 0 4px 8px 0 rgba(22, 66, 132, .19);
  }

  .sm\:shadow-box {
    box-shadow: 0 6px 15px 0 rgba(6, 25, 103, .25);
  }

  .sm\:shadow-error {
    box-shadow: 0 2px 6px 0 rgba(134, 3, 3, .17);
  }

  .sm\:shadow-btn {
    box-shadow: 0 1px 6px 0 rgba(29, 57, 100, .2);
  }

  .sm\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .sm\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .sm\:hover\:shadow-sidebar:hover {
    box-shadow: 0 2px 14px 0 rgba(29, 57, 100, .62);
  }

  .sm\:hover\:shadow-button:hover {
    box-shadow: 0 2px 10px 0 rgba(29, 57, 100, .3);
  }

  .sm\:hover\:shadow-transparent-button:hover {
    box-shadow: 0 2px 8px 0 rgba(29, 57, 100, .2);
  }

  .sm\:hover\:shadow-hovered-button:hover {
    box-shadow: 0 5px 10px 0 rgba(29, 57, 100, .36);
  }

  .sm\:hover\:shadow-login:hover {
    box-shadow: 0 4px 15px 0 rgba(6, 25, 103, .25);
  }

  .sm\:hover\:shadow-table:hover {
    box-shadow: 0 2px 4px 0 rgba(29, 57, 100, .16);
  }

  .sm\:hover\:shadow-hover-col:hover {
    box-shadow: 0 4px 8px 0 rgba(22, 66, 132, .19);
  }

  .sm\:hover\:shadow-box:hover {
    box-shadow: 0 6px 15px 0 rgba(6, 25, 103, .25);
  }

  .sm\:hover\:shadow-error:hover {
    box-shadow: 0 2px 6px 0 rgba(134, 3, 3, .17);
  }

  .sm\:hover\:shadow-btn:hover {
    box-shadow: 0 1px 6px 0 rgba(29, 57, 100, .2);
  }

  .sm\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .sm\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .sm\:focus\:shadow-sidebar:focus {
    box-shadow: 0 2px 14px 0 rgba(29, 57, 100, .62);
  }

  .sm\:focus\:shadow-button:focus {
    box-shadow: 0 2px 10px 0 rgba(29, 57, 100, .3);
  }

  .sm\:focus\:shadow-transparent-button:focus {
    box-shadow: 0 2px 8px 0 rgba(29, 57, 100, .2);
  }

  .sm\:focus\:shadow-hovered-button:focus {
    box-shadow: 0 5px 10px 0 rgba(29, 57, 100, .36);
  }

  .sm\:focus\:shadow-login:focus {
    box-shadow: 0 4px 15px 0 rgba(6, 25, 103, .25);
  }

  .sm\:focus\:shadow-table:focus {
    box-shadow: 0 2px 4px 0 rgba(29, 57, 100, .16);
  }

  .sm\:focus\:shadow-hover-col:focus {
    box-shadow: 0 4px 8px 0 rgba(22, 66, 132, .19);
  }

  .sm\:focus\:shadow-box:focus {
    box-shadow: 0 6px 15px 0 rgba(6, 25, 103, .25);
  }

  .sm\:focus\:shadow-error:focus {
    box-shadow: 0 2px 6px 0 rgba(134, 3, 3, .17);
  }

  .sm\:focus\:shadow-btn:focus {
    box-shadow: 0 1px 6px 0 rgba(29, 57, 100, .2);
  }

  .sm\:active\:shadow:active {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:active\:shadow-md:active {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:active\:shadow-lg:active {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm\:active\:shadow-inner:active {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:active\:shadow-outline:active {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .sm\:active\:shadow-none:active {
    box-shadow: none;
  }

  .sm\:active\:shadow-sidebar:active {
    box-shadow: 0 2px 14px 0 rgba(29, 57, 100, .62);
  }

  .sm\:active\:shadow-button:active {
    box-shadow: 0 2px 10px 0 rgba(29, 57, 100, .3);
  }

  .sm\:active\:shadow-transparent-button:active {
    box-shadow: 0 2px 8px 0 rgba(29, 57, 100, .2);
  }

  .sm\:active\:shadow-hovered-button:active {
    box-shadow: 0 5px 10px 0 rgba(29, 57, 100, .36);
  }

  .sm\:active\:shadow-login:active {
    box-shadow: 0 4px 15px 0 rgba(6, 25, 103, .25);
  }

  .sm\:active\:shadow-table:active {
    box-shadow: 0 2px 4px 0 rgba(29, 57, 100, .16);
  }

  .sm\:active\:shadow-hover-col:active {
    box-shadow: 0 4px 8px 0 rgba(22, 66, 132, .19);
  }

  .sm\:active\:shadow-box:active {
    box-shadow: 0 6px 15px 0 rgba(6, 25, 103, .25);
  }

  .sm\:active\:shadow-error:active {
    box-shadow: 0 2px 6px 0 rgba(134, 3, 3, .17);
  }

  .sm\:active\:shadow-btn:active {
    box-shadow: 0 1px 6px 0 rgba(29, 57, 100, .2);
  }

  .sm\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .sm\:text-transparent {
    color: transparent;
  }

  .sm\:text-black {
    color: #22292f;
  }

  .sm\:text-white {
    color: #fff;
  }

  .sm\:text-green-dark {
    color: #6b7d5b;
  }

  .sm\:text-green {
    color: #76b049;
  }

  .sm\:text-green-light {
    color: #c4d9b1;
  }

  .sm\:text-green-lightest {
    color: #e7f0df;
  }

  .sm\:text-green-lighter {
    color: #f0f6eb;
  }

  .sm\:text-blue-dark {
    color: #193156;
  }

  .sm\:text-blue {
    color: #1d3964;
  }

  .sm\:text-blue-light-0 {
    color: #5b767d;
  }

  .sm\:text-blue-light {
    color: #55bdda;
  }

  .sm\:text-blue-lightest-0 {
    color: #b1cad9;
  }

  .sm\:text-blue-lightest {
    color: #a6b1c2;
  }

  .sm\:text-blue-lighter-0 {
    color: #dfeef0;
  }

  .sm\:text-blue-lighter {
    color: #f0f9fc;
  }

  .sm\:text-pink {
    color: #9d6868;
  }

  .sm\:text-pink-light {
    color: #d9b1b1;
  }

  .sm\:text-pink-lightest {
    color: #f0dfdf;
  }

  .sm\:text-red-dark {
    color: #ff1b1b;
  }

  .sm\:text-red {
    color: #ee0049;
  }

  .sm\:text-red-light {
    color: #f9a8c2;
  }

  .sm\:text-red-lighter {
    color: #ffc8c8;
  }

  .sm\:text-red-lightest {
    color: #f7eaeb;
  }

  .sm\:text-grey-darker {
    color: #313232;
  }

  .sm\:text-grey-dark {
    color: #616161;
  }

  .sm\:text-grey {
    color: #7d8593;
  }

  .sm\:text-grey-light {
    color: #d2d8e1;
  }

  .sm\:text-grey-lightest {
    color: #eaecf1;
  }

  .sm\:text-grey-lighter {
    color: #f6f7f8;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-black:hover {
    color: #22292f;
  }

  .sm\:hover\:text-white:hover {
    color: #fff;
  }

  .sm\:hover\:text-green-dark:hover {
    color: #6b7d5b;
  }

  .sm\:hover\:text-green:hover {
    color: #76b049;
  }

  .sm\:hover\:text-green-light:hover {
    color: #c4d9b1;
  }

  .sm\:hover\:text-green-lightest:hover {
    color: #e7f0df;
  }

  .sm\:hover\:text-green-lighter:hover {
    color: #f0f6eb;
  }

  .sm\:hover\:text-blue-dark:hover {
    color: #193156;
  }

  .sm\:hover\:text-blue:hover {
    color: #1d3964;
  }

  .sm\:hover\:text-blue-light-0:hover {
    color: #5b767d;
  }

  .sm\:hover\:text-blue-light:hover {
    color: #55bdda;
  }

  .sm\:hover\:text-blue-lightest-0:hover {
    color: #b1cad9;
  }

  .sm\:hover\:text-blue-lightest:hover {
    color: #a6b1c2;
  }

  .sm\:hover\:text-blue-lighter-0:hover {
    color: #dfeef0;
  }

  .sm\:hover\:text-blue-lighter:hover {
    color: #f0f9fc;
  }

  .sm\:hover\:text-pink:hover {
    color: #9d6868;
  }

  .sm\:hover\:text-pink-light:hover {
    color: #d9b1b1;
  }

  .sm\:hover\:text-pink-lightest:hover {
    color: #f0dfdf;
  }

  .sm\:hover\:text-red-dark:hover {
    color: #ff1b1b;
  }

  .sm\:hover\:text-red:hover {
    color: #ee0049;
  }

  .sm\:hover\:text-red-light:hover {
    color: #f9a8c2;
  }

  .sm\:hover\:text-red-lighter:hover {
    color: #ffc8c8;
  }

  .sm\:hover\:text-red-lightest:hover {
    color: #f7eaeb;
  }

  .sm\:hover\:text-grey-darker:hover {
    color: #313232;
  }

  .sm\:hover\:text-grey-dark:hover {
    color: #616161;
  }

  .sm\:hover\:text-grey:hover {
    color: #7d8593;
  }

  .sm\:hover\:text-grey-light:hover {
    color: #d2d8e1;
  }

  .sm\:hover\:text-grey-lightest:hover {
    color: #eaecf1;
  }

  .sm\:hover\:text-grey-lighter:hover {
    color: #f6f7f8;
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent;
  }

  .sm\:focus\:text-black:focus {
    color: #22292f;
  }

  .sm\:focus\:text-white:focus {
    color: #fff;
  }

  .sm\:focus\:text-green-dark:focus {
    color: #6b7d5b;
  }

  .sm\:focus\:text-green:focus {
    color: #76b049;
  }

  .sm\:focus\:text-green-light:focus {
    color: #c4d9b1;
  }

  .sm\:focus\:text-green-lightest:focus {
    color: #e7f0df;
  }

  .sm\:focus\:text-green-lighter:focus {
    color: #f0f6eb;
  }

  .sm\:focus\:text-blue-dark:focus {
    color: #193156;
  }

  .sm\:focus\:text-blue:focus {
    color: #1d3964;
  }

  .sm\:focus\:text-blue-light-0:focus {
    color: #5b767d;
  }

  .sm\:focus\:text-blue-light:focus {
    color: #55bdda;
  }

  .sm\:focus\:text-blue-lightest-0:focus {
    color: #b1cad9;
  }

  .sm\:focus\:text-blue-lightest:focus {
    color: #a6b1c2;
  }

  .sm\:focus\:text-blue-lighter-0:focus {
    color: #dfeef0;
  }

  .sm\:focus\:text-blue-lighter:focus {
    color: #f0f9fc;
  }

  .sm\:focus\:text-pink:focus {
    color: #9d6868;
  }

  .sm\:focus\:text-pink-light:focus {
    color: #d9b1b1;
  }

  .sm\:focus\:text-pink-lightest:focus {
    color: #f0dfdf;
  }

  .sm\:focus\:text-red-dark:focus {
    color: #ff1b1b;
  }

  .sm\:focus\:text-red:focus {
    color: #ee0049;
  }

  .sm\:focus\:text-red-light:focus {
    color: #f9a8c2;
  }

  .sm\:focus\:text-red-lighter:focus {
    color: #ffc8c8;
  }

  .sm\:focus\:text-red-lightest:focus {
    color: #f7eaeb;
  }

  .sm\:focus\:text-grey-darker:focus {
    color: #313232;
  }

  .sm\:focus\:text-grey-dark:focus {
    color: #616161;
  }

  .sm\:focus\:text-grey:focus {
    color: #7d8593;
  }

  .sm\:focus\:text-grey-light:focus {
    color: #d2d8e1;
  }

  .sm\:focus\:text-grey-lightest:focus {
    color: #eaecf1;
  }

  .sm\:focus\:text-grey-lighter:focus {
    color: #f6f7f8;
  }

  .sm\:active\:text-transparent:active {
    color: transparent;
  }

  .sm\:active\:text-black:active {
    color: #22292f;
  }

  .sm\:active\:text-white:active {
    color: #fff;
  }

  .sm\:active\:text-green-dark:active {
    color: #6b7d5b;
  }

  .sm\:active\:text-green:active {
    color: #76b049;
  }

  .sm\:active\:text-green-light:active {
    color: #c4d9b1;
  }

  .sm\:active\:text-green-lightest:active {
    color: #e7f0df;
  }

  .sm\:active\:text-green-lighter:active {
    color: #f0f6eb;
  }

  .sm\:active\:text-blue-dark:active {
    color: #193156;
  }

  .sm\:active\:text-blue:active {
    color: #1d3964;
  }

  .sm\:active\:text-blue-light-0:active {
    color: #5b767d;
  }

  .sm\:active\:text-blue-light:active {
    color: #55bdda;
  }

  .sm\:active\:text-blue-lightest-0:active {
    color: #b1cad9;
  }

  .sm\:active\:text-blue-lightest:active {
    color: #a6b1c2;
  }

  .sm\:active\:text-blue-lighter-0:active {
    color: #dfeef0;
  }

  .sm\:active\:text-blue-lighter:active {
    color: #f0f9fc;
  }

  .sm\:active\:text-pink:active {
    color: #9d6868;
  }

  .sm\:active\:text-pink-light:active {
    color: #d9b1b1;
  }

  .sm\:active\:text-pink-lightest:active {
    color: #f0dfdf;
  }

  .sm\:active\:text-red-dark:active {
    color: #ff1b1b;
  }

  .sm\:active\:text-red:active {
    color: #ee0049;
  }

  .sm\:active\:text-red-light:active {
    color: #f9a8c2;
  }

  .sm\:active\:text-red-lighter:active {
    color: #ffc8c8;
  }

  .sm\:active\:text-red-lightest:active {
    color: #f7eaeb;
  }

  .sm\:active\:text-grey-darker:active {
    color: #313232;
  }

  .sm\:active\:text-grey-dark:active {
    color: #616161;
  }

  .sm\:active\:text-grey:active {
    color: #7d8593;
  }

  .sm\:active\:text-grey-light:active {
    color: #d2d8e1;
  }

  .sm\:active\:text-grey-lightest:active {
    color: #eaecf1;
  }

  .sm\:active\:text-grey-lighter:active {
    color: #f6f7f8;
  }

  .sm\:text-xxs {
    font-size: .6rem;
  }

  .sm\:text-xs {
    font-size: .75rem;
  }

  .sm\:text-sm {
    font-size: .875rem;
  }

  .sm\:text-2sm {
    font-size: .9375rem;
  }

  .sm\:text-base {
    font-size: 1rem;
  }

  .sm\:text-title {
    font-size: 1.0625rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
  }

  .sm\:italic {
    font-style: italic;
  }

  .sm\:roman {
    font-style: normal;
  }

  .sm\:uppercase {
    text-transform: uppercase;
  }

  .sm\:lowercase {
    text-transform: lowercase;
  }

  .sm\:capitalize {
    text-transform: capitalize;
  }

  .sm\:normal-case {
    text-transform: none;
  }

  .sm\:underline {
    text-decoration: underline;
  }

  .sm\:line-through {
    text-decoration: line-through;
  }

  .sm\:no-underline {
    text-decoration: none;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:hover\:italic:hover {
    font-style: italic;
  }

  .sm\:hover\:roman:hover {
    font-style: normal;
  }

  .sm\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .sm\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .sm\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .sm\:hover\:normal-case:hover {
    text-transform: none;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .sm\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:focus\:italic:focus {
    font-style: italic;
  }

  .sm\:focus\:roman:focus {
    font-style: normal;
  }

  .sm\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .sm\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .sm\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .sm\:focus\:normal-case:focus {
    text-transform: none;
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline;
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .sm\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:active\:italic:active {
    font-style: italic;
  }

  .sm\:active\:roman:active {
    font-style: normal;
  }

  .sm\:active\:uppercase:active {
    text-transform: uppercase;
  }

  .sm\:active\:lowercase:active {
    text-transform: lowercase;
  }

  .sm\:active\:capitalize:active {
    text-transform: capitalize;
  }

  .sm\:active\:normal-case:active {
    text-transform: none;
  }

  .sm\:active\:underline:active {
    text-decoration: underline;
  }

  .sm\:active\:line-through:active {
    text-decoration: line-through;
  }

  .sm\:active\:no-underline:active {
    text-decoration: none;
  }

  .sm\:active\:antialiased:active {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:active\:subpixel-antialiased:active {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .sm\:tracking-normal {
    letter-spacing: 0;
  }

  .sm\:tracking-wide {
    letter-spacing: .05em;
  }

  .sm\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:break-words {
    word-wrap: break-word;
  }

  .sm\:break-normal {
    word-wrap: normal;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:w-1 {
    width: .25rem;
  }

  .sm\:w-2 {
    width: .5rem;
  }

  .sm\:w-3 {
    width: .75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-13 {
    width: 13rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-20 {
    width: 5.3125rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-42 {
    width: 10rem;
  }

  .sm\:w-45 {
    width: 2.81rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-80 {
    width: 20rem;
  }

  .sm\:w-90 {
    width: 35rem;
  }

  .sm\:w-100 {
    width: 56rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.33333%;
  }

  .sm\:w-2\/3 {
    width: 66.66667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.66667%;
  }

  .sm\:w-5\/6 {
    width: 83.33333%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:w-45p {
    width: 45%;
  }

  .sm\:w-58p {
    width: 58%;
  }

  .sm\:w-37p {
    width: 37%;
  }

  .sm\:z-0 {
    z-index: 0;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 768px) {
  .md\:list-reset {
    list-style: none;
    padding: 0;
  }

  .md\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:bg-fixed {
    background-attachment: fixed;
  }

  .md\:bg-local {
    background-attachment: local;
  }

  .md\:bg-scroll {
    background-attachment: scroll;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-black {
    background-color: #22292f;
  }

  .md\:bg-white {
    background-color: #fff;
  }

  .md\:bg-green-dark {
    background-color: #6b7d5b;
  }

  .md\:bg-green {
    background-color: #76b049;
  }

  .md\:bg-green-light {
    background-color: #c4d9b1;
  }

  .md\:bg-green-lightest {
    background-color: #e7f0df;
  }

  .md\:bg-green-lighter {
    background-color: #f0f6eb;
  }

  .md\:bg-blue-dark {
    background-color: #193156;
  }

  .md\:bg-blue {
    background-color: #1d3964;
  }

  .md\:bg-blue-light-0 {
    background-color: #5b767d;
  }

  .md\:bg-blue-light {
    background-color: #55bdda;
  }

  .md\:bg-blue-lightest-0 {
    background-color: #b1cad9;
  }

  .md\:bg-blue-lightest {
    background-color: #a6b1c2;
  }

  .md\:bg-blue-lighter-0 {
    background-color: #dfeef0;
  }

  .md\:bg-blue-lighter {
    background-color: #f0f9fc;
  }

  .md\:bg-pink {
    background-color: #9d6868;
  }

  .md\:bg-pink-light {
    background-color: #d9b1b1;
  }

  .md\:bg-pink-lightest {
    background-color: #f0dfdf;
  }

  .md\:bg-red-dark {
    background-color: #ff1b1b;
  }

  .md\:bg-red {
    background-color: #ee0049;
  }

  .md\:bg-red-light {
    background-color: #f9a8c2;
  }

  .md\:bg-red-lighter {
    background-color: #ffc8c8;
  }

  .md\:bg-red-lightest {
    background-color: #f7eaeb;
  }

  .md\:bg-grey-darker {
    background-color: #313232;
  }

  .md\:bg-grey-dark {
    background-color: #616161;
  }

  .md\:bg-grey {
    background-color: #7d8593;
  }

  .md\:bg-grey-light {
    background-color: #d2d8e1;
  }

  .md\:bg-grey-lightest {
    background-color: #eaecf1;
  }

  .md\:bg-grey-lighter {
    background-color: #f6f7f8;
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .md\:hover\:bg-black:hover {
    background-color: #22292f;
  }

  .md\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .md\:hover\:bg-green-dark:hover {
    background-color: #6b7d5b;
  }

  .md\:hover\:bg-green:hover {
    background-color: #76b049;
  }

  .md\:hover\:bg-green-light:hover {
    background-color: #c4d9b1;
  }

  .md\:hover\:bg-green-lightest:hover {
    background-color: #e7f0df;
  }

  .md\:hover\:bg-green-lighter:hover {
    background-color: #f0f6eb;
  }

  .md\:hover\:bg-blue-dark:hover {
    background-color: #193156;
  }

  .md\:hover\:bg-blue:hover {
    background-color: #1d3964;
  }

  .md\:hover\:bg-blue-light-0:hover {
    background-color: #5b767d;
  }

  .md\:hover\:bg-blue-light:hover {
    background-color: #55bdda;
  }

  .md\:hover\:bg-blue-lightest-0:hover {
    background-color: #b1cad9;
  }

  .md\:hover\:bg-blue-lightest:hover {
    background-color: #a6b1c2;
  }

  .md\:hover\:bg-blue-lighter-0:hover {
    background-color: #dfeef0;
  }

  .md\:hover\:bg-blue-lighter:hover {
    background-color: #f0f9fc;
  }

  .md\:hover\:bg-pink:hover {
    background-color: #9d6868;
  }

  .md\:hover\:bg-pink-light:hover {
    background-color: #d9b1b1;
  }

  .md\:hover\:bg-pink-lightest:hover {
    background-color: #f0dfdf;
  }

  .md\:hover\:bg-red-dark:hover {
    background-color: #ff1b1b;
  }

  .md\:hover\:bg-red:hover {
    background-color: #ee0049;
  }

  .md\:hover\:bg-red-light:hover {
    background-color: #f9a8c2;
  }

  .md\:hover\:bg-red-lighter:hover {
    background-color: #ffc8c8;
  }

  .md\:hover\:bg-red-lightest:hover {
    background-color: #f7eaeb;
  }

  .md\:hover\:bg-grey-darker:hover {
    background-color: #313232;
  }

  .md\:hover\:bg-grey-dark:hover {
    background-color: #616161;
  }

  .md\:hover\:bg-grey:hover {
    background-color: #7d8593;
  }

  .md\:hover\:bg-grey-light:hover {
    background-color: #d2d8e1;
  }

  .md\:hover\:bg-grey-lightest:hover {
    background-color: #eaecf1;
  }

  .md\:hover\:bg-grey-lighter:hover {
    background-color: #f6f7f8;
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .md\:focus\:bg-black:focus {
    background-color: #22292f;
  }

  .md\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .md\:focus\:bg-green-dark:focus {
    background-color: #6b7d5b;
  }

  .md\:focus\:bg-green:focus {
    background-color: #76b049;
  }

  .md\:focus\:bg-green-light:focus {
    background-color: #c4d9b1;
  }

  .md\:focus\:bg-green-lightest:focus {
    background-color: #e7f0df;
  }

  .md\:focus\:bg-green-lighter:focus {
    background-color: #f0f6eb;
  }

  .md\:focus\:bg-blue-dark:focus {
    background-color: #193156;
  }

  .md\:focus\:bg-blue:focus {
    background-color: #1d3964;
  }

  .md\:focus\:bg-blue-light-0:focus {
    background-color: #5b767d;
  }

  .md\:focus\:bg-blue-light:focus {
    background-color: #55bdda;
  }

  .md\:focus\:bg-blue-lightest-0:focus {
    background-color: #b1cad9;
  }

  .md\:focus\:bg-blue-lightest:focus {
    background-color: #a6b1c2;
  }

  .md\:focus\:bg-blue-lighter-0:focus {
    background-color: #dfeef0;
  }

  .md\:focus\:bg-blue-lighter:focus {
    background-color: #f0f9fc;
  }

  .md\:focus\:bg-pink:focus {
    background-color: #9d6868;
  }

  .md\:focus\:bg-pink-light:focus {
    background-color: #d9b1b1;
  }

  .md\:focus\:bg-pink-lightest:focus {
    background-color: #f0dfdf;
  }

  .md\:focus\:bg-red-dark:focus {
    background-color: #ff1b1b;
  }

  .md\:focus\:bg-red:focus {
    background-color: #ee0049;
  }

  .md\:focus\:bg-red-light:focus {
    background-color: #f9a8c2;
  }

  .md\:focus\:bg-red-lighter:focus {
    background-color: #ffc8c8;
  }

  .md\:focus\:bg-red-lightest:focus {
    background-color: #f7eaeb;
  }

  .md\:focus\:bg-grey-darker:focus {
    background-color: #313232;
  }

  .md\:focus\:bg-grey-dark:focus {
    background-color: #616161;
  }

  .md\:focus\:bg-grey:focus {
    background-color: #7d8593;
  }

  .md\:focus\:bg-grey-light:focus {
    background-color: #d2d8e1;
  }

  .md\:focus\:bg-grey-lightest:focus {
    background-color: #eaecf1;
  }

  .md\:focus\:bg-grey-lighter:focus {
    background-color: #f6f7f8;
  }

  .md\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .md\:active\:bg-black:active {
    background-color: #22292f;
  }

  .md\:active\:bg-white:active {
    background-color: #fff;
  }

  .md\:active\:bg-green-dark:active {
    background-color: #6b7d5b;
  }

  .md\:active\:bg-green:active {
    background-color: #76b049;
  }

  .md\:active\:bg-green-light:active {
    background-color: #c4d9b1;
  }

  .md\:active\:bg-green-lightest:active {
    background-color: #e7f0df;
  }

  .md\:active\:bg-green-lighter:active {
    background-color: #f0f6eb;
  }

  .md\:active\:bg-blue-dark:active {
    background-color: #193156;
  }

  .md\:active\:bg-blue:active {
    background-color: #1d3964;
  }

  .md\:active\:bg-blue-light-0:active {
    background-color: #5b767d;
  }

  .md\:active\:bg-blue-light:active {
    background-color: #55bdda;
  }

  .md\:active\:bg-blue-lightest-0:active {
    background-color: #b1cad9;
  }

  .md\:active\:bg-blue-lightest:active {
    background-color: #a6b1c2;
  }

  .md\:active\:bg-blue-lighter-0:active {
    background-color: #dfeef0;
  }

  .md\:active\:bg-blue-lighter:active {
    background-color: #f0f9fc;
  }

  .md\:active\:bg-pink:active {
    background-color: #9d6868;
  }

  .md\:active\:bg-pink-light:active {
    background-color: #d9b1b1;
  }

  .md\:active\:bg-pink-lightest:active {
    background-color: #f0dfdf;
  }

  .md\:active\:bg-red-dark:active {
    background-color: #ff1b1b;
  }

  .md\:active\:bg-red:active {
    background-color: #ee0049;
  }

  .md\:active\:bg-red-light:active {
    background-color: #f9a8c2;
  }

  .md\:active\:bg-red-lighter:active {
    background-color: #ffc8c8;
  }

  .md\:active\:bg-red-lightest:active {
    background-color: #f7eaeb;
  }

  .md\:active\:bg-grey-darker:active {
    background-color: #313232;
  }

  .md\:active\:bg-grey-dark:active {
    background-color: #616161;
  }

  .md\:active\:bg-grey:active {
    background-color: #7d8593;
  }

  .md\:active\:bg-grey-light:active {
    background-color: #d2d8e1;
  }

  .md\:active\:bg-grey-lightest:active {
    background-color: #eaecf1;
  }

  .md\:active\:bg-grey-lighter:active {
    background-color: #f6f7f8;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:bg-left {
    background-position: left;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-left-top {
    background-position: left top;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bg-right-top {
    background-position: right top;
  }

  .md\:bg-top {
    background-position: top;
  }

  .md\:bg-repeat {
    background-repeat: repeat;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:bg-14 {
    background-size: 14px;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:border-transparent {
    border-color: transparent;
  }

  .md\:border-black {
    border-color: #22292f;
  }

  .md\:border-white {
    border-color: #fff;
  }

  .md\:border-green-dark {
    border-color: #6b7d5b;
  }

  .md\:border-green {
    border-color: #76b049;
  }

  .md\:border-green-light {
    border-color: #c4d9b1;
  }

  .md\:border-green-lightest {
    border-color: #e7f0df;
  }

  .md\:border-green-lighter {
    border-color: #f0f6eb;
  }

  .md\:border-blue-dark {
    border-color: #193156;
  }

  .md\:border-blue {
    border-color: #1d3964;
  }

  .md\:border-blue-light-0 {
    border-color: #5b767d;
  }

  .md\:border-blue-light {
    border-color: #55bdda;
  }

  .md\:border-blue-lightest-0 {
    border-color: #b1cad9;
  }

  .md\:border-blue-lightest {
    border-color: #a6b1c2;
  }

  .md\:border-blue-lighter-0 {
    border-color: #dfeef0;
  }

  .md\:border-blue-lighter {
    border-color: #f0f9fc;
  }

  .md\:border-pink {
    border-color: #9d6868;
  }

  .md\:border-pink-light {
    border-color: #d9b1b1;
  }

  .md\:border-pink-lightest {
    border-color: #f0dfdf;
  }

  .md\:border-red-dark {
    border-color: #ff1b1b;
  }

  .md\:border-red {
    border-color: #ee0049;
  }

  .md\:border-red-light {
    border-color: #f9a8c2;
  }

  .md\:border-red-lighter {
    border-color: #ffc8c8;
  }

  .md\:border-red-lightest {
    border-color: #f7eaeb;
  }

  .md\:border-grey-darker {
    border-color: #313232;
  }

  .md\:border-grey-dark {
    border-color: #616161;
  }

  .md\:border-grey {
    border-color: #7d8593;
  }

  .md\:border-grey-light {
    border-color: #d2d8e1;
  }

  .md\:border-grey-lightest {
    border-color: #eaecf1;
  }

  .md\:border-grey-lighter {
    border-color: #f6f7f8;
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .md\:hover\:border-black:hover {
    border-color: #22292f;
  }

  .md\:hover\:border-white:hover {
    border-color: #fff;
  }

  .md\:hover\:border-green-dark:hover {
    border-color: #6b7d5b;
  }

  .md\:hover\:border-green:hover {
    border-color: #76b049;
  }

  .md\:hover\:border-green-light:hover {
    border-color: #c4d9b1;
  }

  .md\:hover\:border-green-lightest:hover {
    border-color: #e7f0df;
  }

  .md\:hover\:border-green-lighter:hover {
    border-color: #f0f6eb;
  }

  .md\:hover\:border-blue-dark:hover {
    border-color: #193156;
  }

  .md\:hover\:border-blue:hover {
    border-color: #1d3964;
  }

  .md\:hover\:border-blue-light-0:hover {
    border-color: #5b767d;
  }

  .md\:hover\:border-blue-light:hover {
    border-color: #55bdda;
  }

  .md\:hover\:border-blue-lightest-0:hover {
    border-color: #b1cad9;
  }

  .md\:hover\:border-blue-lightest:hover {
    border-color: #a6b1c2;
  }

  .md\:hover\:border-blue-lighter-0:hover {
    border-color: #dfeef0;
  }

  .md\:hover\:border-blue-lighter:hover {
    border-color: #f0f9fc;
  }

  .md\:hover\:border-pink:hover {
    border-color: #9d6868;
  }

  .md\:hover\:border-pink-light:hover {
    border-color: #d9b1b1;
  }

  .md\:hover\:border-pink-lightest:hover {
    border-color: #f0dfdf;
  }

  .md\:hover\:border-red-dark:hover {
    border-color: #ff1b1b;
  }

  .md\:hover\:border-red:hover {
    border-color: #ee0049;
  }

  .md\:hover\:border-red-light:hover {
    border-color: #f9a8c2;
  }

  .md\:hover\:border-red-lighter:hover {
    border-color: #ffc8c8;
  }

  .md\:hover\:border-red-lightest:hover {
    border-color: #f7eaeb;
  }

  .md\:hover\:border-grey-darker:hover {
    border-color: #313232;
  }

  .md\:hover\:border-grey-dark:hover {
    border-color: #616161;
  }

  .md\:hover\:border-grey:hover {
    border-color: #7d8593;
  }

  .md\:hover\:border-grey-light:hover {
    border-color: #d2d8e1;
  }

  .md\:hover\:border-grey-lightest:hover {
    border-color: #eaecf1;
  }

  .md\:hover\:border-grey-lighter:hover {
    border-color: #f6f7f8;
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .md\:focus\:border-black:focus {
    border-color: #22292f;
  }

  .md\:focus\:border-white:focus {
    border-color: #fff;
  }

  .md\:focus\:border-green-dark:focus {
    border-color: #6b7d5b;
  }

  .md\:focus\:border-green:focus {
    border-color: #76b049;
  }

  .md\:focus\:border-green-light:focus {
    border-color: #c4d9b1;
  }

  .md\:focus\:border-green-lightest:focus {
    border-color: #e7f0df;
  }

  .md\:focus\:border-green-lighter:focus {
    border-color: #f0f6eb;
  }

  .md\:focus\:border-blue-dark:focus {
    border-color: #193156;
  }

  .md\:focus\:border-blue:focus {
    border-color: #1d3964;
  }

  .md\:focus\:border-blue-light-0:focus {
    border-color: #5b767d;
  }

  .md\:focus\:border-blue-light:focus {
    border-color: #55bdda;
  }

  .md\:focus\:border-blue-lightest-0:focus {
    border-color: #b1cad9;
  }

  .md\:focus\:border-blue-lightest:focus {
    border-color: #a6b1c2;
  }

  .md\:focus\:border-blue-lighter-0:focus {
    border-color: #dfeef0;
  }

  .md\:focus\:border-blue-lighter:focus {
    border-color: #f0f9fc;
  }

  .md\:focus\:border-pink:focus {
    border-color: #9d6868;
  }

  .md\:focus\:border-pink-light:focus {
    border-color: #d9b1b1;
  }

  .md\:focus\:border-pink-lightest:focus {
    border-color: #f0dfdf;
  }

  .md\:focus\:border-red-dark:focus {
    border-color: #ff1b1b;
  }

  .md\:focus\:border-red:focus {
    border-color: #ee0049;
  }

  .md\:focus\:border-red-light:focus {
    border-color: #f9a8c2;
  }

  .md\:focus\:border-red-lighter:focus {
    border-color: #ffc8c8;
  }

  .md\:focus\:border-red-lightest:focus {
    border-color: #f7eaeb;
  }

  .md\:focus\:border-grey-darker:focus {
    border-color: #313232;
  }

  .md\:focus\:border-grey-dark:focus {
    border-color: #616161;
  }

  .md\:focus\:border-grey:focus {
    border-color: #7d8593;
  }

  .md\:focus\:border-grey-light:focus {
    border-color: #d2d8e1;
  }

  .md\:focus\:border-grey-lightest:focus {
    border-color: #eaecf1;
  }

  .md\:focus\:border-grey-lighter:focus {
    border-color: #f6f7f8;
  }

  .md\:active\:border-transparent:active {
    border-color: transparent;
  }

  .md\:active\:border-black:active {
    border-color: #22292f;
  }

  .md\:active\:border-white:active {
    border-color: #fff;
  }

  .md\:active\:border-green-dark:active {
    border-color: #6b7d5b;
  }

  .md\:active\:border-green:active {
    border-color: #76b049;
  }

  .md\:active\:border-green-light:active {
    border-color: #c4d9b1;
  }

  .md\:active\:border-green-lightest:active {
    border-color: #e7f0df;
  }

  .md\:active\:border-green-lighter:active {
    border-color: #f0f6eb;
  }

  .md\:active\:border-blue-dark:active {
    border-color: #193156;
  }

  .md\:active\:border-blue:active {
    border-color: #1d3964;
  }

  .md\:active\:border-blue-light-0:active {
    border-color: #5b767d;
  }

  .md\:active\:border-blue-light:active {
    border-color: #55bdda;
  }

  .md\:active\:border-blue-lightest-0:active {
    border-color: #b1cad9;
  }

  .md\:active\:border-blue-lightest:active {
    border-color: #a6b1c2;
  }

  .md\:active\:border-blue-lighter-0:active {
    border-color: #dfeef0;
  }

  .md\:active\:border-blue-lighter:active {
    border-color: #f0f9fc;
  }

  .md\:active\:border-pink:active {
    border-color: #9d6868;
  }

  .md\:active\:border-pink-light:active {
    border-color: #d9b1b1;
  }

  .md\:active\:border-pink-lightest:active {
    border-color: #f0dfdf;
  }

  .md\:active\:border-red-dark:active {
    border-color: #ff1b1b;
  }

  .md\:active\:border-red:active {
    border-color: #ee0049;
  }

  .md\:active\:border-red-light:active {
    border-color: #f9a8c2;
  }

  .md\:active\:border-red-lighter:active {
    border-color: #ffc8c8;
  }

  .md\:active\:border-red-lightest:active {
    border-color: #f7eaeb;
  }

  .md\:active\:border-grey-darker:active {
    border-color: #313232;
  }

  .md\:active\:border-grey-dark:active {
    border-color: #616161;
  }

  .md\:active\:border-grey:active {
    border-color: #7d8593;
  }

  .md\:active\:border-grey-light:active {
    border-color: #d2d8e1;
  }

  .md\:active\:border-grey-lightest:active {
    border-color: #eaecf1;
  }

  .md\:active\:border-grey-lighter:active {
    border-color: #f6f7f8;
  }

  .md\:rounded-5 {
    border-radius: .3125rem;
  }

  .md\:rounded-50 {
    border-radius: 50%;
  }

  .md\:rounded-none {
    border-radius: 0;
  }

  .md\:rounded-sm {
    border-radius: .125rem;
  }

  .md\:rounded {
    border-radius: .25rem;
  }

  .md\:rounded-2sm {
    border-radius: .3125rem;
  }

  .md\:rounded-3sm {
    border-radius: .375rem;
  }

  .md\:rounded-lg {
    border-radius: .5rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-7\.5 {
    border-radius: .46875rem;
  }

  .md\:rounded-t-5 {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
  }

  .md\:rounded-r-5 {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: .3125rem;
  }

  .md\:rounded-b-5 {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }

  .md\:rounded-l-5 {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }

  .md\:rounded-t-50 {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }

  .md\:rounded-r-50 {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }

  .md\:rounded-b-50 {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .md\:rounded-l-50 {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .md\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-t-2sm {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
  }

  .md\:rounded-r-2sm {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: .3125rem;
  }

  .md\:rounded-b-2sm {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }

  .md\:rounded-l-2sm {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }

  .md\:rounded-t-3sm {
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem;
  }

  .md\:rounded-r-3sm {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
  }

  .md\:rounded-b-3sm {
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: .375rem;
  }

  .md\:rounded-l-3sm {
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-t-7\.5 {
    border-top-left-radius: .46875rem;
    border-top-right-radius: .46875rem;
  }

  .md\:rounded-r-7\.5 {
    border-top-right-radius: .46875rem;
    border-bottom-right-radius: .46875rem;
  }

  .md\:rounded-b-7\.5 {
    border-bottom-right-radius: .46875rem;
    border-bottom-left-radius: .46875rem;
  }

  .md\:rounded-l-7\.5 {
    border-top-left-radius: .46875rem;
    border-bottom-left-radius: .46875rem;
  }

  .md\:rounded-tl-5 {
    border-top-left-radius: .3125rem;
  }

  .md\:rounded-tr-5 {
    border-top-right-radius: .3125rem;
  }

  .md\:rounded-br-5 {
    border-bottom-right-radius: .3125rem;
  }

  .md\:rounded-bl-5 {
    border-bottom-left-radius: .3125rem;
  }

  .md\:rounded-tl-50 {
    border-top-left-radius: 50%;
  }

  .md\:rounded-tr-50 {
    border-top-right-radius: 50%;
  }

  .md\:rounded-br-50 {
    border-bottom-right-radius: 50%;
  }

  .md\:rounded-bl-50 {
    border-bottom-left-radius: 50%;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-tl-2sm {
    border-top-left-radius: .3125rem;
  }

  .md\:rounded-tr-2sm {
    border-top-right-radius: .3125rem;
  }

  .md\:rounded-br-2sm {
    border-bottom-right-radius: .3125rem;
  }

  .md\:rounded-bl-2sm {
    border-bottom-left-radius: .3125rem;
  }

  .md\:rounded-tl-3sm {
    border-top-left-radius: .375rem;
  }

  .md\:rounded-tr-3sm {
    border-top-right-radius: .375rem;
  }

  .md\:rounded-br-3sm {
    border-bottom-right-radius: .375rem;
  }

  .md\:rounded-bl-3sm {
    border-bottom-left-radius: .375rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-7\.5 {
    border-top-left-radius: .46875rem;
  }

  .md\:rounded-tr-7\.5 {
    border-top-right-radius: .46875rem;
  }

  .md\:rounded-br-7\.5 {
    border-bottom-right-radius: .46875rem;
  }

  .md\:rounded-bl-7\.5 {
    border-bottom-left-radius: .46875rem;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:border-dotted {
    border-style: dotted;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-0 {
    border-width: 0;
  }

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:border-4 {
    border-width: 4px;
  }

  .md\:border-7 {
    border-width: 7px;
  }

  .md\:border-8 {
    border-width: 8px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0;
  }

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

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

  .md\:border-l-0 {
    border-left-width: 0;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-t-7 {
    border-top-width: 7px;
  }

  .md\:border-r-7 {
    border-right-width: 7px;
  }

  .md\:border-b-7 {
    border-bottom-width: 7px;
  }

  .md\:border-l-7 {
    border-left-width: 7px;
  }

  .md\:border-t-8 {
    border-top-width: 8px;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

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

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:cursor-pointer {
    cursor: pointer;
  }

  .md\:cursor-wait {
    cursor: wait;
  }

  .md\:cursor-move {
    cursor: move;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:table {
    display: table;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:content-center {
    align-content: center;
  }

  .md\:content-start {
    align-content: flex-start;
  }

  .md\:content-end {
    align-content: flex-end;
  }

  .md\:content-between {
    align-content: space-between;
  }

  .md\:content-around {
    align-content: space-around;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:flex-no-grow {
    flex-grow: 0;
  }

  .md\:flex-no-shrink {
    flex-shrink: 0;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:font-sans {
    font-family: Lato;
  }

  .md\:font-serif {
    font-family: ;
  }

  .md\:font-mono {
    font-family: ;
  }

  .md\:font-hairline {
    font-weight: 100;
  }

  .md\:font-thin {
    font-weight: 200;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .md\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900;
  }

  .md\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .md\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .md\:focus\:font-light:focus {
    font-weight: 300;
  }

  .md\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .md\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .md\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .md\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .md\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .md\:focus\:font-black:focus {
    font-weight: 900;
  }

  .md\:active\:font-hairline:active {
    font-weight: 100;
  }

  .md\:active\:font-thin:active {
    font-weight: 200;
  }

  .md\:active\:font-light:active {
    font-weight: 300;
  }

  .md\:active\:font-normal:active {
    font-weight: 400;
  }

  .md\:active\:font-medium:active {
    font-weight: 500;
  }

  .md\:active\:font-semibold:active {
    font-weight: 600;
  }

  .md\:active\:font-bold:active {
    font-weight: 700;
  }

  .md\:active\:font-extrabold:active {
    font-weight: 800;
  }

  .md\:active\:font-black:active {
    font-weight: 900;
  }

  .md\:h-1 {
    height: .25rem;
  }

  .md\:h-2 {
    height: .5rem;
  }

  .md\:h-3 {
    height: .75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-17 {
    height: 4.375rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\:m-0 {
    margin: 0;
  }

  .md\:m-1 {
    margin: .25rem;
  }

  .md\:m-2 {
    margin: .5rem;
  }

  .md\:m-3 {
    margin: .75rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-7 {
    margin: 1.75rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-12 {
    margin: 3rem;
  }

  .md\:m-16 {
    margin: 4rem;
  }

  .md\:m-20 {
    margin: 5rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-32 {
    margin: 8rem;
  }

  .md\:m-64 {
    margin: 16rem;
  }

  .md\:m-78 {
    margin: 19.68rem;
  }

  .md\:m-80 {
    margin: 20rem;
  }

  .md\:m-81 {
    margin: 34.2rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .md\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .md\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .md\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .md\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .md\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:my-78 {
    margin-top: 19.68rem;
    margin-bottom: 19.68rem;
  }

  .md\:mx-78 {
    margin-left: 19.68rem;
    margin-right: 19.68rem;
  }

  .md\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:my-81 {
    margin-top: 34.2rem;
    margin-bottom: 34.2rem;
  }

  .md\:mx-81 {
    margin-left: 34.2rem;
    margin-right: 34.2rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mt-1 {
    margin-top: .25rem;
  }

  .md\:mr-1 {
    margin-right: .25rem;
  }

  .md\:mb-1 {
    margin-bottom: .25rem;
  }

  .md\:ml-1 {
    margin-left: .25rem;
  }

  .md\:mt-2 {
    margin-top: .5rem;
  }

  .md\:mr-2 {
    margin-right: .5rem;
  }

  .md\:mb-2 {
    margin-bottom: .5rem;
  }

  .md\:ml-2 {
    margin-left: .5rem;
  }

  .md\:mt-3 {
    margin-top: .75rem;
  }

  .md\:mr-3 {
    margin-right: .75rem;
  }

  .md\:mb-3 {
    margin-bottom: .75rem;
  }

  .md\:ml-3 {
    margin-left: .75rem;
  }

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

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

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

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

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mr-7 {
    margin-right: 1.75rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:ml-7 {
    margin-left: 1.75rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

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

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

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

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

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

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mr-32 {
    margin-right: 8rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:mt-64 {
    margin-top: 16rem;
  }

  .md\:mr-64 {
    margin-right: 16rem;
  }

  .md\:mb-64 {
    margin-bottom: 16rem;
  }

  .md\:ml-64 {
    margin-left: 16rem;
  }

  .md\:mt-78 {
    margin-top: 19.68rem;
  }

  .md\:mr-78 {
    margin-right: 19.68rem;
  }

  .md\:mb-78 {
    margin-bottom: 19.68rem;
  }

  .md\:ml-78 {
    margin-left: 19.68rem;
  }

  .md\:mt-80 {
    margin-top: 20rem;
  }

  .md\:mr-80 {
    margin-right: 20rem;
  }

  .md\:mb-80 {
    margin-bottom: 20rem;
  }

  .md\:ml-80 {
    margin-left: 20rem;
  }

  .md\:mt-81 {
    margin-top: 34.2rem;
  }

  .md\:mr-81 {
    margin-right: 34.2rem;
  }

  .md\:mb-81 {
    margin-bottom: 34.2rem;
  }

  .md\:ml-81 {
    margin-left: 34.2rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-px {
    margin-top: 1px;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

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

  .md\:max-w-sm {
    max-width: 30rem;
  }

  .md\:max-w-md {
    max-width: 40rem;
  }

  .md\:max-w-lg {
    max-width: 50rem;
  }

  .md\:max-w-xl {
    max-width: 60rem;
  }

  .md\:max-w-2xl {
    max-width: 70rem;
  }

  .md\:max-w-3xl {
    max-width: 80rem;
  }

  .md\:max-w-4xl {
    max-width: 90rem;
  }

  .md\:max-w-5xl {
    max-width: 100rem;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:-m-0 {
    margin: 0;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

  .md\:-m-5 {
    margin: -1.25rem;
  }

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:-m-10 {
    margin: -2.5rem;
  }

  .md\:-m-12 {
    margin: -3rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:-m-20 {
    margin: -5rem;
  }

  .md\:-m-24 {
    margin: -6rem;
  }

  .md\:-m-32 {
    margin: -8rem;
  }

  .md\:-m-px {
    margin: -1px;
  }

  .md\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-mt-0 {
    margin-top: 0;
  }

  .md\:-mr-0 {
    margin-right: 0;
  }

  .md\:-mb-0 {
    margin-bottom: 0;
  }

  .md\:-ml-0 {
    margin-left: 0;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

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

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

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

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

  .md\:-mt-5 {
    margin-top: -1.25rem;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

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

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

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

  .md\:-ml-16 {
    margin-left: -4rem;
  }

  .md\:-mt-20 {
    margin-top: -5rem;
  }

  .md\:-mr-20 {
    margin-right: -5rem;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem;
  }

  .md\:-ml-20 {
    margin-left: -5rem;
  }

  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:-mr-24 {
    margin-right: -6rem;
  }

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

  .md\:-ml-24 {
    margin-left: -6rem;
  }

  .md\:-mt-32 {
    margin-top: -8rem;
  }

  .md\:-mr-32 {
    margin-right: -8rem;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem;
  }

  .md\:-ml-32 {
    margin-left: -8rem;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-25 {
    opacity: .25;
  }

  .md\:opacity-30 {
    opacity: .3;
  }

  .md\:opacity-40 {
    opacity: .4;
  }

  .md\:opacity-50 {
    opacity: .5;
  }

  .md\:opacity-65 {
    opacity: .65;
  }

  .md\:opacity-75 {
    opacity: .75;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .md\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .md\:hover\:opacity-30:hover {
    opacity: .3;
  }

  .md\:hover\:opacity-40:hover {
    opacity: .4;
  }

  .md\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .md\:hover\:opacity-65:hover {
    opacity: .65;
  }

  .md\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-1 {
    padding: .25rem;
  }

  .md\:p-2 {
    padding: .5rem;
  }

  .md\:p-3 {
    padding: .75rem;
  }

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

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-17 {
    padding: 4.375rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-32 {
    padding: 8rem;
  }

  .md\:p-64 {
    padding: 16rem;
  }

  .md\:p-72 {
    padding: 18rem;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:p-4x {
    padding: 1.1rem;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .md\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .md\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .md\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .md\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .md\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .md\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-17 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .md\:px-17 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:py-4x {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .md\:px-4x {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pt-1 {
    padding-top: .25rem;
  }

  .md\:pr-1 {
    padding-right: .25rem;
  }

  .md\:pb-1 {
    padding-bottom: .25rem;
  }

  .md\:pl-1 {
    padding-left: .25rem;
  }

  .md\:pt-2 {
    padding-top: .5rem;
  }

  .md\:pr-2 {
    padding-right: .5rem;
  }

  .md\:pb-2 {
    padding-bottom: .5rem;
  }

  .md\:pl-2 {
    padding-left: .5rem;
  }

  .md\:pt-3 {
    padding-top: .75rem;
  }

  .md\:pr-3 {
    padding-right: .75rem;
  }

  .md\:pb-3 {
    padding-bottom: .75rem;
  }

  .md\:pl-3 {
    padding-left: .75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pt-17 {
    padding-top: 4.375rem;
  }

  .md\:pr-17 {
    padding-right: 4.375rem;
  }

  .md\:pb-17 {
    padding-bottom: 4.375rem;
  }

  .md\:pl-17 {
    padding-left: 4.375rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

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

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pt-64 {
    padding-top: 16rem;
  }

  .md\:pr-64 {
    padding-right: 16rem;
  }

  .md\:pb-64 {
    padding-bottom: 16rem;
  }

  .md\:pl-64 {
    padding-left: 16rem;
  }

  .md\:pt-72 {
    padding-top: 18rem;
  }

  .md\:pr-72 {
    padding-right: 18rem;
  }

  .md\:pb-72 {
    padding-bottom: 18rem;
  }

  .md\:pl-72 {
    padding-left: 18rem;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:pt-4x {
    padding-top: 1.1rem;
  }

  .md\:pr-4x {
    padding-right: 1.1rem;
  }

  .md\:pb-4x {
    padding-bottom: 1.1rem;
  }

  .md\:pl-4x {
    padding-left: 1.1rem;
  }

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:pin-y {
    top: 0;
    bottom: 0;
  }

  .md\:pin-x {
    right: 0;
    left: 0;
  }

  .md\:pin-t {
    top: 0;
  }

  .md\:pin-r {
    right: 0;
  }

  .md\:pin-b {
    bottom: 0;
  }

  .md\:pin-l {
    left: 0;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .md\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .md\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .md\:shadow-none {
    box-shadow: none;
  }

  .md\:shadow-sidebar {
    box-shadow: 0 2px 14px 0 rgba(29, 57, 100, .62);
  }

  .md\:shadow-button {
    box-shadow: 0 2px 10px 0 rgba(29, 57, 100, .3);
  }

  .md\:shadow-transparent-button {
    box-shadow: 0 2px 8px 0 rgba(29, 57, 100, .2);
  }

  .md\:shadow-hovered-button {
    box-shadow: 0 5px 10px 0 rgba(29, 57, 100, .36);
  }

  .md\:shadow-login {
    box-shadow: 0 4px 15px 0 rgba(6, 25, 103, .25);
  }

  .md\:shadow-table {
    box-shadow: 0 2px 4px 0 rgba(29, 57, 100, .16);
  }

  .md\:shadow-hover-col {
    box-shadow: 0 4px 8px 0 rgba(22, 66, 132, .19);
  }

  .md\:shadow-box {
    box-shadow: 0 6px 15px 0 rgba(6, 25, 103, .25);
  }

  .md\:shadow-error {
    box-shadow: 0 2px 6px 0 rgba(134, 3, 3, .17);
  }

  .md\:shadow-btn {
    box-shadow: 0 1px 6px 0 rgba(29, 57, 100, .2);
  }

  .md\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .md\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .md\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .md\:hover\:shadow-sidebar:hover {
    box-shadow: 0 2px 14px 0 rgba(29, 57, 100, .62);
  }

  .md\:hover\:shadow-button:hover {
    box-shadow: 0 2px 10px 0 rgba(29, 57, 100, .3);
  }

  .md\:hover\:shadow-transparent-button:hover {
    box-shadow: 0 2px 8px 0 rgba(29, 57, 100, .2);
  }

  .md\:hover\:shadow-hovered-button:hover {
    box-shadow: 0 5px 10px 0 rgba(29, 57, 100, .36);
  }

  .md\:hover\:shadow-login:hover {
    box-shadow: 0 4px 15px 0 rgba(6, 25, 103, .25);
  }

  .md\:hover\:shadow-table:hover {
    box-shadow: 0 2px 4px 0 rgba(29, 57, 100, .16);
  }

  .md\:hover\:shadow-hover-col:hover {
    box-shadow: 0 4px 8px 0 rgba(22, 66, 132, .19);
  }

  .md\:hover\:shadow-box:hover {
    box-shadow: 0 6px 15px 0 rgba(6, 25, 103, .25);
  }

  .md\:hover\:shadow-error:hover {
    box-shadow: 0 2px 6px 0 rgba(134, 3, 3, .17);
  }

  .md\:hover\:shadow-btn:hover {
    box-shadow: 0 1px 6px 0 rgba(29, 57, 100, .2);
  }

  .md\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .md\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .md\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .md\:focus\:shadow-sidebar:focus {
    box-shadow: 0 2px 14px 0 rgba(29, 57, 100, .62);
  }

  .md\:focus\:shadow-button:focus {
    box-shadow: 0 2px 10px 0 rgba(29, 57, 100, .3);
  }

  .md\:focus\:shadow-transparent-button:focus {
    box-shadow: 0 2px 8px 0 rgba(29, 57, 100, .2);
  }

  .md\:focus\:shadow-hovered-button:focus {
    box-shadow: 0 5px 10px 0 rgba(29, 57, 100, .36);
  }

  .md\:focus\:shadow-login:focus {
    box-shadow: 0 4px 15px 0 rgba(6, 25, 103, .25);
  }

  .md\:focus\:shadow-table:focus {
    box-shadow: 0 2px 4px 0 rgba(29, 57, 100, .16);
  }

  .md\:focus\:shadow-hover-col:focus {
    box-shadow: 0 4px 8px 0 rgba(22, 66, 132, .19);
  }

  .md\:focus\:shadow-box:focus {
    box-shadow: 0 6px 15px 0 rgba(6, 25, 103, .25);
  }

  .md\:focus\:shadow-error:focus {
    box-shadow: 0 2px 6px 0 rgba(134, 3, 3, .17);
  }

  .md\:focus\:shadow-btn:focus {
    box-shadow: 0 1px 6px 0 rgba(29, 57, 100, .2);
  }

  .md\:active\:shadow:active {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:active\:shadow-md:active {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:active\:shadow-lg:active {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .md\:active\:shadow-inner:active {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:active\:shadow-outline:active {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .md\:active\:shadow-none:active {
    box-shadow: none;
  }

  .md\:active\:shadow-sidebar:active {
    box-shadow: 0 2px 14px 0 rgba(29, 57, 100, .62);
  }

  .md\:active\:shadow-button:active {
    box-shadow: 0 2px 10px 0 rgba(29, 57, 100, .3);
  }

  .md\:active\:shadow-transparent-button:active {
    box-shadow: 0 2px 8px 0 rgba(29, 57, 100, .2);
  }

  .md\:active\:shadow-hovered-button:active {
    box-shadow: 0 5px 10px 0 rgba(29, 57, 100, .36);
  }

  .md\:active\:shadow-login:active {
    box-shadow: 0 4px 15px 0 rgba(6, 25, 103, .25);
  }

  .md\:active\:shadow-table:active {
    box-shadow: 0 2px 4px 0 rgba(29, 57, 100, .16);
  }

  .md\:active\:shadow-hover-col:active {
    box-shadow: 0 4px 8px 0 rgba(22, 66, 132, .19);
  }

  .md\:active\:shadow-box:active {
    box-shadow: 0 6px 15px 0 rgba(6, 25, 103, .25);
  }

  .md\:active\:shadow-error:active {
    box-shadow: 0 2px 6px 0 rgba(134, 3, 3, .17);
  }

  .md\:active\:shadow-btn:active {
    box-shadow: 0 1px 6px 0 rgba(29, 57, 100, .2);
  }

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .md\:text-transparent {
    color: transparent;
  }

  .md\:text-black {
    color: #22292f;
  }

  .md\:text-white {
    color: #fff;
  }

  .md\:text-green-dark {
    color: #6b7d5b;
  }

  .md\:text-green {
    color: #76b049;
  }

  .md\:text-green-light {
    color: #c4d9b1;
  }

  .md\:text-green-lightest {
    color: #e7f0df;
  }

  .md\:text-green-lighter {
    color: #f0f6eb;
  }

  .md\:text-blue-dark {
    color: #193156;
  }

  .md\:text-blue {
    color: #1d3964;
  }

  .md\:text-blue-light-0 {
    color: #5b767d;
  }

  .md\:text-blue-light {
    color: #55bdda;
  }

  .md\:text-blue-lightest-0 {
    color: #b1cad9;
  }

  .md\:text-blue-lightest {
    color: #a6b1c2;
  }

  .md\:text-blue-lighter-0 {
    color: #dfeef0;
  }

  .md\:text-blue-lighter {
    color: #f0f9fc;
  }

  .md\:text-pink {
    color: #9d6868;
  }

  .md\:text-pink-light {
    color: #d9b1b1;
  }

  .md\:text-pink-lightest {
    color: #f0dfdf;
  }

  .md\:text-red-dark {
    color: #ff1b1b;
  }

  .md\:text-red {
    color: #ee0049;
  }

  .md\:text-red-light {
    color: #f9a8c2;
  }

  .md\:text-red-lighter {
    color: #ffc8c8;
  }

  .md\:text-red-lightest {
    color: #f7eaeb;
  }

  .md\:text-grey-darker {
    color: #313232;
  }

  .md\:text-grey-dark {
    color: #616161;
  }

  .md\:text-grey {
    color: #7d8593;
  }

  .md\:text-grey-light {
    color: #d2d8e1;
  }

  .md\:text-grey-lightest {
    color: #eaecf1;
  }

  .md\:text-grey-lighter {
    color: #f6f7f8;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-black:hover {
    color: #22292f;
  }

  .md\:hover\:text-white:hover {
    color: #fff;
  }

  .md\:hover\:text-green-dark:hover {
    color: #6b7d5b;
  }

  .md\:hover\:text-green:hover {
    color: #76b049;
  }

  .md\:hover\:text-green-light:hover {
    color: #c4d9b1;
  }

  .md\:hover\:text-green-lightest:hover {
    color: #e7f0df;
  }

  .md\:hover\:text-green-lighter:hover {
    color: #f0f6eb;
  }

  .md\:hover\:text-blue-dark:hover {
    color: #193156;
  }

  .md\:hover\:text-blue:hover {
    color: #1d3964;
  }

  .md\:hover\:text-blue-light-0:hover {
    color: #5b767d;
  }

  .md\:hover\:text-blue-light:hover {
    color: #55bdda;
  }

  .md\:hover\:text-blue-lightest-0:hover {
    color: #b1cad9;
  }

  .md\:hover\:text-blue-lightest:hover {
    color: #a6b1c2;
  }

  .md\:hover\:text-blue-lighter-0:hover {
    color: #dfeef0;
  }

  .md\:hover\:text-blue-lighter:hover {
    color: #f0f9fc;
  }

  .md\:hover\:text-pink:hover {
    color: #9d6868;
  }

  .md\:hover\:text-pink-light:hover {
    color: #d9b1b1;
  }

  .md\:hover\:text-pink-lightest:hover {
    color: #f0dfdf;
  }

  .md\:hover\:text-red-dark:hover {
    color: #ff1b1b;
  }

  .md\:hover\:text-red:hover {
    color: #ee0049;
  }

  .md\:hover\:text-red-light:hover {
    color: #f9a8c2;
  }

  .md\:hover\:text-red-lighter:hover {
    color: #ffc8c8;
  }

  .md\:hover\:text-red-lightest:hover {
    color: #f7eaeb;
  }

  .md\:hover\:text-grey-darker:hover {
    color: #313232;
  }

  .md\:hover\:text-grey-dark:hover {
    color: #616161;
  }

  .md\:hover\:text-grey:hover {
    color: #7d8593;
  }

  .md\:hover\:text-grey-light:hover {
    color: #d2d8e1;
  }

  .md\:hover\:text-grey-lightest:hover {
    color: #eaecf1;
  }

  .md\:hover\:text-grey-lighter:hover {
    color: #f6f7f8;
  }

  .md\:focus\:text-transparent:focus {
    color: transparent;
  }

  .md\:focus\:text-black:focus {
    color: #22292f;
  }

  .md\:focus\:text-white:focus {
    color: #fff;
  }

  .md\:focus\:text-green-dark:focus {
    color: #6b7d5b;
  }

  .md\:focus\:text-green:focus {
    color: #76b049;
  }

  .md\:focus\:text-green-light:focus {
    color: #c4d9b1;
  }

  .md\:focus\:text-green-lightest:focus {
    color: #e7f0df;
  }

  .md\:focus\:text-green-lighter:focus {
    color: #f0f6eb;
  }

  .md\:focus\:text-blue-dark:focus {
    color: #193156;
  }

  .md\:focus\:text-blue:focus {
    color: #1d3964;
  }

  .md\:focus\:text-blue-light-0:focus {
    color: #5b767d;
  }

  .md\:focus\:text-blue-light:focus {
    color: #55bdda;
  }

  .md\:focus\:text-blue-lightest-0:focus {
    color: #b1cad9;
  }

  .md\:focus\:text-blue-lightest:focus {
    color: #a6b1c2;
  }

  .md\:focus\:text-blue-lighter-0:focus {
    color: #dfeef0;
  }

  .md\:focus\:text-blue-lighter:focus {
    color: #f0f9fc;
  }

  .md\:focus\:text-pink:focus {
    color: #9d6868;
  }

  .md\:focus\:text-pink-light:focus {
    color: #d9b1b1;
  }

  .md\:focus\:text-pink-lightest:focus {
    color: #f0dfdf;
  }

  .md\:focus\:text-red-dark:focus {
    color: #ff1b1b;
  }

  .md\:focus\:text-red:focus {
    color: #ee0049;
  }

  .md\:focus\:text-red-light:focus {
    color: #f9a8c2;
  }

  .md\:focus\:text-red-lighter:focus {
    color: #ffc8c8;
  }

  .md\:focus\:text-red-lightest:focus {
    color: #f7eaeb;
  }

  .md\:focus\:text-grey-darker:focus {
    color: #313232;
  }

  .md\:focus\:text-grey-dark:focus {
    color: #616161;
  }

  .md\:focus\:text-grey:focus {
    color: #7d8593;
  }

  .md\:focus\:text-grey-light:focus {
    color: #d2d8e1;
  }

  .md\:focus\:text-grey-lightest:focus {
    color: #eaecf1;
  }

  .md\:focus\:text-grey-lighter:focus {
    color: #f6f7f8;
  }

  .md\:active\:text-transparent:active {
    color: transparent;
  }

  .md\:active\:text-black:active {
    color: #22292f;
  }

  .md\:active\:text-white:active {
    color: #fff;
  }

  .md\:active\:text-green-dark:active {
    color: #6b7d5b;
  }

  .md\:active\:text-green:active {
    color: #76b049;
  }

  .md\:active\:text-green-light:active {
    color: #c4d9b1;
  }

  .md\:active\:text-green-lightest:active {
    color: #e7f0df;
  }

  .md\:active\:text-green-lighter:active {
    color: #f0f6eb;
  }

  .md\:active\:text-blue-dark:active {
    color: #193156;
  }

  .md\:active\:text-blue:active {
    color: #1d3964;
  }

  .md\:active\:text-blue-light-0:active {
    color: #5b767d;
  }

  .md\:active\:text-blue-light:active {
    color: #55bdda;
  }

  .md\:active\:text-blue-lightest-0:active {
    color: #b1cad9;
  }

  .md\:active\:text-blue-lightest:active {
    color: #a6b1c2;
  }

  .md\:active\:text-blue-lighter-0:active {
    color: #dfeef0;
  }

  .md\:active\:text-blue-lighter:active {
    color: #f0f9fc;
  }

  .md\:active\:text-pink:active {
    color: #9d6868;
  }

  .md\:active\:text-pink-light:active {
    color: #d9b1b1;
  }

  .md\:active\:text-pink-lightest:active {
    color: #f0dfdf;
  }

  .md\:active\:text-red-dark:active {
    color: #ff1b1b;
  }

  .md\:active\:text-red:active {
    color: #ee0049;
  }

  .md\:active\:text-red-light:active {
    color: #f9a8c2;
  }

  .md\:active\:text-red-lighter:active {
    color: #ffc8c8;
  }

  .md\:active\:text-red-lightest:active {
    color: #f7eaeb;
  }

  .md\:active\:text-grey-darker:active {
    color: #313232;
  }

  .md\:active\:text-grey-dark:active {
    color: #616161;
  }

  .md\:active\:text-grey:active {
    color: #7d8593;
  }

  .md\:active\:text-grey-light:active {
    color: #d2d8e1;
  }

  .md\:active\:text-grey-lightest:active {
    color: #eaecf1;
  }

  .md\:active\:text-grey-lighter:active {
    color: #f6f7f8;
  }

  .md\:text-xxs {
    font-size: .6rem;
  }

  .md\:text-xs {
    font-size: .75rem;
  }

  .md\:text-sm {
    font-size: .875rem;
  }

  .md\:text-2sm {
    font-size: .9375rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-title {
    font-size: 1.0625rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:roman {
    font-style: normal;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:lowercase {
    text-transform: lowercase;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .md\:underline {
    text-decoration: underline;
  }

  .md\:line-through {
    text-decoration: line-through;
  }

  .md\:no-underline {
    text-decoration: none;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:hover\:italic:hover {
    font-style: italic;
  }

  .md\:hover\:roman:hover {
    font-style: normal;
  }

  .md\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .md\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .md\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .md\:hover\:normal-case:hover {
    text-transform: none;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .md\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:focus\:italic:focus {
    font-style: italic;
  }

  .md\:focus\:roman:focus {
    font-style: normal;
  }

  .md\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .md\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .md\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .md\:focus\:normal-case:focus {
    text-transform: none;
  }

  .md\:focus\:underline:focus {
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .md\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:active\:italic:active {
    font-style: italic;
  }

  .md\:active\:roman:active {
    font-style: normal;
  }

  .md\:active\:uppercase:active {
    text-transform: uppercase;
  }

  .md\:active\:lowercase:active {
    text-transform: lowercase;
  }

  .md\:active\:capitalize:active {
    text-transform: capitalize;
  }

  .md\:active\:normal-case:active {
    text-transform: none;
  }

  .md\:active\:underline:active {
    text-decoration: underline;
  }

  .md\:active\:line-through:active {
    text-decoration: line-through;
  }

  .md\:active\:no-underline:active {
    text-decoration: none;
  }

  .md\:active\:antialiased:active {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:active\:subpixel-antialiased:active {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .md\:tracking-normal {
    letter-spacing: 0;
  }

  .md\:tracking-wide {
    letter-spacing: .05em;
  }

  .md\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .md\:whitespace-pre {
    white-space: pre;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:break-words {
    word-wrap: break-word;
  }

  .md\:break-normal {
    word-wrap: normal;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:w-1 {
    width: .25rem;
  }

  .md\:w-2 {
    width: .5rem;
  }

  .md\:w-3 {
    width: .75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-13 {
    width: 13rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-20 {
    width: 5.3125rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-42 {
    width: 10rem;
  }

  .md\:w-45 {
    width: 2.81rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-90 {
    width: 35rem;
  }

  .md\:w-100 {
    width: 56rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

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

  .md\:w-1\/3 {
    width: 33.33333%;
  }

  .md\:w-2\/3 {
    width: 66.66667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.66667%;
  }

  .md\:w-5\/6 {
    width: 83.33333%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:w-45p {
    width: 45%;
  }

  .md\:w-58p {
    width: 58%;
  }

  .md\:w-37p {
    width: 37%;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 992px) {
  .lg\:list-reset {
    list-style: none;
    padding: 0;
  }

  .lg\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bg-local {
    background-attachment: local;
  }

  .lg\:bg-scroll {
    background-attachment: scroll;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-black {
    background-color: #22292f;
  }

  .lg\:bg-white {
    background-color: #fff;
  }

  .lg\:bg-green-dark {
    background-color: #6b7d5b;
  }

  .lg\:bg-green {
    background-color: #76b049;
  }

  .lg\:bg-green-light {
    background-color: #c4d9b1;
  }

  .lg\:bg-green-lightest {
    background-color: #e7f0df;
  }

  .lg\:bg-green-lighter {
    background-color: #f0f6eb;
  }

  .lg\:bg-blue-dark {
    background-color: #193156;
  }

  .lg\:bg-blue {
    background-color: #1d3964;
  }

  .lg\:bg-blue-light-0 {
    background-color: #5b767d;
  }

  .lg\:bg-blue-light {
    background-color: #55bdda;
  }

  .lg\:bg-blue-lightest-0 {
    background-color: #b1cad9;
  }

  .lg\:bg-blue-lightest {
    background-color: #a6b1c2;
  }

  .lg\:bg-blue-lighter-0 {
    background-color: #dfeef0;
  }

  .lg\:bg-blue-lighter {
    background-color: #f0f9fc;
  }

  .lg\:bg-pink {
    background-color: #9d6868;
  }

  .lg\:bg-pink-light {
    background-color: #d9b1b1;
  }

  .lg\:bg-pink-lightest {
    background-color: #f0dfdf;
  }

  .lg\:bg-red-dark {
    background-color: #ff1b1b;
  }

  .lg\:bg-red {
    background-color: #ee0049;
  }

  .lg\:bg-red-light {
    background-color: #f9a8c2;
  }

  .lg\:bg-red-lighter {
    background-color: #ffc8c8;
  }

  .lg\:bg-red-lightest {
    background-color: #f7eaeb;
  }

  .lg\:bg-grey-darker {
    background-color: #313232;
  }

  .lg\:bg-grey-dark {
    background-color: #616161;
  }

  .lg\:bg-grey {
    background-color: #7d8593;
  }

  .lg\:bg-grey-light {
    background-color: #d2d8e1;
  }

  .lg\:bg-grey-lightest {
    background-color: #eaecf1;
  }

  .lg\:bg-grey-lighter {
    background-color: #f6f7f8;
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-black:hover {
    background-color: #22292f;
  }

  .lg\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .lg\:hover\:bg-green-dark:hover {
    background-color: #6b7d5b;
  }

  .lg\:hover\:bg-green:hover {
    background-color: #76b049;
  }

  .lg\:hover\:bg-green-light:hover {
    background-color: #c4d9b1;
  }

  .lg\:hover\:bg-green-lightest:hover {
    background-color: #e7f0df;
  }

  .lg\:hover\:bg-green-lighter:hover {
    background-color: #f0f6eb;
  }

  .lg\:hover\:bg-blue-dark:hover {
    background-color: #193156;
  }

  .lg\:hover\:bg-blue:hover {
    background-color: #1d3964;
  }

  .lg\:hover\:bg-blue-light-0:hover {
    background-color: #5b767d;
  }

  .lg\:hover\:bg-blue-light:hover {
    background-color: #55bdda;
  }

  .lg\:hover\:bg-blue-lightest-0:hover {
    background-color: #b1cad9;
  }

  .lg\:hover\:bg-blue-lightest:hover {
    background-color: #a6b1c2;
  }

  .lg\:hover\:bg-blue-lighter-0:hover {
    background-color: #dfeef0;
  }

  .lg\:hover\:bg-blue-lighter:hover {
    background-color: #f0f9fc;
  }

  .lg\:hover\:bg-pink:hover {
    background-color: #9d6868;
  }

  .lg\:hover\:bg-pink-light:hover {
    background-color: #d9b1b1;
  }

  .lg\:hover\:bg-pink-lightest:hover {
    background-color: #f0dfdf;
  }

  .lg\:hover\:bg-red-dark:hover {
    background-color: #ff1b1b;
  }

  .lg\:hover\:bg-red:hover {
    background-color: #ee0049;
  }

  .lg\:hover\:bg-red-light:hover {
    background-color: #f9a8c2;
  }

  .lg\:hover\:bg-red-lighter:hover {
    background-color: #ffc8c8;
  }

  .lg\:hover\:bg-red-lightest:hover {
    background-color: #f7eaeb;
  }

  .lg\:hover\:bg-grey-darker:hover {
    background-color: #313232;
  }

  .lg\:hover\:bg-grey-dark:hover {
    background-color: #616161;
  }

  .lg\:hover\:bg-grey:hover {
    background-color: #7d8593;
  }

  .lg\:hover\:bg-grey-light:hover {
    background-color: #d2d8e1;
  }

  .lg\:hover\:bg-grey-lightest:hover {
    background-color: #eaecf1;
  }

  .lg\:hover\:bg-grey-lighter:hover {
    background-color: #f6f7f8;
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .lg\:focus\:bg-black:focus {
    background-color: #22292f;
  }

  .lg\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .lg\:focus\:bg-green-dark:focus {
    background-color: #6b7d5b;
  }

  .lg\:focus\:bg-green:focus {
    background-color: #76b049;
  }

  .lg\:focus\:bg-green-light:focus {
    background-color: #c4d9b1;
  }

  .lg\:focus\:bg-green-lightest:focus {
    background-color: #e7f0df;
  }

  .lg\:focus\:bg-green-lighter:focus {
    background-color: #f0f6eb;
  }

  .lg\:focus\:bg-blue-dark:focus {
    background-color: #193156;
  }

  .lg\:focus\:bg-blue:focus {
    background-color: #1d3964;
  }

  .lg\:focus\:bg-blue-light-0:focus {
    background-color: #5b767d;
  }

  .lg\:focus\:bg-blue-light:focus {
    background-color: #55bdda;
  }

  .lg\:focus\:bg-blue-lightest-0:focus {
    background-color: #b1cad9;
  }

  .lg\:focus\:bg-blue-lightest:focus {
    background-color: #a6b1c2;
  }

  .lg\:focus\:bg-blue-lighter-0:focus {
    background-color: #dfeef0;
  }

  .lg\:focus\:bg-blue-lighter:focus {
    background-color: #f0f9fc;
  }

  .lg\:focus\:bg-pink:focus {
    background-color: #9d6868;
  }

  .lg\:focus\:bg-pink-light:focus {
    background-color: #d9b1b1;
  }

  .lg\:focus\:bg-pink-lightest:focus {
    background-color: #f0dfdf;
  }

  .lg\:focus\:bg-red-dark:focus {
    background-color: #ff1b1b;
  }

  .lg\:focus\:bg-red:focus {
    background-color: #ee0049;
  }

  .lg\:focus\:bg-red-light:focus {
    background-color: #f9a8c2;
  }

  .lg\:focus\:bg-red-lighter:focus {
    background-color: #ffc8c8;
  }

  .lg\:focus\:bg-red-lightest:focus {
    background-color: #f7eaeb;
  }

  .lg\:focus\:bg-grey-darker:focus {
    background-color: #313232;
  }

  .lg\:focus\:bg-grey-dark:focus {
    background-color: #616161;
  }

  .lg\:focus\:bg-grey:focus {
    background-color: #7d8593;
  }

  .lg\:focus\:bg-grey-light:focus {
    background-color: #d2d8e1;
  }

  .lg\:focus\:bg-grey-lightest:focus {
    background-color: #eaecf1;
  }

  .lg\:focus\:bg-grey-lighter:focus {
    background-color: #f6f7f8;
  }

  .lg\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .lg\:active\:bg-black:active {
    background-color: #22292f;
  }

  .lg\:active\:bg-white:active {
    background-color: #fff;
  }

  .lg\:active\:bg-green-dark:active {
    background-color: #6b7d5b;
  }

  .lg\:active\:bg-green:active {
    background-color: #76b049;
  }

  .lg\:active\:bg-green-light:active {
    background-color: #c4d9b1;
  }

  .lg\:active\:bg-green-lightest:active {
    background-color: #e7f0df;
  }

  .lg\:active\:bg-green-lighter:active {
    background-color: #f0f6eb;
  }

  .lg\:active\:bg-blue-dark:active {
    background-color: #193156;
  }

  .lg\:active\:bg-blue:active {
    background-color: #1d3964;
  }

  .lg\:active\:bg-blue-light-0:active {
    background-color: #5b767d;
  }

  .lg\:active\:bg-blue-light:active {
    background-color: #55bdda;
  }

  .lg\:active\:bg-blue-lightest-0:active {
    background-color: #b1cad9;
  }

  .lg\:active\:bg-blue-lightest:active {
    background-color: #a6b1c2;
  }

  .lg\:active\:bg-blue-lighter-0:active {
    background-color: #dfeef0;
  }

  .lg\:active\:bg-blue-lighter:active {
    background-color: #f0f9fc;
  }

  .lg\:active\:bg-pink:active {
    background-color: #9d6868;
  }

  .lg\:active\:bg-pink-light:active {
    background-color: #d9b1b1;
  }

  .lg\:active\:bg-pink-lightest:active {
    background-color: #f0dfdf;
  }

  .lg\:active\:bg-red-dark:active {
    background-color: #ff1b1b;
  }

  .lg\:active\:bg-red:active {
    background-color: #ee0049;
  }

  .lg\:active\:bg-red-light:active {
    background-color: #f9a8c2;
  }

  .lg\:active\:bg-red-lighter:active {
    background-color: #ffc8c8;
  }

  .lg\:active\:bg-red-lightest:active {
    background-color: #f7eaeb;
  }

  .lg\:active\:bg-grey-darker:active {
    background-color: #313232;
  }

  .lg\:active\:bg-grey-dark:active {
    background-color: #616161;
  }

  .lg\:active\:bg-grey:active {
    background-color: #7d8593;
  }

  .lg\:active\:bg-grey-light:active {
    background-color: #d2d8e1;
  }

  .lg\:active\:bg-grey-lightest:active {
    background-color: #eaecf1;
  }

  .lg\:active\:bg-grey-lighter:active {
    background-color: #f6f7f8;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:bg-repeat {
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bg-14 {
    background-size: 14px;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:border-black {
    border-color: #22292f;
  }

  .lg\:border-white {
    border-color: #fff;
  }

  .lg\:border-green-dark {
    border-color: #6b7d5b;
  }

  .lg\:border-green {
    border-color: #76b049;
  }

  .lg\:border-green-light {
    border-color: #c4d9b1;
  }

  .lg\:border-green-lightest {
    border-color: #e7f0df;
  }

  .lg\:border-green-lighter {
    border-color: #f0f6eb;
  }

  .lg\:border-blue-dark {
    border-color: #193156;
  }

  .lg\:border-blue {
    border-color: #1d3964;
  }

  .lg\:border-blue-light-0 {
    border-color: #5b767d;
  }

  .lg\:border-blue-light {
    border-color: #55bdda;
  }

  .lg\:border-blue-lightest-0 {
    border-color: #b1cad9;
  }

  .lg\:border-blue-lightest {
    border-color: #a6b1c2;
  }

  .lg\:border-blue-lighter-0 {
    border-color: #dfeef0;
  }

  .lg\:border-blue-lighter {
    border-color: #f0f9fc;
  }

  .lg\:border-pink {
    border-color: #9d6868;
  }

  .lg\:border-pink-light {
    border-color: #d9b1b1;
  }

  .lg\:border-pink-lightest {
    border-color: #f0dfdf;
  }

  .lg\:border-red-dark {
    border-color: #ff1b1b;
  }

  .lg\:border-red {
    border-color: #ee0049;
  }

  .lg\:border-red-light {
    border-color: #f9a8c2;
  }

  .lg\:border-red-lighter {
    border-color: #ffc8c8;
  }

  .lg\:border-red-lightest {
    border-color: #f7eaeb;
  }

  .lg\:border-grey-darker {
    border-color: #313232;
  }

  .lg\:border-grey-dark {
    border-color: #616161;
  }

  .lg\:border-grey {
    border-color: #7d8593;
  }

  .lg\:border-grey-light {
    border-color: #d2d8e1;
  }

  .lg\:border-grey-lightest {
    border-color: #eaecf1;
  }

  .lg\:border-grey-lighter {
    border-color: #f6f7f8;
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .lg\:hover\:border-black:hover {
    border-color: #22292f;
  }

  .lg\:hover\:border-white:hover {
    border-color: #fff;
  }

  .lg\:hover\:border-green-dark:hover {
    border-color: #6b7d5b;
  }

  .lg\:hover\:border-green:hover {
    border-color: #76b049;
  }

  .lg\:hover\:border-green-light:hover {
    border-color: #c4d9b1;
  }

  .lg\:hover\:border-green-lightest:hover {
    border-color: #e7f0df;
  }

  .lg\:hover\:border-green-lighter:hover {
    border-color: #f0f6eb;
  }

  .lg\:hover\:border-blue-dark:hover {
    border-color: #193156;
  }

  .lg\:hover\:border-blue:hover {
    border-color: #1d3964;
  }

  .lg\:hover\:border-blue-light-0:hover {
    border-color: #5b767d;
  }

  .lg\:hover\:border-blue-light:hover {
    border-color: #55bdda;
  }

  .lg\:hover\:border-blue-lightest-0:hover {
    border-color: #b1cad9;
  }

  .lg\:hover\:border-blue-lightest:hover {
    border-color: #a6b1c2;
  }

  .lg\:hover\:border-blue-lighter-0:hover {
    border-color: #dfeef0;
  }

  .lg\:hover\:border-blue-lighter:hover {
    border-color: #f0f9fc;
  }

  .lg\:hover\:border-pink:hover {
    border-color: #9d6868;
  }

  .lg\:hover\:border-pink-light:hover {
    border-color: #d9b1b1;
  }

  .lg\:hover\:border-pink-lightest:hover {
    border-color: #f0dfdf;
  }

  .lg\:hover\:border-red-dark:hover {
    border-color: #ff1b1b;
  }

  .lg\:hover\:border-red:hover {
    border-color: #ee0049;
  }

  .lg\:hover\:border-red-light:hover {
    border-color: #f9a8c2;
  }

  .lg\:hover\:border-red-lighter:hover {
    border-color: #ffc8c8;
  }

  .lg\:hover\:border-red-lightest:hover {
    border-color: #f7eaeb;
  }

  .lg\:hover\:border-grey-darker:hover {
    border-color: #313232;
  }

  .lg\:hover\:border-grey-dark:hover {
    border-color: #616161;
  }

  .lg\:hover\:border-grey:hover {
    border-color: #7d8593;
  }

  .lg\:hover\:border-grey-light:hover {
    border-color: #d2d8e1;
  }

  .lg\:hover\:border-grey-lightest:hover {
    border-color: #eaecf1;
  }

  .lg\:hover\:border-grey-lighter:hover {
    border-color: #f6f7f8;
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .lg\:focus\:border-black:focus {
    border-color: #22292f;
  }

  .lg\:focus\:border-white:focus {
    border-color: #fff;
  }

  .lg\:focus\:border-green-dark:focus {
    border-color: #6b7d5b;
  }

  .lg\:focus\:border-green:focus {
    border-color: #76b049;
  }

  .lg\:focus\:border-green-light:focus {
    border-color: #c4d9b1;
  }

  .lg\:focus\:border-green-lightest:focus {
    border-color: #e7f0df;
  }

  .lg\:focus\:border-green-lighter:focus {
    border-color: #f0f6eb;
  }

  .lg\:focus\:border-blue-dark:focus {
    border-color: #193156;
  }

  .lg\:focus\:border-blue:focus {
    border-color: #1d3964;
  }

  .lg\:focus\:border-blue-light-0:focus {
    border-color: #5b767d;
  }

  .lg\:focus\:border-blue-light:focus {
    border-color: #55bdda;
  }

  .lg\:focus\:border-blue-lightest-0:focus {
    border-color: #b1cad9;
  }

  .lg\:focus\:border-blue-lightest:focus {
    border-color: #a6b1c2;
  }

  .lg\:focus\:border-blue-lighter-0:focus {
    border-color: #dfeef0;
  }

  .lg\:focus\:border-blue-lighter:focus {
    border-color: #f0f9fc;
  }

  .lg\:focus\:border-pink:focus {
    border-color: #9d6868;
  }

  .lg\:focus\:border-pink-light:focus {
    border-color: #d9b1b1;
  }

  .lg\:focus\:border-pink-lightest:focus {
    border-color: #f0dfdf;
  }

  .lg\:focus\:border-red-dark:focus {
    border-color: #ff1b1b;
  }

  .lg\:focus\:border-red:focus {
    border-color: #ee0049;
  }

  .lg\:focus\:border-red-light:focus {
    border-color: #f9a8c2;
  }

  .lg\:focus\:border-red-lighter:focus {
    border-color: #ffc8c8;
  }

  .lg\:focus\:border-red-lightest:focus {
    border-color: #f7eaeb;
  }

  .lg\:focus\:border-grey-darker:focus {
    border-color: #313232;
  }

  .lg\:focus\:border-grey-dark:focus {
    border-color: #616161;
  }

  .lg\:focus\:border-grey:focus {
    border-color: #7d8593;
  }

  .lg\:focus\:border-grey-light:focus {
    border-color: #d2d8e1;
  }

  .lg\:focus\:border-grey-lightest:focus {
    border-color: #eaecf1;
  }

  .lg\:focus\:border-grey-lighter:focus {
    border-color: #f6f7f8;
  }

  .lg\:active\:border-transparent:active {
    border-color: transparent;
  }

  .lg\:active\:border-black:active {
    border-color: #22292f;
  }

  .lg\:active\:border-white:active {
    border-color: #fff;
  }

  .lg\:active\:border-green-dark:active {
    border-color: #6b7d5b;
  }

  .lg\:active\:border-green:active {
    border-color: #76b049;
  }

  .lg\:active\:border-green-light:active {
    border-color: #c4d9b1;
  }

  .lg\:active\:border-green-lightest:active {
    border-color: #e7f0df;
  }

  .lg\:active\:border-green-lighter:active {
    border-color: #f0f6eb;
  }

  .lg\:active\:border-blue-dark:active {
    border-color: #193156;
  }

  .lg\:active\:border-blue:active {
    border-color: #1d3964;
  }

  .lg\:active\:border-blue-light-0:active {
    border-color: #5b767d;
  }

  .lg\:active\:border-blue-light:active {
    border-color: #55bdda;
  }

  .lg\:active\:border-blue-lightest-0:active {
    border-color: #b1cad9;
  }

  .lg\:active\:border-blue-lightest:active {
    border-color: #a6b1c2;
  }

  .lg\:active\:border-blue-lighter-0:active {
    border-color: #dfeef0;
  }

  .lg\:active\:border-blue-lighter:active {
    border-color: #f0f9fc;
  }

  .lg\:active\:border-pink:active {
    border-color: #9d6868;
  }

  .lg\:active\:border-pink-light:active {
    border-color: #d9b1b1;
  }

  .lg\:active\:border-pink-lightest:active {
    border-color: #f0dfdf;
  }

  .lg\:active\:border-red-dark:active {
    border-color: #ff1b1b;
  }

  .lg\:active\:border-red:active {
    border-color: #ee0049;
  }

  .lg\:active\:border-red-light:active {
    border-color: #f9a8c2;
  }

  .lg\:active\:border-red-lighter:active {
    border-color: #ffc8c8;
  }

  .lg\:active\:border-red-lightest:active {
    border-color: #f7eaeb;
  }

  .lg\:active\:border-grey-darker:active {
    border-color: #313232;
  }

  .lg\:active\:border-grey-dark:active {
    border-color: #616161;
  }

  .lg\:active\:border-grey:active {
    border-color: #7d8593;
  }

  .lg\:active\:border-grey-light:active {
    border-color: #d2d8e1;
  }

  .lg\:active\:border-grey-lightest:active {
    border-color: #eaecf1;
  }

  .lg\:active\:border-grey-lighter:active {
    border-color: #f6f7f8;
  }

  .lg\:rounded-5 {
    border-radius: .3125rem;
  }

  .lg\:rounded-50 {
    border-radius: 50%;
  }

  .lg\:rounded-none {
    border-radius: 0;
  }

  .lg\:rounded-sm {
    border-radius: .125rem;
  }

  .lg\:rounded {
    border-radius: .25rem;
  }

  .lg\:rounded-2sm {
    border-radius: .3125rem;
  }

  .lg\:rounded-3sm {
    border-radius: .375rem;
  }

  .lg\:rounded-lg {
    border-radius: .5rem;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-7\.5 {
    border-radius: .46875rem;
  }

  .lg\:rounded-t-5 {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
  }

  .lg\:rounded-r-5 {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: .3125rem;
  }

  .lg\:rounded-b-5 {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }

  .lg\:rounded-l-5 {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }

  .lg\:rounded-t-50 {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }

  .lg\:rounded-r-50 {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }

  .lg\:rounded-b-50 {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .lg\:rounded-l-50 {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-t-2sm {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
  }

  .lg\:rounded-r-2sm {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: .3125rem;
  }

  .lg\:rounded-b-2sm {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }

  .lg\:rounded-l-2sm {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }

  .lg\:rounded-t-3sm {
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem;
  }

  .lg\:rounded-r-3sm {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
  }

  .lg\:rounded-b-3sm {
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: .375rem;
  }

  .lg\:rounded-l-3sm {
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-t-7\.5 {
    border-top-left-radius: .46875rem;
    border-top-right-radius: .46875rem;
  }

  .lg\:rounded-r-7\.5 {
    border-top-right-radius: .46875rem;
    border-bottom-right-radius: .46875rem;
  }

  .lg\:rounded-b-7\.5 {
    border-bottom-right-radius: .46875rem;
    border-bottom-left-radius: .46875rem;
  }

  .lg\:rounded-l-7\.5 {
    border-top-left-radius: .46875rem;
    border-bottom-left-radius: .46875rem;
  }

  .lg\:rounded-tl-5 {
    border-top-left-radius: .3125rem;
  }

  .lg\:rounded-tr-5 {
    border-top-right-radius: .3125rem;
  }

  .lg\:rounded-br-5 {
    border-bottom-right-radius: .3125rem;
  }

  .lg\:rounded-bl-5 {
    border-bottom-left-radius: .3125rem;
  }

  .lg\:rounded-tl-50 {
    border-top-left-radius: 50%;
  }

  .lg\:rounded-tr-50 {
    border-top-right-radius: 50%;
  }

  .lg\:rounded-br-50 {
    border-bottom-right-radius: 50%;
  }

  .lg\:rounded-bl-50 {
    border-bottom-left-radius: 50%;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-tl-2sm {
    border-top-left-radius: .3125rem;
  }

  .lg\:rounded-tr-2sm {
    border-top-right-radius: .3125rem;
  }

  .lg\:rounded-br-2sm {
    border-bottom-right-radius: .3125rem;
  }

  .lg\:rounded-bl-2sm {
    border-bottom-left-radius: .3125rem;
  }

  .lg\:rounded-tl-3sm {
    border-top-left-radius: .375rem;
  }

  .lg\:rounded-tr-3sm {
    border-top-right-radius: .375rem;
  }

  .lg\:rounded-br-3sm {
    border-bottom-right-radius: .375rem;
  }

  .lg\:rounded-bl-3sm {
    border-bottom-left-radius: .375rem;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-7\.5 {
    border-top-left-radius: .46875rem;
  }

  .lg\:rounded-tr-7\.5 {
    border-top-right-radius: .46875rem;
  }

  .lg\:rounded-br-7\.5 {
    border-bottom-right-radius: .46875rem;
  }

  .lg\:rounded-bl-7\.5 {
    border-bottom-left-radius: .46875rem;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-dashed {
    border-style: dashed;
  }

  .lg\:border-dotted {
    border-style: dotted;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-0 {
    border-width: 0;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:border-4 {
    border-width: 4px;
  }

  .lg\:border-7 {
    border-width: 7px;
  }

  .lg\:border-8 {
    border-width: 8px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-t-0 {
    border-top-width: 0;
  }

  .lg\:border-r-0 {
    border-right-width: 0;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:border-l-0 {
    border-left-width: 0;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-t-7 {
    border-top-width: 7px;
  }

  .lg\:border-r-7 {
    border-right-width: 7px;
  }

  .lg\:border-b-7 {
    border-bottom-width: 7px;
  }

  .lg\:border-l-7 {
    border-left-width: 7px;
  }

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:cursor-wait {
    cursor: wait;
  }

  .lg\:cursor-move {
    cursor: move;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:table {
    display: table;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-baseline {
    align-items: baseline;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:self-auto {
    align-self: auto;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:content-center {
    align-content: center;
  }

  .lg\:content-start {
    align-content: flex-start;
  }

  .lg\:content-end {
    align-content: flex-end;
  }

  .lg\:content-between {
    align-content: space-between;
  }

  .lg\:content-around {
    align-content: space-around;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:flex-no-grow {
    flex-grow: 0;
  }

  .lg\:flex-no-shrink {
    flex-shrink: 0;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:font-sans {
    font-family: Lato;
  }

  .lg\:font-serif {
    font-family: ;
  }

  .lg\:font-mono {
    font-family: ;
  }

  .lg\:font-hairline {
    font-weight: 100;
  }

  .lg\:font-thin {
    font-weight: 200;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .lg\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900;
  }

  .lg\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .lg\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .lg\:focus\:font-light:focus {
    font-weight: 300;
  }

  .lg\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .lg\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .lg\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .lg\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .lg\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .lg\:focus\:font-black:focus {
    font-weight: 900;
  }

  .lg\:active\:font-hairline:active {
    font-weight: 100;
  }

  .lg\:active\:font-thin:active {
    font-weight: 200;
  }

  .lg\:active\:font-light:active {
    font-weight: 300;
  }

  .lg\:active\:font-normal:active {
    font-weight: 400;
  }

  .lg\:active\:font-medium:active {
    font-weight: 500;
  }

  .lg\:active\:font-semibold:active {
    font-weight: 600;
  }

  .lg\:active\:font-bold:active {
    font-weight: 700;
  }

  .lg\:active\:font-extrabold:active {
    font-weight: 800;
  }

  .lg\:active\:font-black:active {
    font-weight: 900;
  }

  .lg\:h-1 {
    height: .25rem;
  }

  .lg\:h-2 {
    height: .5rem;
  }

  .lg\:h-3 {
    height: .75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

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

  .lg\:h-17 {
    height: 4.375rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:m-1 {
    margin: .25rem;
  }

  .lg\:m-2 {
    margin: .5rem;
  }

  .lg\:m-3 {
    margin: .75rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-5 {
    margin: 1.25rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-7 {
    margin: 1.75rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:m-12 {
    margin: 3rem;
  }

  .lg\:m-16 {
    margin: 4rem;
  }

  .lg\:m-20 {
    margin: 5rem;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .lg\:m-32 {
    margin: 8rem;
  }

  .lg\:m-64 {
    margin: 16rem;
  }

  .lg\:m-78 {
    margin: 19.68rem;
  }

  .lg\:m-80 {
    margin: 20rem;
  }

  .lg\:m-81 {
    margin: 34.2rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .lg\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .lg\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .lg\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .lg\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .lg\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

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

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:my-78 {
    margin-top: 19.68rem;
    margin-bottom: 19.68rem;
  }

  .lg\:mx-78 {
    margin-left: 19.68rem;
    margin-right: 19.68rem;
  }

  .lg\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:my-81 {
    margin-top: 34.2rem;
    margin-bottom: 34.2rem;
  }

  .lg\:mx-81 {
    margin-left: 34.2rem;
    margin-right: 34.2rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:mt-1 {
    margin-top: .25rem;
  }

  .lg\:mr-1 {
    margin-right: .25rem;
  }

  .lg\:mb-1 {
    margin-bottom: .25rem;
  }

  .lg\:ml-1 {
    margin-left: .25rem;
  }

  .lg\:mt-2 {
    margin-top: .5rem;
  }

  .lg\:mr-2 {
    margin-right: .5rem;
  }

  .lg\:mb-2 {
    margin-bottom: .5rem;
  }

  .lg\:ml-2 {
    margin-left: .5rem;
  }

  .lg\:mt-3 {
    margin-top: .75rem;
  }

  .lg\:mr-3 {
    margin-right: .75rem;
  }

  .lg\:mb-3 {
    margin-bottom: .75rem;
  }

  .lg\:ml-3 {
    margin-left: .75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:mr-7 {
    margin-right: 1.75rem;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

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

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:mt-64 {
    margin-top: 16rem;
  }

  .lg\:mr-64 {
    margin-right: 16rem;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem;
  }

  .lg\:ml-64 {
    margin-left: 16rem;
  }

  .lg\:mt-78 {
    margin-top: 19.68rem;
  }

  .lg\:mr-78 {
    margin-right: 19.68rem;
  }

  .lg\:mb-78 {
    margin-bottom: 19.68rem;
  }

  .lg\:ml-78 {
    margin-left: 19.68rem;
  }

  .lg\:mt-80 {
    margin-top: 20rem;
  }

  .lg\:mr-80 {
    margin-right: 20rem;
  }

  .lg\:mb-80 {
    margin-bottom: 20rem;
  }

  .lg\:ml-80 {
    margin-left: 20rem;
  }

  .lg\:mt-81 {
    margin-top: 34.2rem;
  }

  .lg\:mr-81 {
    margin-right: 34.2rem;
  }

  .lg\:mb-81 {
    margin-bottom: 34.2rem;
  }

  .lg\:ml-81 {
    margin-left: 34.2rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:max-w-sm {
    max-width: 30rem;
  }

  .lg\:max-w-md {
    max-width: 40rem;
  }

  .lg\:max-w-lg {
    max-width: 50rem;
  }

  .lg\:max-w-xl {
    max-width: 60rem;
  }

  .lg\:max-w-2xl {
    max-width: 70rem;
  }

  .lg\:max-w-3xl {
    max-width: 80rem;
  }

  .lg\:max-w-4xl {
    max-width: 90rem;
  }

  .lg\:max-w-5xl {
    max-width: 100rem;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:-m-0 {
    margin: 0;
  }

  .lg\:-m-1 {
    margin: -0.25rem;
  }

  .lg\:-m-2 {
    margin: -0.5rem;
  }

  .lg\:-m-3 {
    margin: -0.75rem;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

  .lg\:-m-5 {
    margin: -1.25rem;
  }

  .lg\:-m-6 {
    margin: -1.5rem;
  }

  .lg\:-m-8 {
    margin: -2rem;
  }

  .lg\:-m-10 {
    margin: -2.5rem;
  }

  .lg\:-m-12 {
    margin: -3rem;
  }

  .lg\:-m-16 {
    margin: -4rem;
  }

  .lg\:-m-20 {
    margin: -5rem;
  }

  .lg\:-m-24 {
    margin: -6rem;
  }

  .lg\:-m-32 {
    margin: -8rem;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

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

  .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-mt-0 {
    margin-top: 0;
  }

  .lg\:-mr-0 {
    margin-right: 0;
  }

  .lg\:-mb-0 {
    margin-bottom: 0;
  }

  .lg\:-ml-0 {
    margin-left: 0;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:-mt-20 {
    margin-top: -5rem;
  }

  .lg\:-mr-20 {
    margin-right: -5rem;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }

  .lg\:-ml-20 {
    margin-left: -5rem;
  }

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

  .lg\:-mr-24 {
    margin-right: -6rem;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem;
  }

  .lg\:-ml-24 {
    margin-left: -6rem;
  }

  .lg\:-mt-32 {
    margin-top: -8rem;
  }

  .lg\:-mr-32 {
    margin-right: -8rem;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }

  .lg\:-ml-32 {
    margin-left: -8rem;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-25 {
    opacity: .25;
  }

  .lg\:opacity-30 {
    opacity: .3;
  }

  .lg\:opacity-40 {
    opacity: .4;
  }

  .lg\:opacity-50 {
    opacity: .5;
  }

  .lg\:opacity-65 {
    opacity: .65;
  }

  .lg\:opacity-75 {
    opacity: .75;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .lg\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .lg\:hover\:opacity-30:hover {
    opacity: .3;
  }

  .lg\:hover\:opacity-40:hover {
    opacity: .4;
  }

  .lg\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .lg\:hover\:opacity-65:hover {
    opacity: .65;
  }

  .lg\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-1 {
    padding: .25rem;
  }

  .lg\:p-2 {
    padding: .5rem;
  }

  .lg\:p-3 {
    padding: .75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-17 {
    padding: 4.375rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

  .lg\:p-64 {
    padding: 16rem;
  }

  .lg\:p-72 {
    padding: 18rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:p-4x {
    padding: 1.1rem;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .lg\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .lg\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .lg\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .lg\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .lg\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-17 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .lg\:px-17 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:py-4x {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .lg\:px-4x {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pt-1 {
    padding-top: .25rem;
  }

  .lg\:pr-1 {
    padding-right: .25rem;
  }

  .lg\:pb-1 {
    padding-bottom: .25rem;
  }

  .lg\:pl-1 {
    padding-left: .25rem;
  }

  .lg\:pt-2 {
    padding-top: .5rem;
  }

  .lg\:pr-2 {
    padding-right: .5rem;
  }

  .lg\:pb-2 {
    padding-bottom: .5rem;
  }

  .lg\:pl-2 {
    padding-left: .5rem;
  }

  .lg\:pt-3 {
    padding-top: .75rem;
  }

  .lg\:pr-3 {
    padding-right: .75rem;
  }

  .lg\:pb-3 {
    padding-bottom: .75rem;
  }

  .lg\:pl-3 {
    padding-left: .75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

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

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pt-17 {
    padding-top: 4.375rem;
  }

  .lg\:pr-17 {
    padding-right: 4.375rem;
  }

  .lg\:pb-17 {
    padding-bottom: 4.375rem;
  }

  .lg\:pl-17 {
    padding-left: 4.375rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pt-64 {
    padding-top: 16rem;
  }

  .lg\:pr-64 {
    padding-right: 16rem;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:pl-64 {
    padding-left: 16rem;
  }

  .lg\:pt-72 {
    padding-top: 18rem;
  }

  .lg\:pr-72 {
    padding-right: 18rem;
  }

  .lg\:pb-72 {
    padding-bottom: 18rem;
  }

  .lg\:pl-72 {
    padding-left: 18rem;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:pt-4x {
    padding-top: 1.1rem;
  }

  .lg\:pr-4x {
    padding-right: 1.1rem;
  }

  .lg\:pb-4x {
    padding-bottom: 1.1rem;
  }

  .lg\:pl-4x {
    padding-left: 1.1rem;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:pin-y {
    top: 0;
    bottom: 0;
  }

  .lg\:pin-x {
    right: 0;
    left: 0;
  }

  .lg\:pin-t {
    top: 0;
  }

  .lg\:pin-r {
    right: 0;
  }

  .lg\:pin-b {
    bottom: 0;
  }

  .lg\:pin-l {
    left: 0;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .lg\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .lg\:shadow-none {
    box-shadow: none;
  }

  .lg\:shadow-sidebar {
    box-shadow: 0 2px 14px 0 rgba(29, 57, 100, .62);
  }

  .lg\:shadow-button {
    box-shadow: 0 2px 10px 0 rgba(29, 57, 100, .3);
  }

  .lg\:shadow-transparent-button {
    box-shadow: 0 2px 8px 0 rgba(29, 57, 100, .2);
  }

  .lg\:shadow-hovered-button {
    box-shadow: 0 5px 10px 0 rgba(29, 57, 100, .36);
  }

  .lg\:shadow-login {
    box-shadow: 0 4px 15px 0 rgba(6, 25, 103, .25);
  }

  .lg\:shadow-table {
    box-shadow: 0 2px 4px 0 rgba(29, 57, 100, .16);
  }

  .lg\:shadow-hover-col {
    box-shadow: 0 4px 8px 0 rgba(22, 66, 132, .19);
  }

  .lg\:shadow-box {
    box-shadow: 0 6px 15px 0 rgba(6, 25, 103, .25);
  }

  .lg\:shadow-error {
    box-shadow: 0 2px 6px 0 rgba(134, 3, 3, .17);
  }

  .lg\:shadow-btn {
    box-shadow: 0 1px 6px 0 rgba(29, 57, 100, .2);
  }

  .lg\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .lg\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .lg\:hover\:shadow-sidebar:hover {
    box-shadow: 0 2px 14px 0 rgba(29, 57, 100, .62);
  }

  .lg\:hover\:shadow-button:hover {
    box-shadow: 0 2px 10px 0 rgba(29, 57, 100, .3);
  }

  .lg\:hover\:shadow-transparent-button:hover {
    box-shadow: 0 2px 8px 0 rgba(29, 57, 100, .2);
  }

  .lg\:hover\:shadow-hovered-button:hover {
    box-shadow: 0 5px 10px 0 rgba(29, 57, 100, .36);
  }

  .lg\:hover\:shadow-login:hover {
    box-shadow: 0 4px 15px 0 rgba(6, 25, 103, .25);
  }

  .lg\:hover\:shadow-table:hover {
    box-shadow: 0 2px 4px 0 rgba(29, 57, 100, .16);
  }

  .lg\:hover\:shadow-hover-col:hover {
    box-shadow: 0 4px 8px 0 rgba(22, 66, 132, .19);
  }

  .lg\:hover\:shadow-box:hover {
    box-shadow: 0 6px 15px 0 rgba(6, 25, 103, .25);
  }

  .lg\:hover\:shadow-error:hover {
    box-shadow: 0 2px 6px 0 rgba(134, 3, 3, .17);
  }

  .lg\:hover\:shadow-btn:hover {
    box-shadow: 0 1px 6px 0 rgba(29, 57, 100, .2);
  }

  .lg\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .lg\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .lg\:focus\:shadow-sidebar:focus {
    box-shadow: 0 2px 14px 0 rgba(29, 57, 100, .62);
  }

  .lg\:focus\:shadow-button:focus {
    box-shadow: 0 2px 10px 0 rgba(29, 57, 100, .3);
  }

  .lg\:focus\:shadow-transparent-button:focus {
    box-shadow: 0 2px 8px 0 rgba(29, 57, 100, .2);
  }

  .lg\:focus\:shadow-hovered-button:focus {
    box-shadow: 0 5px 10px 0 rgba(29, 57, 100, .36);
  }

  .lg\:focus\:shadow-login:focus {
    box-shadow: 0 4px 15px 0 rgba(6, 25, 103, .25);
  }

  .lg\:focus\:shadow-table:focus {
    box-shadow: 0 2px 4px 0 rgba(29, 57, 100, .16);
  }

  .lg\:focus\:shadow-hover-col:focus {
    box-shadow: 0 4px 8px 0 rgba(22, 66, 132, .19);
  }

  .lg\:focus\:shadow-box:focus {
    box-shadow: 0 6px 15px 0 rgba(6, 25, 103, .25);
  }

  .lg\:focus\:shadow-error:focus {
    box-shadow: 0 2px 6px 0 rgba(134, 3, 3, .17);
  }

  .lg\:focus\:shadow-btn:focus {
    box-shadow: 0 1px 6px 0 rgba(29, 57, 100, .2);
  }

  .lg\:active\:shadow:active {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:active\:shadow-md:active {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:active\:shadow-lg:active {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg\:active\:shadow-inner:active {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:active\:shadow-outline:active {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .lg\:active\:shadow-none:active {
    box-shadow: none;
  }

  .lg\:active\:shadow-sidebar:active {
    box-shadow: 0 2px 14px 0 rgba(29, 57, 100, .62);
  }

  .lg\:active\:shadow-button:active {
    box-shadow: 0 2px 10px 0 rgba(29, 57, 100, .3);
  }

  .lg\:active\:shadow-transparent-button:active {
    box-shadow: 0 2px 8px 0 rgba(29, 57, 100, .2);
  }

  .lg\:active\:shadow-hovered-button:active {
    box-shadow: 0 5px 10px 0 rgba(29, 57, 100, .36);
  }

  .lg\:active\:shadow-login:active {
    box-shadow: 0 4px 15px 0 rgba(6, 25, 103, .25);
  }

  .lg\:active\:shadow-table:active {
    box-shadow: 0 2px 4px 0 rgba(29, 57, 100, .16);
  }

  .lg\:active\:shadow-hover-col:active {
    box-shadow: 0 4px 8px 0 rgba(22, 66, 132, .19);
  }

  .lg\:active\:shadow-box:active {
    box-shadow: 0 6px 15px 0 rgba(6, 25, 103, .25);
  }

  .lg\:active\:shadow-error:active {
    box-shadow: 0 2px 6px 0 rgba(134, 3, 3, .17);
  }

  .lg\:active\:shadow-btn:active {
    box-shadow: 0 1px 6px 0 rgba(29, 57, 100, .2);
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-black {
    color: #22292f;
  }

  .lg\:text-white {
    color: #fff;
  }

  .lg\:text-green-dark {
    color: #6b7d5b;
  }

  .lg\:text-green {
    color: #76b049;
  }

  .lg\:text-green-light {
    color: #c4d9b1;
  }

  .lg\:text-green-lightest {
    color: #e7f0df;
  }

  .lg\:text-green-lighter {
    color: #f0f6eb;
  }

  .lg\:text-blue-dark {
    color: #193156;
  }

  .lg\:text-blue {
    color: #1d3964;
  }

  .lg\:text-blue-light-0 {
    color: #5b767d;
  }

  .lg\:text-blue-light {
    color: #55bdda;
  }

  .lg\:text-blue-lightest-0 {
    color: #b1cad9;
  }

  .lg\:text-blue-lightest {
    color: #a6b1c2;
  }

  .lg\:text-blue-lighter-0 {
    color: #dfeef0;
  }

  .lg\:text-blue-lighter {
    color: #f0f9fc;
  }

  .lg\:text-pink {
    color: #9d6868;
  }

  .lg\:text-pink-light {
    color: #d9b1b1;
  }

  .lg\:text-pink-lightest {
    color: #f0dfdf;
  }

  .lg\:text-red-dark {
    color: #ff1b1b;
  }

  .lg\:text-red {
    color: #ee0049;
  }

  .lg\:text-red-light {
    color: #f9a8c2;
  }

  .lg\:text-red-lighter {
    color: #ffc8c8;
  }

  .lg\:text-red-lightest {
    color: #f7eaeb;
  }

  .lg\:text-grey-darker {
    color: #313232;
  }

  .lg\:text-grey-dark {
    color: #616161;
  }

  .lg\:text-grey {
    color: #7d8593;
  }

  .lg\:text-grey-light {
    color: #d2d8e1;
  }

  .lg\:text-grey-lightest {
    color: #eaecf1;
  }

  .lg\:text-grey-lighter {
    color: #f6f7f8;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-black:hover {
    color: #22292f;
  }

  .lg\:hover\:text-white:hover {
    color: #fff;
  }

  .lg\:hover\:text-green-dark:hover {
    color: #6b7d5b;
  }

  .lg\:hover\:text-green:hover {
    color: #76b049;
  }

  .lg\:hover\:text-green-light:hover {
    color: #c4d9b1;
  }

  .lg\:hover\:text-green-lightest:hover {
    color: #e7f0df;
  }

  .lg\:hover\:text-green-lighter:hover {
    color: #f0f6eb;
  }

  .lg\:hover\:text-blue-dark:hover {
    color: #193156;
  }

  .lg\:hover\:text-blue:hover {
    color: #1d3964;
  }

  .lg\:hover\:text-blue-light-0:hover {
    color: #5b767d;
  }

  .lg\:hover\:text-blue-light:hover {
    color: #55bdda;
  }

  .lg\:hover\:text-blue-lightest-0:hover {
    color: #b1cad9;
  }

  .lg\:hover\:text-blue-lightest:hover {
    color: #a6b1c2;
  }

  .lg\:hover\:text-blue-lighter-0:hover {
    color: #dfeef0;
  }

  .lg\:hover\:text-blue-lighter:hover {
    color: #f0f9fc;
  }

  .lg\:hover\:text-pink:hover {
    color: #9d6868;
  }

  .lg\:hover\:text-pink-light:hover {
    color: #d9b1b1;
  }

  .lg\:hover\:text-pink-lightest:hover {
    color: #f0dfdf;
  }

  .lg\:hover\:text-red-dark:hover {
    color: #ff1b1b;
  }

  .lg\:hover\:text-red:hover {
    color: #ee0049;
  }

  .lg\:hover\:text-red-light:hover {
    color: #f9a8c2;
  }

  .lg\:hover\:text-red-lighter:hover {
    color: #ffc8c8;
  }

  .lg\:hover\:text-red-lightest:hover {
    color: #f7eaeb;
  }

  .lg\:hover\:text-grey-darker:hover {
    color: #313232;
  }

  .lg\:hover\:text-grey-dark:hover {
    color: #616161;
  }

  .lg\:hover\:text-grey:hover {
    color: #7d8593;
  }

  .lg\:hover\:text-grey-light:hover {
    color: #d2d8e1;
  }

  .lg\:hover\:text-grey-lightest:hover {
    color: #eaecf1;
  }

  .lg\:hover\:text-grey-lighter:hover {
    color: #f6f7f8;
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent;
  }

  .lg\:focus\:text-black:focus {
    color: #22292f;
  }

  .lg\:focus\:text-white:focus {
    color: #fff;
  }

  .lg\:focus\:text-green-dark:focus {
    color: #6b7d5b;
  }

  .lg\:focus\:text-green:focus {
    color: #76b049;
  }

  .lg\:focus\:text-green-light:focus {
    color: #c4d9b1;
  }

  .lg\:focus\:text-green-lightest:focus {
    color: #e7f0df;
  }

  .lg\:focus\:text-green-lighter:focus {
    color: #f0f6eb;
  }

  .lg\:focus\:text-blue-dark:focus {
    color: #193156;
  }

  .lg\:focus\:text-blue:focus {
    color: #1d3964;
  }

  .lg\:focus\:text-blue-light-0:focus {
    color: #5b767d;
  }

  .lg\:focus\:text-blue-light:focus {
    color: #55bdda;
  }

  .lg\:focus\:text-blue-lightest-0:focus {
    color: #b1cad9;
  }

  .lg\:focus\:text-blue-lightest:focus {
    color: #a6b1c2;
  }

  .lg\:focus\:text-blue-lighter-0:focus {
    color: #dfeef0;
  }

  .lg\:focus\:text-blue-lighter:focus {
    color: #f0f9fc;
  }

  .lg\:focus\:text-pink:focus {
    color: #9d6868;
  }

  .lg\:focus\:text-pink-light:focus {
    color: #d9b1b1;
  }

  .lg\:focus\:text-pink-lightest:focus {
    color: #f0dfdf;
  }

  .lg\:focus\:text-red-dark:focus {
    color: #ff1b1b;
  }

  .lg\:focus\:text-red:focus {
    color: #ee0049;
  }

  .lg\:focus\:text-red-light:focus {
    color: #f9a8c2;
  }

  .lg\:focus\:text-red-lighter:focus {
    color: #ffc8c8;
  }

  .lg\:focus\:text-red-lightest:focus {
    color: #f7eaeb;
  }

  .lg\:focus\:text-grey-darker:focus {
    color: #313232;
  }

  .lg\:focus\:text-grey-dark:focus {
    color: #616161;
  }

  .lg\:focus\:text-grey:focus {
    color: #7d8593;
  }

  .lg\:focus\:text-grey-light:focus {
    color: #d2d8e1;
  }

  .lg\:focus\:text-grey-lightest:focus {
    color: #eaecf1;
  }

  .lg\:focus\:text-grey-lighter:focus {
    color: #f6f7f8;
  }

  .lg\:active\:text-transparent:active {
    color: transparent;
  }

  .lg\:active\:text-black:active {
    color: #22292f;
  }

  .lg\:active\:text-white:active {
    color: #fff;
  }

  .lg\:active\:text-green-dark:active {
    color: #6b7d5b;
  }

  .lg\:active\:text-green:active {
    color: #76b049;
  }

  .lg\:active\:text-green-light:active {
    color: #c4d9b1;
  }

  .lg\:active\:text-green-lightest:active {
    color: #e7f0df;
  }

  .lg\:active\:text-green-lighter:active {
    color: #f0f6eb;
  }

  .lg\:active\:text-blue-dark:active {
    color: #193156;
  }

  .lg\:active\:text-blue:active {
    color: #1d3964;
  }

  .lg\:active\:text-blue-light-0:active {
    color: #5b767d;
  }

  .lg\:active\:text-blue-light:active {
    color: #55bdda;
  }

  .lg\:active\:text-blue-lightest-0:active {
    color: #b1cad9;
  }

  .lg\:active\:text-blue-lightest:active {
    color: #a6b1c2;
  }

  .lg\:active\:text-blue-lighter-0:active {
    color: #dfeef0;
  }

  .lg\:active\:text-blue-lighter:active {
    color: #f0f9fc;
  }

  .lg\:active\:text-pink:active {
    color: #9d6868;
  }

  .lg\:active\:text-pink-light:active {
    color: #d9b1b1;
  }

  .lg\:active\:text-pink-lightest:active {
    color: #f0dfdf;
  }

  .lg\:active\:text-red-dark:active {
    color: #ff1b1b;
  }

  .lg\:active\:text-red:active {
    color: #ee0049;
  }

  .lg\:active\:text-red-light:active {
    color: #f9a8c2;
  }

  .lg\:active\:text-red-lighter:active {
    color: #ffc8c8;
  }

  .lg\:active\:text-red-lightest:active {
    color: #f7eaeb;
  }

  .lg\:active\:text-grey-darker:active {
    color: #313232;
  }

  .lg\:active\:text-grey-dark:active {
    color: #616161;
  }

  .lg\:active\:text-grey:active {
    color: #7d8593;
  }

  .lg\:active\:text-grey-light:active {
    color: #d2d8e1;
  }

  .lg\:active\:text-grey-lightest:active {
    color: #eaecf1;
  }

  .lg\:active\:text-grey-lighter:active {
    color: #f6f7f8;
  }

  .lg\:text-xxs {
    font-size: .6rem;
  }

  .lg\:text-xs {
    font-size: .75rem;
  }

  .lg\:text-sm {
    font-size: .875rem;
  }

  .lg\:text-2sm {
    font-size: .9375rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .lg\:text-title {
    font-size: 1.0625rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:roman {
    font-style: normal;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:lowercase {
    text-transform: lowercase;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

  .lg\:normal-case {
    text-transform: none;
  }

  .lg\:underline {
    text-decoration: underline;
  }

  .lg\:line-through {
    text-decoration: line-through;
  }

  .lg\:no-underline {
    text-decoration: none;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:hover\:italic:hover {
    font-style: italic;
  }

  .lg\:hover\:roman:hover {
    font-style: normal;
  }

  .lg\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .lg\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .lg\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .lg\:hover\:normal-case:hover {
    text-transform: none;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .lg\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:focus\:italic:focus {
    font-style: italic;
  }

  .lg\:focus\:roman:focus {
    font-style: normal;
  }

  .lg\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .lg\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .lg\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .lg\:focus\:normal-case:focus {
    text-transform: none;
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline;
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .lg\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:active\:italic:active {
    font-style: italic;
  }

  .lg\:active\:roman:active {
    font-style: normal;
  }

  .lg\:active\:uppercase:active {
    text-transform: uppercase;
  }

  .lg\:active\:lowercase:active {
    text-transform: lowercase;
  }

  .lg\:active\:capitalize:active {
    text-transform: capitalize;
  }

  .lg\:active\:normal-case:active {
    text-transform: none;
  }

  .lg\:active\:underline:active {
    text-decoration: underline;
  }

  .lg\:active\:line-through:active {
    text-decoration: line-through;
  }

  .lg\:active\:no-underline:active {
    text-decoration: none;
  }

  .lg\:active\:antialiased:active {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:active\:subpixel-antialiased:active {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-normal {
    letter-spacing: 0;
  }

  .lg\:tracking-wide {
    letter-spacing: .05em;
  }

  .lg\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:break-words {
    word-wrap: break-word;
  }

  .lg\:break-normal {
    word-wrap: normal;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:w-1 {
    width: .25rem;
  }

  .lg\:w-2 {
    width: .5rem;
  }

  .lg\:w-3 {
    width: .75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-13 {
    width: 13rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-20 {
    width: 5.3125rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-42 {
    width: 10rem;
  }

  .lg\:w-45 {
    width: 2.81rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-90 {
    width: 35rem;
  }

  .lg\:w-100 {
    width: 56rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.33333%;
  }

  .lg\:w-2\/3 {
    width: 66.66667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.66667%;
  }

  .lg\:w-5\/6 {
    width: 83.33333%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:w-45p {
    width: 45%;
  }

  .lg\:w-58p {
    width: 58%;
  }

  .lg\:w-37p {
    width: 37%;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 1200px) {
  .xl\:list-reset {
    list-style: none;
    padding: 0;
  }

  .xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:bg-fixed {
    background-attachment: fixed;
  }

  .xl\:bg-local {
    background-attachment: local;
  }

  .xl\:bg-scroll {
    background-attachment: scroll;
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:bg-black {
    background-color: #22292f;
  }

  .xl\:bg-white {
    background-color: #fff;
  }

  .xl\:bg-green-dark {
    background-color: #6b7d5b;
  }

  .xl\:bg-green {
    background-color: #76b049;
  }

  .xl\:bg-green-light {
    background-color: #c4d9b1;
  }

  .xl\:bg-green-lightest {
    background-color: #e7f0df;
  }

  .xl\:bg-green-lighter {
    background-color: #f0f6eb;
  }

  .xl\:bg-blue-dark {
    background-color: #193156;
  }

  .xl\:bg-blue {
    background-color: #1d3964;
  }

  .xl\:bg-blue-light-0 {
    background-color: #5b767d;
  }

  .xl\:bg-blue-light {
    background-color: #55bdda;
  }

  .xl\:bg-blue-lightest-0 {
    background-color: #b1cad9;
  }

  .xl\:bg-blue-lightest {
    background-color: #a6b1c2;
  }

  .xl\:bg-blue-lighter-0 {
    background-color: #dfeef0;
  }

  .xl\:bg-blue-lighter {
    background-color: #f0f9fc;
  }

  .xl\:bg-pink {
    background-color: #9d6868;
  }

  .xl\:bg-pink-light {
    background-color: #d9b1b1;
  }

  .xl\:bg-pink-lightest {
    background-color: #f0dfdf;
  }

  .xl\:bg-red-dark {
    background-color: #ff1b1b;
  }

  .xl\:bg-red {
    background-color: #ee0049;
  }

  .xl\:bg-red-light {
    background-color: #f9a8c2;
  }

  .xl\:bg-red-lighter {
    background-color: #ffc8c8;
  }

  .xl\:bg-red-lightest {
    background-color: #f7eaeb;
  }

  .xl\:bg-grey-darker {
    background-color: #313232;
  }

  .xl\:bg-grey-dark {
    background-color: #616161;
  }

  .xl\:bg-grey {
    background-color: #7d8593;
  }

  .xl\:bg-grey-light {
    background-color: #d2d8e1;
  }

  .xl\:bg-grey-lightest {
    background-color: #eaecf1;
  }

  .xl\:bg-grey-lighter {
    background-color: #f6f7f8;
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-black:hover {
    background-color: #22292f;
  }

  .xl\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .xl\:hover\:bg-green-dark:hover {
    background-color: #6b7d5b;
  }

  .xl\:hover\:bg-green:hover {
    background-color: #76b049;
  }

  .xl\:hover\:bg-green-light:hover {
    background-color: #c4d9b1;
  }

  .xl\:hover\:bg-green-lightest:hover {
    background-color: #e7f0df;
  }

  .xl\:hover\:bg-green-lighter:hover {
    background-color: #f0f6eb;
  }

  .xl\:hover\:bg-blue-dark:hover {
    background-color: #193156;
  }

  .xl\:hover\:bg-blue:hover {
    background-color: #1d3964;
  }

  .xl\:hover\:bg-blue-light-0:hover {
    background-color: #5b767d;
  }

  .xl\:hover\:bg-blue-light:hover {
    background-color: #55bdda;
  }

  .xl\:hover\:bg-blue-lightest-0:hover {
    background-color: #b1cad9;
  }

  .xl\:hover\:bg-blue-lightest:hover {
    background-color: #a6b1c2;
  }

  .xl\:hover\:bg-blue-lighter-0:hover {
    background-color: #dfeef0;
  }

  .xl\:hover\:bg-blue-lighter:hover {
    background-color: #f0f9fc;
  }

  .xl\:hover\:bg-pink:hover {
    background-color: #9d6868;
  }

  .xl\:hover\:bg-pink-light:hover {
    background-color: #d9b1b1;
  }

  .xl\:hover\:bg-pink-lightest:hover {
    background-color: #f0dfdf;
  }

  .xl\:hover\:bg-red-dark:hover {
    background-color: #ff1b1b;
  }

  .xl\:hover\:bg-red:hover {
    background-color: #ee0049;
  }

  .xl\:hover\:bg-red-light:hover {
    background-color: #f9a8c2;
  }

  .xl\:hover\:bg-red-lighter:hover {
    background-color: #ffc8c8;
  }

  .xl\:hover\:bg-red-lightest:hover {
    background-color: #f7eaeb;
  }

  .xl\:hover\:bg-grey-darker:hover {
    background-color: #313232;
  }

  .xl\:hover\:bg-grey-dark:hover {
    background-color: #616161;
  }

  .xl\:hover\:bg-grey:hover {
    background-color: #7d8593;
  }

  .xl\:hover\:bg-grey-light:hover {
    background-color: #d2d8e1;
  }

  .xl\:hover\:bg-grey-lightest:hover {
    background-color: #eaecf1;
  }

  .xl\:hover\:bg-grey-lighter:hover {
    background-color: #f6f7f8;
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xl\:focus\:bg-black:focus {
    background-color: #22292f;
  }

  .xl\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .xl\:focus\:bg-green-dark:focus {
    background-color: #6b7d5b;
  }

  .xl\:focus\:bg-green:focus {
    background-color: #76b049;
  }

  .xl\:focus\:bg-green-light:focus {
    background-color: #c4d9b1;
  }

  .xl\:focus\:bg-green-lightest:focus {
    background-color: #e7f0df;
  }

  .xl\:focus\:bg-green-lighter:focus {
    background-color: #f0f6eb;
  }

  .xl\:focus\:bg-blue-dark:focus {
    background-color: #193156;
  }

  .xl\:focus\:bg-blue:focus {
    background-color: #1d3964;
  }

  .xl\:focus\:bg-blue-light-0:focus {
    background-color: #5b767d;
  }

  .xl\:focus\:bg-blue-light:focus {
    background-color: #55bdda;
  }

  .xl\:focus\:bg-blue-lightest-0:focus {
    background-color: #b1cad9;
  }

  .xl\:focus\:bg-blue-lightest:focus {
    background-color: #a6b1c2;
  }

  .xl\:focus\:bg-blue-lighter-0:focus {
    background-color: #dfeef0;
  }

  .xl\:focus\:bg-blue-lighter:focus {
    background-color: #f0f9fc;
  }

  .xl\:focus\:bg-pink:focus {
    background-color: #9d6868;
  }

  .xl\:focus\:bg-pink-light:focus {
    background-color: #d9b1b1;
  }

  .xl\:focus\:bg-pink-lightest:focus {
    background-color: #f0dfdf;
  }

  .xl\:focus\:bg-red-dark:focus {
    background-color: #ff1b1b;
  }

  .xl\:focus\:bg-red:focus {
    background-color: #ee0049;
  }

  .xl\:focus\:bg-red-light:focus {
    background-color: #f9a8c2;
  }

  .xl\:focus\:bg-red-lighter:focus {
    background-color: #ffc8c8;
  }

  .xl\:focus\:bg-red-lightest:focus {
    background-color: #f7eaeb;
  }

  .xl\:focus\:bg-grey-darker:focus {
    background-color: #313232;
  }

  .xl\:focus\:bg-grey-dark:focus {
    background-color: #616161;
  }

  .xl\:focus\:bg-grey:focus {
    background-color: #7d8593;
  }

  .xl\:focus\:bg-grey-light:focus {
    background-color: #d2d8e1;
  }

  .xl\:focus\:bg-grey-lightest:focus {
    background-color: #eaecf1;
  }

  .xl\:focus\:bg-grey-lighter:focus {
    background-color: #f6f7f8;
  }

  .xl\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .xl\:active\:bg-black:active {
    background-color: #22292f;
  }

  .xl\:active\:bg-white:active {
    background-color: #fff;
  }

  .xl\:active\:bg-green-dark:active {
    background-color: #6b7d5b;
  }

  .xl\:active\:bg-green:active {
    background-color: #76b049;
  }

  .xl\:active\:bg-green-light:active {
    background-color: #c4d9b1;
  }

  .xl\:active\:bg-green-lightest:active {
    background-color: #e7f0df;
  }

  .xl\:active\:bg-green-lighter:active {
    background-color: #f0f6eb;
  }

  .xl\:active\:bg-blue-dark:active {
    background-color: #193156;
  }

  .xl\:active\:bg-blue:active {
    background-color: #1d3964;
  }

  .xl\:active\:bg-blue-light-0:active {
    background-color: #5b767d;
  }

  .xl\:active\:bg-blue-light:active {
    background-color: #55bdda;
  }

  .xl\:active\:bg-blue-lightest-0:active {
    background-color: #b1cad9;
  }

  .xl\:active\:bg-blue-lightest:active {
    background-color: #a6b1c2;
  }

  .xl\:active\:bg-blue-lighter-0:active {
    background-color: #dfeef0;
  }

  .xl\:active\:bg-blue-lighter:active {
    background-color: #f0f9fc;
  }

  .xl\:active\:bg-pink:active {
    background-color: #9d6868;
  }

  .xl\:active\:bg-pink-light:active {
    background-color: #d9b1b1;
  }

  .xl\:active\:bg-pink-lightest:active {
    background-color: #f0dfdf;
  }

  .xl\:active\:bg-red-dark:active {
    background-color: #ff1b1b;
  }

  .xl\:active\:bg-red:active {
    background-color: #ee0049;
  }

  .xl\:active\:bg-red-light:active {
    background-color: #f9a8c2;
  }

  .xl\:active\:bg-red-lighter:active {
    background-color: #ffc8c8;
  }

  .xl\:active\:bg-red-lightest:active {
    background-color: #f7eaeb;
  }

  .xl\:active\:bg-grey-darker:active {
    background-color: #313232;
  }

  .xl\:active\:bg-grey-dark:active {
    background-color: #616161;
  }

  .xl\:active\:bg-grey:active {
    background-color: #7d8593;
  }

  .xl\:active\:bg-grey-light:active {
    background-color: #d2d8e1;
  }

  .xl\:active\:bg-grey-lightest:active {
    background-color: #eaecf1;
  }

  .xl\:active\:bg-grey-lighter:active {
    background-color: #f6f7f8;
  }

  .xl\:bg-bottom {
    background-position: bottom;
  }

  .xl\:bg-center {
    background-position: center;
  }

  .xl\:bg-left {
    background-position: left;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:bg-left-top {
    background-position: left top;
  }

  .xl\:bg-right {
    background-position: right;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:bg-right-top {
    background-position: right top;
  }

  .xl\:bg-top {
    background-position: top;
  }

  .xl\:bg-repeat {
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:bg-14 {
    background-size: 14px;
  }

  .xl\:bg-auto {
    background-size: auto;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .xl\:border-transparent {
    border-color: transparent;
  }

  .xl\:border-black {
    border-color: #22292f;
  }

  .xl\:border-white {
    border-color: #fff;
  }

  .xl\:border-green-dark {
    border-color: #6b7d5b;
  }

  .xl\:border-green {
    border-color: #76b049;
  }

  .xl\:border-green-light {
    border-color: #c4d9b1;
  }

  .xl\:border-green-lightest {
    border-color: #e7f0df;
  }

  .xl\:border-green-lighter {
    border-color: #f0f6eb;
  }

  .xl\:border-blue-dark {
    border-color: #193156;
  }

  .xl\:border-blue {
    border-color: #1d3964;
  }

  .xl\:border-blue-light-0 {
    border-color: #5b767d;
  }

  .xl\:border-blue-light {
    border-color: #55bdda;
  }

  .xl\:border-blue-lightest-0 {
    border-color: #b1cad9;
  }

  .xl\:border-blue-lightest {
    border-color: #a6b1c2;
  }

  .xl\:border-blue-lighter-0 {
    border-color: #dfeef0;
  }

  .xl\:border-blue-lighter {
    border-color: #f0f9fc;
  }

  .xl\:border-pink {
    border-color: #9d6868;
  }

  .xl\:border-pink-light {
    border-color: #d9b1b1;
  }

  .xl\:border-pink-lightest {
    border-color: #f0dfdf;
  }

  .xl\:border-red-dark {
    border-color: #ff1b1b;
  }

  .xl\:border-red {
    border-color: #ee0049;
  }

  .xl\:border-red-light {
    border-color: #f9a8c2;
  }

  .xl\:border-red-lighter {
    border-color: #ffc8c8;
  }

  .xl\:border-red-lightest {
    border-color: #f7eaeb;
  }

  .xl\:border-grey-darker {
    border-color: #313232;
  }

  .xl\:border-grey-dark {
    border-color: #616161;
  }

  .xl\:border-grey {
    border-color: #7d8593;
  }

  .xl\:border-grey-light {
    border-color: #d2d8e1;
  }

  .xl\:border-grey-lightest {
    border-color: #eaecf1;
  }

  .xl\:border-grey-lighter {
    border-color: #f6f7f8;
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xl\:hover\:border-black:hover {
    border-color: #22292f;
  }

  .xl\:hover\:border-white:hover {
    border-color: #fff;
  }

  .xl\:hover\:border-green-dark:hover {
    border-color: #6b7d5b;
  }

  .xl\:hover\:border-green:hover {
    border-color: #76b049;
  }

  .xl\:hover\:border-green-light:hover {
    border-color: #c4d9b1;
  }

  .xl\:hover\:border-green-lightest:hover {
    border-color: #e7f0df;
  }

  .xl\:hover\:border-green-lighter:hover {
    border-color: #f0f6eb;
  }

  .xl\:hover\:border-blue-dark:hover {
    border-color: #193156;
  }

  .xl\:hover\:border-blue:hover {
    border-color: #1d3964;
  }

  .xl\:hover\:border-blue-light-0:hover {
    border-color: #5b767d;
  }

  .xl\:hover\:border-blue-light:hover {
    border-color: #55bdda;
  }

  .xl\:hover\:border-blue-lightest-0:hover {
    border-color: #b1cad9;
  }

  .xl\:hover\:border-blue-lightest:hover {
    border-color: #a6b1c2;
  }

  .xl\:hover\:border-blue-lighter-0:hover {
    border-color: #dfeef0;
  }

  .xl\:hover\:border-blue-lighter:hover {
    border-color: #f0f9fc;
  }

  .xl\:hover\:border-pink:hover {
    border-color: #9d6868;
  }

  .xl\:hover\:border-pink-light:hover {
    border-color: #d9b1b1;
  }

  .xl\:hover\:border-pink-lightest:hover {
    border-color: #f0dfdf;
  }

  .xl\:hover\:border-red-dark:hover {
    border-color: #ff1b1b;
  }

  .xl\:hover\:border-red:hover {
    border-color: #ee0049;
  }

  .xl\:hover\:border-red-light:hover {
    border-color: #f9a8c2;
  }

  .xl\:hover\:border-red-lighter:hover {
    border-color: #ffc8c8;
  }

  .xl\:hover\:border-red-lightest:hover {
    border-color: #f7eaeb;
  }

  .xl\:hover\:border-grey-darker:hover {
    border-color: #313232;
  }

  .xl\:hover\:border-grey-dark:hover {
    border-color: #616161;
  }

  .xl\:hover\:border-grey:hover {
    border-color: #7d8593;
  }

  .xl\:hover\:border-grey-light:hover {
    border-color: #d2d8e1;
  }

  .xl\:hover\:border-grey-lightest:hover {
    border-color: #eaecf1;
  }

  .xl\:hover\:border-grey-lighter:hover {
    border-color: #f6f7f8;
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xl\:focus\:border-black:focus {
    border-color: #22292f;
  }

  .xl\:focus\:border-white:focus {
    border-color: #fff;
  }

  .xl\:focus\:border-green-dark:focus {
    border-color: #6b7d5b;
  }

  .xl\:focus\:border-green:focus {
    border-color: #76b049;
  }

  .xl\:focus\:border-green-light:focus {
    border-color: #c4d9b1;
  }

  .xl\:focus\:border-green-lightest:focus {
    border-color: #e7f0df;
  }

  .xl\:focus\:border-green-lighter:focus {
    border-color: #f0f6eb;
  }

  .xl\:focus\:border-blue-dark:focus {
    border-color: #193156;
  }

  .xl\:focus\:border-blue:focus {
    border-color: #1d3964;
  }

  .xl\:focus\:border-blue-light-0:focus {
    border-color: #5b767d;
  }

  .xl\:focus\:border-blue-light:focus {
    border-color: #55bdda;
  }

  .xl\:focus\:border-blue-lightest-0:focus {
    border-color: #b1cad9;
  }

  .xl\:focus\:border-blue-lightest:focus {
    border-color: #a6b1c2;
  }

  .xl\:focus\:border-blue-lighter-0:focus {
    border-color: #dfeef0;
  }

  .xl\:focus\:border-blue-lighter:focus {
    border-color: #f0f9fc;
  }

  .xl\:focus\:border-pink:focus {
    border-color: #9d6868;
  }

  .xl\:focus\:border-pink-light:focus {
    border-color: #d9b1b1;
  }

  .xl\:focus\:border-pink-lightest:focus {
    border-color: #f0dfdf;
  }

  .xl\:focus\:border-red-dark:focus {
    border-color: #ff1b1b;
  }

  .xl\:focus\:border-red:focus {
    border-color: #ee0049;
  }

  .xl\:focus\:border-red-light:focus {
    border-color: #f9a8c2;
  }

  .xl\:focus\:border-red-lighter:focus {
    border-color: #ffc8c8;
  }

  .xl\:focus\:border-red-lightest:focus {
    border-color: #f7eaeb;
  }

  .xl\:focus\:border-grey-darker:focus {
    border-color: #313232;
  }

  .xl\:focus\:border-grey-dark:focus {
    border-color: #616161;
  }

  .xl\:focus\:border-grey:focus {
    border-color: #7d8593;
  }

  .xl\:focus\:border-grey-light:focus {
    border-color: #d2d8e1;
  }

  .xl\:focus\:border-grey-lightest:focus {
    border-color: #eaecf1;
  }

  .xl\:focus\:border-grey-lighter:focus {
    border-color: #f6f7f8;
  }

  .xl\:active\:border-transparent:active {
    border-color: transparent;
  }

  .xl\:active\:border-black:active {
    border-color: #22292f;
  }

  .xl\:active\:border-white:active {
    border-color: #fff;
  }

  .xl\:active\:border-green-dark:active {
    border-color: #6b7d5b;
  }

  .xl\:active\:border-green:active {
    border-color: #76b049;
  }

  .xl\:active\:border-green-light:active {
    border-color: #c4d9b1;
  }

  .xl\:active\:border-green-lightest:active {
    border-color: #e7f0df;
  }

  .xl\:active\:border-green-lighter:active {
    border-color: #f0f6eb;
  }

  .xl\:active\:border-blue-dark:active {
    border-color: #193156;
  }

  .xl\:active\:border-blue:active {
    border-color: #1d3964;
  }

  .xl\:active\:border-blue-light-0:active {
    border-color: #5b767d;
  }

  .xl\:active\:border-blue-light:active {
    border-color: #55bdda;
  }

  .xl\:active\:border-blue-lightest-0:active {
    border-color: #b1cad9;
  }

  .xl\:active\:border-blue-lightest:active {
    border-color: #a6b1c2;
  }

  .xl\:active\:border-blue-lighter-0:active {
    border-color: #dfeef0;
  }

  .xl\:active\:border-blue-lighter:active {
    border-color: #f0f9fc;
  }

  .xl\:active\:border-pink:active {
    border-color: #9d6868;
  }

  .xl\:active\:border-pink-light:active {
    border-color: #d9b1b1;
  }

  .xl\:active\:border-pink-lightest:active {
    border-color: #f0dfdf;
  }

  .xl\:active\:border-red-dark:active {
    border-color: #ff1b1b;
  }

  .xl\:active\:border-red:active {
    border-color: #ee0049;
  }

  .xl\:active\:border-red-light:active {
    border-color: #f9a8c2;
  }

  .xl\:active\:border-red-lighter:active {
    border-color: #ffc8c8;
  }

  .xl\:active\:border-red-lightest:active {
    border-color: #f7eaeb;
  }

  .xl\:active\:border-grey-darker:active {
    border-color: #313232;
  }

  .xl\:active\:border-grey-dark:active {
    border-color: #616161;
  }

  .xl\:active\:border-grey:active {
    border-color: #7d8593;
  }

  .xl\:active\:border-grey-light:active {
    border-color: #d2d8e1;
  }

  .xl\:active\:border-grey-lightest:active {
    border-color: #eaecf1;
  }

  .xl\:active\:border-grey-lighter:active {
    border-color: #f6f7f8;
  }

  .xl\:rounded-5 {
    border-radius: .3125rem;
  }

  .xl\:rounded-50 {
    border-radius: 50%;
  }

  .xl\:rounded-none {
    border-radius: 0;
  }

  .xl\:rounded-sm {
    border-radius: .125rem;
  }

  .xl\:rounded {
    border-radius: .25rem;
  }

  .xl\:rounded-2sm {
    border-radius: .3125rem;
  }

  .xl\:rounded-3sm {
    border-radius: .375rem;
  }

  .xl\:rounded-lg {
    border-radius: .5rem;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-7\.5 {
    border-radius: .46875rem;
  }

  .xl\:rounded-t-5 {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
  }

  .xl\:rounded-r-5 {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: .3125rem;
  }

  .xl\:rounded-b-5 {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }

  .xl\:rounded-l-5 {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }

  .xl\:rounded-t-50 {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }

  .xl\:rounded-r-50 {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }

  .xl\:rounded-b-50 {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .xl\:rounded-l-50 {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-t-2sm {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
  }

  .xl\:rounded-r-2sm {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: .3125rem;
  }

  .xl\:rounded-b-2sm {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }

  .xl\:rounded-l-2sm {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }

  .xl\:rounded-t-3sm {
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem;
  }

  .xl\:rounded-r-3sm {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
  }

  .xl\:rounded-b-3sm {
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: .375rem;
  }

  .xl\:rounded-l-3sm {
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-t-7\.5 {
    border-top-left-radius: .46875rem;
    border-top-right-radius: .46875rem;
  }

  .xl\:rounded-r-7\.5 {
    border-top-right-radius: .46875rem;
    border-bottom-right-radius: .46875rem;
  }

  .xl\:rounded-b-7\.5 {
    border-bottom-right-radius: .46875rem;
    border-bottom-left-radius: .46875rem;
  }

  .xl\:rounded-l-7\.5 {
    border-top-left-radius: .46875rem;
    border-bottom-left-radius: .46875rem;
  }

  .xl\:rounded-tl-5 {
    border-top-left-radius: .3125rem;
  }

  .xl\:rounded-tr-5 {
    border-top-right-radius: .3125rem;
  }

  .xl\:rounded-br-5 {
    border-bottom-right-radius: .3125rem;
  }

  .xl\:rounded-bl-5 {
    border-bottom-left-radius: .3125rem;
  }

  .xl\:rounded-tl-50 {
    border-top-left-radius: 50%;
  }

  .xl\:rounded-tr-50 {
    border-top-right-radius: 50%;
  }

  .xl\:rounded-br-50 {
    border-bottom-right-radius: 50%;
  }

  .xl\:rounded-bl-50 {
    border-bottom-left-radius: 50%;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-tl-2sm {
    border-top-left-radius: .3125rem;
  }

  .xl\:rounded-tr-2sm {
    border-top-right-radius: .3125rem;
  }

  .xl\:rounded-br-2sm {
    border-bottom-right-radius: .3125rem;
  }

  .xl\:rounded-bl-2sm {
    border-bottom-left-radius: .3125rem;
  }

  .xl\:rounded-tl-3sm {
    border-top-left-radius: .375rem;
  }

  .xl\:rounded-tr-3sm {
    border-top-right-radius: .375rem;
  }

  .xl\:rounded-br-3sm {
    border-bottom-right-radius: .375rem;
  }

  .xl\:rounded-bl-3sm {
    border-bottom-left-radius: .375rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-7\.5 {
    border-top-left-radius: .46875rem;
  }

  .xl\:rounded-tr-7\.5 {
    border-top-right-radius: .46875rem;
  }

  .xl\:rounded-br-7\.5 {
    border-bottom-right-radius: .46875rem;
  }

  .xl\:rounded-bl-7\.5 {
    border-bottom-left-radius: .46875rem;
  }

  .xl\:border-solid {
    border-style: solid;
  }

  .xl\:border-dashed {
    border-style: dashed;
  }

  .xl\:border-dotted {
    border-style: dotted;
  }

  .xl\:border-none {
    border-style: none;
  }

  .xl\:border-0 {
    border-width: 0;
  }

  .xl\:border-2 {
    border-width: 2px;
  }

  .xl\:border-4 {
    border-width: 4px;
  }

  .xl\:border-7 {
    border-width: 7px;
  }

  .xl\:border-8 {
    border-width: 8px;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:border-t-0 {
    border-top-width: 0;
  }

  .xl\:border-r-0 {
    border-right-width: 0;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0;
  }

  .xl\:border-l-0 {
    border-left-width: 0;
  }

  .xl\:border-t-2 {
    border-top-width: 2px;
  }

  .xl\:border-r-2 {
    border-right-width: 2px;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-t-7 {
    border-top-width: 7px;
  }

  .xl\:border-r-7 {
    border-right-width: 7px;
  }

  .xl\:border-b-7 {
    border-bottom-width: 7px;
  }

  .xl\:border-l-7 {
    border-left-width: 7px;
  }

  .xl\:border-t-8 {
    border-top-width: 8px;
  }

  .xl\:border-r-8 {
    border-right-width: 8px;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:border-l-8 {
    border-left-width: 8px;
  }

  .xl\:border-t {
    border-top-width: 1px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-b {
    border-bottom-width: 1px;
  }

  .xl\:border-l {
    border-left-width: 1px;
  }

  .xl\:cursor-auto {
    cursor: auto;
  }

  .xl\:cursor-default {
    cursor: default;
  }

  .xl\:cursor-pointer {
    cursor: pointer;
  }

  .xl\:cursor-wait {
    cursor: wait;
  }

  .xl\:cursor-move {
    cursor: move;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:table {
    display: table;
  }

  .xl\:table-row {
    display: table-row;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-end {
    align-items: flex-end;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:items-baseline {
    align-items: baseline;
  }

  .xl\:items-stretch {
    align-items: stretch;
  }

  .xl\:self-auto {
    align-self: auto;
  }

  .xl\:self-start {
    align-self: flex-start;
  }

  .xl\:self-end {
    align-self: flex-end;
  }

  .xl\:self-center {
    align-self: center;
  }

  .xl\:self-stretch {
    align-self: stretch;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:justify-around {
    justify-content: space-around;
  }

  .xl\:content-center {
    align-content: center;
  }

  .xl\:content-start {
    align-content: flex-start;
  }

  .xl\:content-end {
    align-content: flex-end;
  }

  .xl\:content-between {
    align-content: space-between;
  }

  .xl\:content-around {
    align-content: space-around;
  }

  .xl\:flex-1 {
    flex: 1 1 0%;
  }

  .xl\:flex-auto {
    flex: 1 1 auto;
  }

  .xl\:flex-initial {
    flex: 0 1 auto;
  }

  .xl\:flex-none {
    flex: none;
  }

  .xl\:flex-grow {
    flex-grow: 1;
  }

  .xl\:flex-shrink {
    flex-shrink: 1;
  }

  .xl\:flex-no-grow {
    flex-grow: 0;
  }

  .xl\:flex-no-shrink {
    flex-shrink: 0;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:font-sans {
    font-family: Lato;
  }

  .xl\:font-serif {
    font-family: ;
  }

  .xl\:font-mono {
    font-family: ;
  }

  .xl\:font-hairline {
    font-weight: 100;
  }

  .xl\:font-thin {
    font-weight: 200;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:font-extrabold {
    font-weight: 800;
  }

  .xl\:font-black {
    font-weight: 900;
  }

  .xl\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xl\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xl\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .xl\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .xl\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xl\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xl\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xl\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xl\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .xl\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xl\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xl\:active\:font-hairline:active {
    font-weight: 100;
  }

  .xl\:active\:font-thin:active {
    font-weight: 200;
  }

  .xl\:active\:font-light:active {
    font-weight: 300;
  }

  .xl\:active\:font-normal:active {
    font-weight: 400;
  }

  .xl\:active\:font-medium:active {
    font-weight: 500;
  }

  .xl\:active\:font-semibold:active {
    font-weight: 600;
  }

  .xl\:active\:font-bold:active {
    font-weight: 700;
  }

  .xl\:active\:font-extrabold:active {
    font-weight: 800;
  }

  .xl\:active\:font-black:active {
    font-weight: 900;
  }

  .xl\:h-1 {
    height: .25rem;
  }

  .xl\:h-2 {
    height: .5rem;
  }

  .xl\:h-3 {
    height: .75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-17 {
    height: 4.375rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  .xl\:leading-normal {
    line-height: 1.5;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .xl\:m-0 {
    margin: 0;
  }

  .xl\:m-1 {
    margin: .25rem;
  }

  .xl\:m-2 {
    margin: .5rem;
  }

  .xl\:m-3 {
    margin: .75rem;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

  .xl\:m-5 {
    margin: 1.25rem;
  }

  .xl\:m-6 {
    margin: 1.5rem;
  }

  .xl\:m-7 {
    margin: 1.75rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:m-10 {
    margin: 2.5rem;
  }

  .xl\:m-12 {
    margin: 3rem;
  }

  .xl\:m-16 {
    margin: 4rem;
  }

  .xl\:m-20 {
    margin: 5rem;
  }

  .xl\:m-24 {
    margin: 6rem;
  }

  .xl\:m-32 {
    margin: 8rem;
  }

  .xl\:m-64 {
    margin: 16rem;
  }

  .xl\:m-78 {
    margin: 19.68rem;
  }

  .xl\:m-80 {
    margin: 20rem;
  }

  .xl\:m-81 {
    margin: 34.2rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xl\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xl\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xl\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xl\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xl\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:my-78 {
    margin-top: 19.68rem;
    margin-bottom: 19.68rem;
  }

  .xl\:mx-78 {
    margin-left: 19.68rem;
    margin-right: 19.68rem;
  }

  .xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:my-81 {
    margin-top: 34.2rem;
    margin-bottom: 34.2rem;
  }

  .xl\:mx-81 {
    margin-left: 34.2rem;
    margin-right: 34.2rem;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:mt-1 {
    margin-top: .25rem;
  }

  .xl\:mr-1 {
    margin-right: .25rem;
  }

  .xl\:mb-1 {
    margin-bottom: .25rem;
  }

  .xl\:ml-1 {
    margin-left: .25rem;
  }

  .xl\:mt-2 {
    margin-top: .5rem;
  }

  .xl\:mr-2 {
    margin-right: .5rem;
  }

  .xl\:mb-2 {
    margin-bottom: .5rem;
  }

  .xl\:ml-2 {
    margin-left: .5rem;
  }

  .xl\:mt-3 {
    margin-top: .75rem;
  }

  .xl\:mr-3 {
    margin-right: .75rem;
  }

  .xl\:mb-3 {
    margin-bottom: .75rem;
  }

  .xl\:ml-3 {
    margin-left: .75rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:mt-7 {
    margin-top: 1.75rem;
  }

  .xl\:mr-7 {
    margin-right: 1.75rem;
  }

  .xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .xl\:ml-7 {
    margin-left: 1.75rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:mr-12 {
    margin-right: 3rem;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:ml-12 {
    margin-left: 3rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mr-16 {
    margin-right: 4rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:ml-16 {
    margin-left: 4rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mr-20 {
    margin-right: 5rem;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:ml-20 {
    margin-left: 5rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:mt-32 {
    margin-top: 8rem;
  }

  .xl\:mr-32 {
    margin-right: 8rem;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:ml-32 {
    margin-left: 8rem;
  }

  .xl\:mt-64 {
    margin-top: 16rem;
  }

  .xl\:mr-64 {
    margin-right: 16rem;
  }

  .xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .xl\:ml-64 {
    margin-left: 16rem;
  }

  .xl\:mt-78 {
    margin-top: 19.68rem;
  }

  .xl\:mr-78 {
    margin-right: 19.68rem;
  }

  .xl\:mb-78 {
    margin-bottom: 19.68rem;
  }

  .xl\:ml-78 {
    margin-left: 19.68rem;
  }

  .xl\:mt-80 {
    margin-top: 20rem;
  }

  .xl\:mr-80 {
    margin-right: 20rem;
  }

  .xl\:mb-80 {
    margin-bottom: 20rem;
  }

  .xl\:ml-80 {
    margin-left: 20rem;
  }

  .xl\:mt-81 {
    margin-top: 34.2rem;
  }

  .xl\:mr-81 {
    margin-right: 34.2rem;
  }

  .xl\:mb-81 {
    margin-bottom: 34.2rem;
  }

  .xl\:ml-81 {
    margin-left: 34.2rem;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:max-w-xs {
    max-width: 20rem;
  }

  .xl\:max-w-sm {
    max-width: 30rem;
  }

  .xl\:max-w-md {
    max-width: 40rem;
  }

  .xl\:max-w-lg {
    max-width: 50rem;
  }

  .xl\:max-w-xl {
    max-width: 60rem;
  }

  .xl\:max-w-2xl {
    max-width: 70rem;
  }

  .xl\:max-w-3xl {
    max-width: 80rem;
  }

  .xl\:max-w-4xl {
    max-width: 90rem;
  }

  .xl\:max-w-5xl {
    max-width: 100rem;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:min-w-0 {
    min-width: 0;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:-m-0 {
    margin: 0;
  }

  .xl\:-m-1 {
    margin: -0.25rem;
  }

  .xl\:-m-2 {
    margin: -0.5rem;
  }

  .xl\:-m-3 {
    margin: -0.75rem;
  }

  .xl\:-m-4 {
    margin: -1rem;
  }

  .xl\:-m-5 {
    margin: -1.25rem;
  }

  .xl\:-m-6 {
    margin: -1.5rem;
  }

  .xl\:-m-8 {
    margin: -2rem;
  }

  .xl\:-m-10 {
    margin: -2.5rem;
  }

  .xl\:-m-12 {
    margin: -3rem;
  }

  .xl\:-m-16 {
    margin: -4rem;
  }

  .xl\:-m-20 {
    margin: -5rem;
  }

  .xl\:-m-24 {
    margin: -6rem;
  }

  .xl\:-m-32 {
    margin: -8rem;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-mt-0 {
    margin-top: 0;
  }

  .xl\:-mr-0 {
    margin-right: 0;
  }

  .xl\:-mb-0 {
    margin-bottom: 0;
  }

  .xl\:-ml-0 {
    margin-left: 0;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:-mt-4 {
    margin-top: -1rem;
  }

  .xl\:-mr-4 {
    margin-right: -1rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:-ml-4 {
    margin-left: -1rem;
  }

  .xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:-mr-8 {
    margin-right: -2rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:-ml-8 {
    margin-left: -2rem;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:-mr-12 {
    margin-right: -3rem;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xl\:-ml-12 {
    margin-left: -3rem;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

  .xl\:-mr-16 {
    margin-right: -4rem;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:-ml-16 {
    margin-left: -4rem;
  }

  .xl\:-mt-20 {
    margin-top: -5rem;
  }

  .xl\:-mr-20 {
    margin-right: -5rem;
  }

  .xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xl\:-ml-20 {
    margin-left: -5rem;
  }

  .xl\:-mt-24 {
    margin-top: -6rem;
  }

  .xl\:-mr-24 {
    margin-right: -6rem;
  }

  .xl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xl\:-ml-24 {
    margin-left: -6rem;
  }

  .xl\:-mt-32 {
    margin-top: -8rem;
  }

  .xl\:-mr-32 {
    margin-right: -8rem;
  }

  .xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xl\:-ml-32 {
    margin-left: -8rem;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:opacity-25 {
    opacity: .25;
  }

  .xl\:opacity-30 {
    opacity: .3;
  }

  .xl\:opacity-40 {
    opacity: .4;
  }

  .xl\:opacity-50 {
    opacity: .5;
  }

  .xl\:opacity-65 {
    opacity: .65;
  }

  .xl\:opacity-75 {
    opacity: .75;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xl\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .xl\:hover\:opacity-30:hover {
    opacity: .3;
  }

  .xl\:hover\:opacity-40:hover {
    opacity: .4;
  }

  .xl\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .xl\:hover\:opacity-65:hover {
    opacity: .65;
  }

  .xl\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .xl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:overflow-scroll {
    overflow: scroll;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:p-1 {
    padding: .25rem;
  }

  .xl\:p-2 {
    padding: .5rem;
  }

  .xl\:p-3 {
    padding: .75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-17 {
    padding: 4.375rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:p-32 {
    padding: 8rem;
  }

  .xl\:p-64 {
    padding: 16rem;
  }

  .xl\:p-72 {
    padding: 18rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:p-4x {
    padding: 1.1rem;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xl\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xl\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xl\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xl\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xl\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-17 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .xl\:px-17 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:py-4x {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .xl\:px-4x {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pt-1 {
    padding-top: .25rem;
  }

  .xl\:pr-1 {
    padding-right: .25rem;
  }

  .xl\:pb-1 {
    padding-bottom: .25rem;
  }

  .xl\:pl-1 {
    padding-left: .25rem;
  }

  .xl\:pt-2 {
    padding-top: .5rem;
  }

  .xl\:pr-2 {
    padding-right: .5rem;
  }

  .xl\:pb-2 {
    padding-bottom: .5rem;
  }

  .xl\:pl-2 {
    padding-left: .5rem;
  }

  .xl\:pt-3 {
    padding-top: .75rem;
  }

  .xl\:pr-3 {
    padding-right: .75rem;
  }

  .xl\:pb-3 {
    padding-bottom: .75rem;
  }

  .xl\:pl-3 {
    padding-left: .75rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pt-17 {
    padding-top: 4.375rem;
  }

  .xl\:pr-17 {
    padding-right: 4.375rem;
  }

  .xl\:pb-17 {
    padding-bottom: 4.375rem;
  }

  .xl\:pl-17 {
    padding-left: 4.375rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pt-64 {
    padding-top: 16rem;
  }

  .xl\:pr-64 {
    padding-right: 16rem;
  }

  .xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .xl\:pl-64 {
    padding-left: 16rem;
  }

  .xl\:pt-72 {
    padding-top: 18rem;
  }

  .xl\:pr-72 {
    padding-right: 18rem;
  }

  .xl\:pb-72 {
    padding-bottom: 18rem;
  }

  .xl\:pl-72 {
    padding-left: 18rem;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:pt-4x {
    padding-top: 1.1rem;
  }

  .xl\:pr-4x {
    padding-right: 1.1rem;
  }

  .xl\:pb-4x {
    padding-bottom: 1.1rem;
  }

  .xl\:pl-4x {
    padding-left: 1.1rem;
  }

  .xl\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:pin-y {
    top: 0;
    bottom: 0;
  }

  .xl\:pin-x {
    right: 0;
    left: 0;
  }

  .xl\:pin-t {
    top: 0;
  }

  .xl\:pin-r {
    right: 0;
  }

  .xl\:pin-b {
    bottom: 0;
  }

  .xl\:pin-l {
    left: 0;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-y {
    resize: vertical;
  }

  .xl\:resize-x {
    resize: horizontal;
  }

  .xl\:resize {
    resize: both;
  }

  .xl\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .xl\:shadow-none {
    box-shadow: none;
  }

  .xl\:shadow-sidebar {
    box-shadow: 0 2px 14px 0 rgba(29, 57, 100, .62);
  }

  .xl\:shadow-button {
    box-shadow: 0 2px 10px 0 rgba(29, 57, 100, .3);
  }

  .xl\:shadow-transparent-button {
    box-shadow: 0 2px 8px 0 rgba(29, 57, 100, .2);
  }

  .xl\:shadow-hovered-button {
    box-shadow: 0 5px 10px 0 rgba(29, 57, 100, .36);
  }

  .xl\:shadow-login {
    box-shadow: 0 4px 15px 0 rgba(6, 25, 103, .25);
  }

  .xl\:shadow-table {
    box-shadow: 0 2px 4px 0 rgba(29, 57, 100, .16);
  }

  .xl\:shadow-hover-col {
    box-shadow: 0 4px 8px 0 rgba(22, 66, 132, .19);
  }

  .xl\:shadow-box {
    box-shadow: 0 6px 15px 0 rgba(6, 25, 103, .25);
  }

  .xl\:shadow-error {
    box-shadow: 0 2px 6px 0 rgba(134, 3, 3, .17);
  }

  .xl\:shadow-btn {
    box-shadow: 0 1px 6px 0 rgba(29, 57, 100, .2);
  }

  .xl\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xl\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .xl\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .xl\:hover\:shadow-sidebar:hover {
    box-shadow: 0 2px 14px 0 rgba(29, 57, 100, .62);
  }

  .xl\:hover\:shadow-button:hover {
    box-shadow: 0 2px 10px 0 rgba(29, 57, 100, .3);
  }

  .xl\:hover\:shadow-transparent-button:hover {
    box-shadow: 0 2px 8px 0 rgba(29, 57, 100, .2);
  }

  .xl\:hover\:shadow-hovered-button:hover {
    box-shadow: 0 5px 10px 0 rgba(29, 57, 100, .36);
  }

  .xl\:hover\:shadow-login:hover {
    box-shadow: 0 4px 15px 0 rgba(6, 25, 103, .25);
  }

  .xl\:hover\:shadow-table:hover {
    box-shadow: 0 2px 4px 0 rgba(29, 57, 100, .16);
  }

  .xl\:hover\:shadow-hover-col:hover {
    box-shadow: 0 4px 8px 0 rgba(22, 66, 132, .19);
  }

  .xl\:hover\:shadow-box:hover {
    box-shadow: 0 6px 15px 0 rgba(6, 25, 103, .25);
  }

  .xl\:hover\:shadow-error:hover {
    box-shadow: 0 2px 6px 0 rgba(134, 3, 3, .17);
  }

  .xl\:hover\:shadow-btn:hover {
    box-shadow: 0 1px 6px 0 rgba(29, 57, 100, .2);
  }

  .xl\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xl\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .xl\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .xl\:focus\:shadow-sidebar:focus {
    box-shadow: 0 2px 14px 0 rgba(29, 57, 100, .62);
  }

  .xl\:focus\:shadow-button:focus {
    box-shadow: 0 2px 10px 0 rgba(29, 57, 100, .3);
  }

  .xl\:focus\:shadow-transparent-button:focus {
    box-shadow: 0 2px 8px 0 rgba(29, 57, 100, .2);
  }

  .xl\:focus\:shadow-hovered-button:focus {
    box-shadow: 0 5px 10px 0 rgba(29, 57, 100, .36);
  }

  .xl\:focus\:shadow-login:focus {
    box-shadow: 0 4px 15px 0 rgba(6, 25, 103, .25);
  }

  .xl\:focus\:shadow-table:focus {
    box-shadow: 0 2px 4px 0 rgba(29, 57, 100, .16);
  }

  .xl\:focus\:shadow-hover-col:focus {
    box-shadow: 0 4px 8px 0 rgba(22, 66, 132, .19);
  }

  .xl\:focus\:shadow-box:focus {
    box-shadow: 0 6px 15px 0 rgba(6, 25, 103, .25);
  }

  .xl\:focus\:shadow-error:focus {
    box-shadow: 0 2px 6px 0 rgba(134, 3, 3, .17);
  }

  .xl\:focus\:shadow-btn:focus {
    box-shadow: 0 1px 6px 0 rgba(29, 57, 100, .2);
  }

  .xl\:active\:shadow:active {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:active\:shadow-md:active {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:active\:shadow-lg:active {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xl\:active\:shadow-inner:active {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:active\:shadow-outline:active {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .xl\:active\:shadow-none:active {
    box-shadow: none;
  }

  .xl\:active\:shadow-sidebar:active {
    box-shadow: 0 2px 14px 0 rgba(29, 57, 100, .62);
  }

  .xl\:active\:shadow-button:active {
    box-shadow: 0 2px 10px 0 rgba(29, 57, 100, .3);
  }

  .xl\:active\:shadow-transparent-button:active {
    box-shadow: 0 2px 8px 0 rgba(29, 57, 100, .2);
  }

  .xl\:active\:shadow-hovered-button:active {
    box-shadow: 0 5px 10px 0 rgba(29, 57, 100, .36);
  }

  .xl\:active\:shadow-login:active {
    box-shadow: 0 4px 15px 0 rgba(6, 25, 103, .25);
  }

  .xl\:active\:shadow-table:active {
    box-shadow: 0 2px 4px 0 rgba(29, 57, 100, .16);
  }

  .xl\:active\:shadow-hover-col:active {
    box-shadow: 0 4px 8px 0 rgba(22, 66, 132, .19);
  }

  .xl\:active\:shadow-box:active {
    box-shadow: 0 6px 15px 0 rgba(6, 25, 103, .25);
  }

  .xl\:active\:shadow-error:active {
    box-shadow: 0 2px 6px 0 rgba(134, 3, 3, .17);
  }

  .xl\:active\:shadow-btn:active {
    box-shadow: 0 1px 6px 0 rgba(29, 57, 100, .2);
  }

  .xl\:table-auto {
    table-layout: auto;
  }

  .xl\:table-fixed {
    table-layout: fixed;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .xl\:text-transparent {
    color: transparent;
  }

  .xl\:text-black {
    color: #22292f;
  }

  .xl\:text-white {
    color: #fff;
  }

  .xl\:text-green-dark {
    color: #6b7d5b;
  }

  .xl\:text-green {
    color: #76b049;
  }

  .xl\:text-green-light {
    color: #c4d9b1;
  }

  .xl\:text-green-lightest {
    color: #e7f0df;
  }

  .xl\:text-green-lighter {
    color: #f0f6eb;
  }

  .xl\:text-blue-dark {
    color: #193156;
  }

  .xl\:text-blue {
    color: #1d3964;
  }

  .xl\:text-blue-light-0 {
    color: #5b767d;
  }

  .xl\:text-blue-light {
    color: #55bdda;
  }

  .xl\:text-blue-lightest-0 {
    color: #b1cad9;
  }

  .xl\:text-blue-lightest {
    color: #a6b1c2;
  }

  .xl\:text-blue-lighter-0 {
    color: #dfeef0;
  }

  .xl\:text-blue-lighter {
    color: #f0f9fc;
  }

  .xl\:text-pink {
    color: #9d6868;
  }

  .xl\:text-pink-light {
    color: #d9b1b1;
  }

  .xl\:text-pink-lightest {
    color: #f0dfdf;
  }

  .xl\:text-red-dark {
    color: #ff1b1b;
  }

  .xl\:text-red {
    color: #ee0049;
  }

  .xl\:text-red-light {
    color: #f9a8c2;
  }

  .xl\:text-red-lighter {
    color: #ffc8c8;
  }

  .xl\:text-red-lightest {
    color: #f7eaeb;
  }

  .xl\:text-grey-darker {
    color: #313232;
  }

  .xl\:text-grey-dark {
    color: #616161;
  }

  .xl\:text-grey {
    color: #7d8593;
  }

  .xl\:text-grey-light {
    color: #d2d8e1;
  }

  .xl\:text-grey-lightest {
    color: #eaecf1;
  }

  .xl\:text-grey-lighter {
    color: #f6f7f8;
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-black:hover {
    color: #22292f;
  }

  .xl\:hover\:text-white:hover {
    color: #fff;
  }

  .xl\:hover\:text-green-dark:hover {
    color: #6b7d5b;
  }

  .xl\:hover\:text-green:hover {
    color: #76b049;
  }

  .xl\:hover\:text-green-light:hover {
    color: #c4d9b1;
  }

  .xl\:hover\:text-green-lightest:hover {
    color: #e7f0df;
  }

  .xl\:hover\:text-green-lighter:hover {
    color: #f0f6eb;
  }

  .xl\:hover\:text-blue-dark:hover {
    color: #193156;
  }

  .xl\:hover\:text-blue:hover {
    color: #1d3964;
  }

  .xl\:hover\:text-blue-light-0:hover {
    color: #5b767d;
  }

  .xl\:hover\:text-blue-light:hover {
    color: #55bdda;
  }

  .xl\:hover\:text-blue-lightest-0:hover {
    color: #b1cad9;
  }

  .xl\:hover\:text-blue-lightest:hover {
    color: #a6b1c2;
  }

  .xl\:hover\:text-blue-lighter-0:hover {
    color: #dfeef0;
  }

  .xl\:hover\:text-blue-lighter:hover {
    color: #f0f9fc;
  }

  .xl\:hover\:text-pink:hover {
    color: #9d6868;
  }

  .xl\:hover\:text-pink-light:hover {
    color: #d9b1b1;
  }

  .xl\:hover\:text-pink-lightest:hover {
    color: #f0dfdf;
  }

  .xl\:hover\:text-red-dark:hover {
    color: #ff1b1b;
  }

  .xl\:hover\:text-red:hover {
    color: #ee0049;
  }

  .xl\:hover\:text-red-light:hover {
    color: #f9a8c2;
  }

  .xl\:hover\:text-red-lighter:hover {
    color: #ffc8c8;
  }

  .xl\:hover\:text-red-lightest:hover {
    color: #f7eaeb;
  }

  .xl\:hover\:text-grey-darker:hover {
    color: #313232;
  }

  .xl\:hover\:text-grey-dark:hover {
    color: #616161;
  }

  .xl\:hover\:text-grey:hover {
    color: #7d8593;
  }

  .xl\:hover\:text-grey-light:hover {
    color: #d2d8e1;
  }

  .xl\:hover\:text-grey-lightest:hover {
    color: #eaecf1;
  }

  .xl\:hover\:text-grey-lighter:hover {
    color: #f6f7f8;
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xl\:focus\:text-black:focus {
    color: #22292f;
  }

  .xl\:focus\:text-white:focus {
    color: #fff;
  }

  .xl\:focus\:text-green-dark:focus {
    color: #6b7d5b;
  }

  .xl\:focus\:text-green:focus {
    color: #76b049;
  }

  .xl\:focus\:text-green-light:focus {
    color: #c4d9b1;
  }

  .xl\:focus\:text-green-lightest:focus {
    color: #e7f0df;
  }

  .xl\:focus\:text-green-lighter:focus {
    color: #f0f6eb;
  }

  .xl\:focus\:text-blue-dark:focus {
    color: #193156;
  }

  .xl\:focus\:text-blue:focus {
    color: #1d3964;
  }

  .xl\:focus\:text-blue-light-0:focus {
    color: #5b767d;
  }

  .xl\:focus\:text-blue-light:focus {
    color: #55bdda;
  }

  .xl\:focus\:text-blue-lightest-0:focus {
    color: #b1cad9;
  }

  .xl\:focus\:text-blue-lightest:focus {
    color: #a6b1c2;
  }

  .xl\:focus\:text-blue-lighter-0:focus {
    color: #dfeef0;
  }

  .xl\:focus\:text-blue-lighter:focus {
    color: #f0f9fc;
  }

  .xl\:focus\:text-pink:focus {
    color: #9d6868;
  }

  .xl\:focus\:text-pink-light:focus {
    color: #d9b1b1;
  }

  .xl\:focus\:text-pink-lightest:focus {
    color: #f0dfdf;
  }

  .xl\:focus\:text-red-dark:focus {
    color: #ff1b1b;
  }

  .xl\:focus\:text-red:focus {
    color: #ee0049;
  }

  .xl\:focus\:text-red-light:focus {
    color: #f9a8c2;
  }

  .xl\:focus\:text-red-lighter:focus {
    color: #ffc8c8;
  }

  .xl\:focus\:text-red-lightest:focus {
    color: #f7eaeb;
  }

  .xl\:focus\:text-grey-darker:focus {
    color: #313232;
  }

  .xl\:focus\:text-grey-dark:focus {
    color: #616161;
  }

  .xl\:focus\:text-grey:focus {
    color: #7d8593;
  }

  .xl\:focus\:text-grey-light:focus {
    color: #d2d8e1;
  }

  .xl\:focus\:text-grey-lightest:focus {
    color: #eaecf1;
  }

  .xl\:focus\:text-grey-lighter:focus {
    color: #f6f7f8;
  }

  .xl\:active\:text-transparent:active {
    color: transparent;
  }

  .xl\:active\:text-black:active {
    color: #22292f;
  }

  .xl\:active\:text-white:active {
    color: #fff;
  }

  .xl\:active\:text-green-dark:active {
    color: #6b7d5b;
  }

  .xl\:active\:text-green:active {
    color: #76b049;
  }

  .xl\:active\:text-green-light:active {
    color: #c4d9b1;
  }

  .xl\:active\:text-green-lightest:active {
    color: #e7f0df;
  }

  .xl\:active\:text-green-lighter:active {
    color: #f0f6eb;
  }

  .xl\:active\:text-blue-dark:active {
    color: #193156;
  }

  .xl\:active\:text-blue:active {
    color: #1d3964;
  }

  .xl\:active\:text-blue-light-0:active {
    color: #5b767d;
  }

  .xl\:active\:text-blue-light:active {
    color: #55bdda;
  }

  .xl\:active\:text-blue-lightest-0:active {
    color: #b1cad9;
  }

  .xl\:active\:text-blue-lightest:active {
    color: #a6b1c2;
  }

  .xl\:active\:text-blue-lighter-0:active {
    color: #dfeef0;
  }

  .xl\:active\:text-blue-lighter:active {
    color: #f0f9fc;
  }

  .xl\:active\:text-pink:active {
    color: #9d6868;
  }

  .xl\:active\:text-pink-light:active {
    color: #d9b1b1;
  }

  .xl\:active\:text-pink-lightest:active {
    color: #f0dfdf;
  }

  .xl\:active\:text-red-dark:active {
    color: #ff1b1b;
  }

  .xl\:active\:text-red:active {
    color: #ee0049;
  }

  .xl\:active\:text-red-light:active {
    color: #f9a8c2;
  }

  .xl\:active\:text-red-lighter:active {
    color: #ffc8c8;
  }

  .xl\:active\:text-red-lightest:active {
    color: #f7eaeb;
  }

  .xl\:active\:text-grey-darker:active {
    color: #313232;
  }

  .xl\:active\:text-grey-dark:active {
    color: #616161;
  }

  .xl\:active\:text-grey:active {
    color: #7d8593;
  }

  .xl\:active\:text-grey-light:active {
    color: #d2d8e1;
  }

  .xl\:active\:text-grey-lightest:active {
    color: #eaecf1;
  }

  .xl\:active\:text-grey-lighter:active {
    color: #f6f7f8;
  }

  .xl\:text-xxs {
    font-size: .6rem;
  }

  .xl\:text-xs {
    font-size: .75rem;
  }

  .xl\:text-sm {
    font-size: .875rem;
  }

  .xl\:text-2sm {
    font-size: .9375rem;
  }

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:text-title {
    font-size: 1.0625rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
  }

  .xl\:italic {
    font-style: italic;
  }

  .xl\:roman {
    font-style: normal;
  }

  .xl\:uppercase {
    text-transform: uppercase;
  }

  .xl\:lowercase {
    text-transform: lowercase;
  }

  .xl\:capitalize {
    text-transform: capitalize;
  }

  .xl\:normal-case {
    text-transform: none;
  }

  .xl\:underline {
    text-decoration: underline;
  }

  .xl\:line-through {
    text-decoration: line-through;
  }

  .xl\:no-underline {
    text-decoration: none;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:hover\:italic:hover {
    font-style: italic;
  }

  .xl\:hover\:roman:hover {
    font-style: normal;
  }

  .xl\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .xl\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .xl\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .xl\:hover\:normal-case:hover {
    text-transform: none;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xl\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:focus\:italic:focus {
    font-style: italic;
  }

  .xl\:focus\:roman:focus {
    font-style: normal;
  }

  .xl\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .xl\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .xl\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .xl\:focus\:normal-case:focus {
    text-transform: none;
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xl\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:active\:italic:active {
    font-style: italic;
  }

  .xl\:active\:roman:active {
    font-style: normal;
  }

  .xl\:active\:uppercase:active {
    text-transform: uppercase;
  }

  .xl\:active\:lowercase:active {
    text-transform: lowercase;
  }

  .xl\:active\:capitalize:active {
    text-transform: capitalize;
  }

  .xl\:active\:normal-case:active {
    text-transform: none;
  }

  .xl\:active\:underline:active {
    text-decoration: underline;
  }

  .xl\:active\:line-through:active {
    text-decoration: line-through;
  }

  .xl\:active\:no-underline:active {
    text-decoration: none;
  }

  .xl\:active\:antialiased:active {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:active\:subpixel-antialiased:active {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .xl\:tracking-normal {
    letter-spacing: 0;
  }

  .xl\:tracking-wide {
    letter-spacing: .05em;
  }

  .xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xl\:whitespace-pre {
    white-space: pre;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:break-words {
    word-wrap: break-word;
  }

  .xl\:break-normal {
    word-wrap: normal;
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:w-1 {
    width: .25rem;
  }

  .xl\:w-2 {
    width: .5rem;
  }

  .xl\:w-3 {
    width: .75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-13 {
    width: 13rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-20 {
    width: 5.3125rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-42 {
    width: 10rem;
  }

  .xl\:w-45 {
    width: 2.81rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-80 {
    width: 20rem;
  }

  .xl\:w-90 {
    width: 35rem;
  }

  .xl\:w-100 {
    width: 56rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.33333%;
  }

  .xl\:w-2\/3 {
    width: 66.66667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/6 {
    width: 16.66667%;
  }

  .xl\:w-5\/6 {
    width: 83.33333%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:w-45p {
    width: 45%;
  }

  .xl\:w-58p {
    width: 58%;
  }

  .xl\:w-37p {
    width: 37%;
  }

  .xl\:z-0 {
    z-index: 0;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-auto {
    z-index: auto;
  }
}
