/**
 * External plugins
 */

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: .625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 .625em #d9d9d9;
}

.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
  padding: 0;
}

.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 .6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: .5em 0 0;
  padding: .5em 0 0;
  font-size: .8em;
}

.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: .8em;
  height: .8em;
  line-height: .8;
}

.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  padding: 0;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: .25em;
  }
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: .875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: .3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: .3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 .3125em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, .4);
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: .9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: .3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip .75s;
          animation: swal2-toast-animate-success-line-tip .75s;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long .75s;
          animation: swal2-toast-animate-success-line-long .75s;
}

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show .5s;
          animation: swal2-toast-show .5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide .1s forwards;
          animation: swal2-toast-hide .1s forwards;
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: .625em;
  overflow-x: hidden;
  transition: background-color .1s;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, .4);
}

.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}

.swal2-container.swal2-top {
  align-items: flex-start;
}

.swal2-container.swal2-top-start,
.swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.swal2-container.swal2-center {
  align-items: center;
}

.swal2-container.swal2-center-start,
.swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}

.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  align-items: flex-end;
}

.swal2-container.swal2-bottom-start,
.swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom > :first-child,
.swal2-container.swal2-bottom-start > :first-child,
.swal2-container.swal2-bottom-left > :first-child,
.swal2-container.swal2-bottom-end > :first-child,
.swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}

.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-top,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}

.swal2-container.swal2-grow-column.swal2-top-start,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-top-right,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}

.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-no-transition {
  transition: none !important;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: .3125em;
  background: #fff;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
}

.swal2-popup:focus {
  outline: none;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 .4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
          animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: .25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent !important;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
          animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}

.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500;
}

.swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: .25em;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, .4);
}

.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: .25em;
  overflow: hidden;
  border-bottom-right-radius: .3125em;
  border-bottom-left-radius: .3125em;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: .25em;
  background: rgba(0, 0, 0, .2);
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color .1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #ccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}

.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}

.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color .3s, box-shadow .3s;
  border: 1px solid #d9d9d9;
  border-radius: .1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
  color: inherit;
  font-size: 1.125em;
}

.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}

.swal2-input::-moz-placeholder,
.swal2-file::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #ccc;
}

.swal2-input:-ms-input-placeholder,
.swal2-file:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
  color: #ccc;
}

.swal2-input::-ms-input-placeholder,
.swal2-file::-ms-input-placeholder,
.swal2-textarea::-ms-input-placeholder {
  color: #ccc;
}

.swal2-input::-webkit-input-placeholder, .swal2-file::-webkit-input-placeholder, .swal2-textarea::-webkit-input-placeholder {
  color: #ccc;
}

.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #ccc;
}

.swal2-input:-ms-input-placeholder, .swal2-file:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #ccc;
}

.swal2-input::-ms-input-placeholder, .swal2-file::-ms-input-placeholder, .swal2-textarea::-ms-input-placeholder {
  color: #ccc;
}

.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}

.swal2-range {
  margin: 1em auto;
  background: #fff;
}

.swal2-range input {
  width: 80%;
}

.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 .75em;
}

.swal2-input[type=number] {
  max-width: 10em;
}

.swal2-file {
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: .75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}

.swal2-radio label,
.swal2-checkbox label {
  margin: 0 .6em;
  font-size: 1.125em;
}

.swal2-radio input,
.swal2-checkbox input {
  margin: 0 .4em;
}

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: .625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
}

.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  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;
}

.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon .5s;
          animation: swal2-animate-error-icon .5s;
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark .5s;
          animation: swal2-animate-error-x-mark .5s;
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: .25em solid rgba(165, 220, 134, .3);
  border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: .8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip .75s;
          animation: swal2-animate-success-line-tip .75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long .75s;
          animation: swal2-animate-success-line-long .75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
          animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}

.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #3085d6;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show .3s;
          animation: swal2-show .3s;
}

.swal2-hide {
  -webkit-animation: swal2-hide .15s forwards;
          animation: swal2-hide .15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, .4);
  }
}

@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }

  33% {
    transform: translateY(0) rotateZ(-2deg);
  }

  66% {
    transform: translateY(.3125em) rotateZ(2deg);
  }

  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }

  33% {
    transform: translateY(0) rotateZ(-2deg);
  }

  66% {
    transform: translateY(.3125em) rotateZ(2deg);
  }

  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }

  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }

  70% {
    top: .625em;
    left: -0.25em;
    width: 1.625em;
  }

  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }

  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }

  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }

  70% {
    top: .625em;
    left: -0.25em;
    width: 1.625em;
  }

  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }

  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }

  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }

  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }

  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }

  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }

  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }

  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

@-webkit-keyframes swal2-show {
  0% {
    transform: scale(.7);
  }

  45% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(.95);
  }

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

@keyframes swal2-show {
  0% {
    transform: scale(.7);
  }

  45% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(.95);
  }

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

@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(.5);
    opacity: 0;
  }
}

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(.5);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }

  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }

  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }

  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }

  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em;
  }
}

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(.4);
    opacity: 0;
  }

  50% {
    margin-top: 1.625em;
    transform: scale(.4);
    opacity: 0;
  }

  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }

  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(.4);
    opacity: 0;
  }

  50% {
    margin-top: 1.625em;
    transform: scale(.4);
    opacity: 0;
  }

  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }

  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 1.25em);
  background-color: transparent !important;
}

body.swal2-no-backdrop .swal2-container > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-top-start,
body.swal2-no-backdrop .swal2-container.swal2-top-left {
  top: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-top-end,
body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-container.swal2-center-start,
body.swal2-no-backdrop .swal2-container.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-center-end,
body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-start,
body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
  bottom: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-end,
body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}

body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}

body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: .3125em;
}

body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}

body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: .3125em auto;
  font-size: 1em;
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.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 {
  position: relative;
}

.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-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.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[aria-selected] {
  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;
}

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

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

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

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.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__remove {
  margin-left: 2px;
  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[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.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--highlighted[aria-selected] {
  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, white 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(255, 255, 255)', endColorstr='rgba(255, 238, 238, 0.93333)', 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;
  margin-right: 10px;
}

.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='rgba(255, 238, 238, 0.93333)', endColorstr='rgba(255, 204, 204, 0.8)', 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, white 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(255, 255, 255)', endColorstr='rgba(255, 238, 238, 0.93333)', 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%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 238, 238, 0.93333)', endColorstr='rgb(255, 255, 255)', GradientType=0);
}

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

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

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.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;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

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

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

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

.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: white;
  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[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

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

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 *
 * You can see the styles here:
 * https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css
 */

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

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

/**
 * Base reset.
 */

:root {
  --swiper-navigation-color: #0c6a68;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-size: 1rem;
}

body {
  font-family: Nunito, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

html,
body {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Trocchi, Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
}

button:focus, a[role="button"]:focus, input[type="submit"]:focus {
  outline: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

svg {
  fill: currentColor;
}

a {
  font-style: normal;
  color: #129d9a;
  text-decoration: none;
}

a:hover {
  color: #20504f;
  text-decoration: none;
}

[v-cloak] {
  opacity: 0;
}

@media (max-width: 768px) {
  .md\:block[v-cloak] {
    display: none;
  }
}

.xl\:container {
  width: 100%;
}

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

.swiper-container {
  position: relative;
}

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

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

/**
 * Here you would import any custom component classes; stuff that you'd
 * want loaded *before* the utilities so that the utilities can still
 * override them.
 */

.alert {
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  border-width: 0;
  border-left-width: 6px;
  border-radius: .25rem;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  background-color: #fff;
  color: #596a73;
}

.alert--primary {
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  border-width: 0;
  border-left-width: 6px;
  border-radius: .25rem;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  background-color: #fff;
  color: #596a73;
  border-color: #129d9a;
}

.alert--secondary {
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  border-width: 0;
  border-left-width: 6px;
  border-radius: .25rem;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  background-color: #fff;
  color: #596a73;
  border-color: #ffb21d;
}

.alert--success {
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  border-width: 0;
  border-left-width: 6px;
  border-radius: .25rem;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  background-color: #fff;
  color: #596a73;
  border-color: #51d88a;
}

.alert--warning {
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  border-width: 0;
  border-left-width: 6px;
  border-radius: .25rem;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  background-color: #fff;
  color: #596a73;
  border-color: #ff9f6a;
}

.alert--error {
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  border-width: 0;
  border-left-width: 6px;
  border-radius: .25rem;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  background-color: #fff;
  color: #596a73;
  border-color: #ef5753;
}

.alert--info {
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  border-width: 0;
  border-left-width: 6px;
  border-radius: .25rem;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  background-color: #fff;
  color: #596a73;
  border-color: #6cb2eb;
}

blockquote {
  font-family: Trocchi, Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  font-style: italic;
  line-height: 1;
  letter-spacing: .05em;
  overflow: hidden;
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 48px;
  margin-top: 3rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  padding-left: 64px;
  padding-left: 4rem;
  color: #0c6a68;
}

.btn {
  background-color: transparent;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  border-radius: 9999px;
  color: #596a73;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
}

.btn:hover {
  color: #222b2f;
}

.btn--primary {
  background-color: transparent;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  border-radius: 9999px;
  color: #596a73;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  background-color: #129d9a;
}

.btn--primary:hover {
  background-color: #0c6a68;
  color: #fff;
}

.btn--primary-lightest {
  background-color: transparent;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  border-radius: 9999px;
  color: #596a73;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  color: #0c6a68;
  background-color: #bbe1e0;
}

.btn--primary-lightest:hover {
  color: #20504f;
  background-color: #b3d6d5;
}

.btn--secondary {
  background-color: transparent;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  border-radius: 9999px;
  color: #596a73;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  background-color: #ffb21d;
}

.btn--secondary:hover {
  background-color: #ff9919;
  color: #fff;
}

.btn--error {
  background-color: transparent;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  border-radius: 9999px;
  color: #596a73;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  background-color: #fd1d23;
}

.btn--error:hover {
  background-color: #cc1f1a;
  color: #fff;
}

.btn--error-lightest {
  background-color: transparent;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  border-radius: 9999px;
  color: #596a73;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  color: #cc1f1a;
  background-color: #fcebea;
}

.btn--error-lightest:hover {
  color: #621b18;
  background-color: #f9acaa;
}

.btn--warning {
  background-color: transparent;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  border-radius: 9999px;
  color: #596a73;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  background-color: #ff811d;
}

.btn--warning:hover {
  background-color: #de751f;
  color: #fff;
}

.btn--warning-lightest {
  background-color: transparent;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  border-radius: 9999px;
  color: #596a73;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  color: #de751f;
  background-color: #fff8e6;
}

.btn--warning-lightest:hover {
  color: #613b1f;
  background-color: #f9c4ad;
}

.btn--success {
  background-color: transparent;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  border-radius: 9999px;
  color: #596a73;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  background-color: #21d018;
}

.btn--success:hover {
  background-color: #1f9d55;
  color: #fff;
}

.btn--success-lightest {
  background-color: transparent;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  border-radius: 9999px;
  color: #596a73;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  color: #1f9d55;
  background-color: #e3fcec;
}

.btn--success-lightest:hover {
  color: #1a4731;
  background-color: #a2f5bf;
}

.btn--info {
  background-color: transparent;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  border-radius: 9999px;
  color: #596a73;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  background-color: #234fac;
}

.btn--info:hover {
  background-color: #2779bd;
  color: #fff;
}

.btn--info-lightest {
  background-color: transparent;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  border-radius: 9999px;
  color: #596a73;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  color: #2779bd;
  background-color: #cde5f7;
}

.btn--info-lightest:hover {
  color: #1c3d5a;
  background-color: #bcdefa;
}

.btn--grey {
  background-color: transparent;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  border-radius: 9999px;
  color: #596a73;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  background-color: #9babb4;
}

.btn--grey:hover {
  background-color: #596a73;
  color: #fff;
}

.btn--group {
  [class*="btn--"] {
    border-radius: 0;
    margin-left: -2.4px;
    margin-left: -0.15rem;
    margin-right: -2.4px;
    margin-right: -0.15rem;
  }

  [class*="btn--"]:first-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
    margin-left: 0;
  }

  [class*="btn--"]:last-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .md\:btn--group {
    [class*="btn--"] {
      border-radius: 0;
      margin-left: -2.4px;
      margin-left: -0.15rem;
      margin-right: -2.4px;
      margin-right: -0.15rem;
    }

    [class*="btn--"]:first-child {
      border-top-left-radius: 9999px;
      border-bottom-left-radius: 9999px;
      margin-left: 0;
    }

    [class*="btn--"]:last-child {
      border-top-right-radius: 9999px;
      border-bottom-right-radius: 9999px;
      margin-right: 0;
    }
  }
}

.bg-gradient-brand-horizontal {
  background-image: linear-gradient(to right, undefined, undefined);
}

.form-group {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.form-label {
  font-size: 16px;
  font-size: 1rem;
  color: #364349;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .05em;
  display: block;
  margin-bottom: 8px;
  margin-bottom: .5rem;
}

.form-element--focus {
  background-color: #f5f6f7;
  color: #364349;
  color: #222b2f;
  outline: none;
  box-shadow: 0 1px 1px 0 #a2aebc;
}

.form-label--inline {
  font-size: 16px;
  font-size: 1rem;
  color: #364349;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .05em;
  display: block;
  margin-bottom: 8px;
  margin-bottom: .5rem;
  display: inline-block;
  margin-left: 4px;
  margin-left: .25rem;
}

.form-element {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  font-size: .875rem;
  background-color: #f4f9fb;
  border-width: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  min-width: 0;
  padding-top: 12px;
  padding-top: .75rem;
  padding-bottom: 12px;
  padding-bottom: .75rem;
  padding-left: 12px;
  padding-left: .75rem;
  padding-right: 12px;
  padding-right: .75rem;
  border-radius: .25rem;
  box-shadow: 0 1px 1px 0 #dadcde;
}

.form-element:focus {
  background-color: #f5f6f7;
  color: #364349;
  color: #222b2f;
  outline: none;
  box-shadow: 0 1px 1px 0 #a2aebc;
}

.form-element::-webkit-input-placeholder {
  color: #323940;
}

.form-element::-moz-placeholder {
  color: #323940;
}

.form-element:-ms-input-placeholder {
  color: #323940;
}

.form-element::-ms-input-placeholder {
  color: #323940;
}

.form-element::placeholder {
  color: #323940;
}

.form-append {
  position: absolute;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  color: #9babb4;
  padding-top: 5px;
  padding-bottom: 5px;
  right: 0;
  top: 0;
}

.form-select {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  font-size: .875rem;
  background-color: #f4f9fb;
  border-width: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  min-width: 0;
  padding-top: 12px;
  padding-top: .75rem;
  padding-bottom: 12px;
  padding-bottom: .75rem;
  padding-left: 12px;
  padding-left: .75rem;
  padding-right: 12px;
  padding-right: .75rem;
  border-radius: .25rem;
  box-shadow: 0 1px 1px 0 #dadcde;
  background: #f4f9fb url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 12px center;
  background: #f4f9fb url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
  background-size: 8px 10px;
}

.form-select:focus {
  background-color: #f5f6f7;
  color: #364349;
  color: #222b2f;
  outline: none;
  box-shadow: 0 1px 1px 0 #a2aebc;
}

.form-group--error {
  color: #fd1d23;
}

.form-group--error .form-element {
  outline: none;
  background-color: #fcebea;
  color: #222b2f;
  box-shadow: 0 1px 1px 0 #f9acaa;
}

.form-group--error .form-label--inline {
  color: #fd1d23;
}

.form-error-helper {
  font-size: 12px;
  font-size: .75rem;
  color: #fd1d23;
}

.form-cover-uploader {
  height: 350px;
  position: relative;
  background-color: #dadcde;
  background-size: cover;
}

.form-cover-uploader-button {
  position: absolute;
  display: inline-block;
  top: 45%;
  left: 50%;
  margin-left: -100px;
}

.form-cover-uploader-button input[type=file] {
  position: absolute;
  font-size: 40px;
  left: 0;
  top: 0;
  opacity: 0;
}

.form-cover-uploader--uploaded .form-cover-uploader-button {
  opacity: 0;
  transition: opacity .7s ease;
}

.form-cover-uploader--uploaded:hover {
  .form-cover-uploader-button {
    opacity: 1;
  }
}

.select2-container--default .select2-selection--multiple {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  font-size: .875rem;
  background-color: #f4f9fb;
  border-width: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  min-width: 0;
  padding-top: 12px;
  padding-top: .75rem;
  padding-bottom: 12px;
  padding-bottom: .75rem;
  padding-left: 12px;
  padding-left: .75rem;
  padding-right: 12px;
  padding-right: .75rem;
  border-radius: .25rem;
  box-shadow: 0 1px 1px 0 #dadcde;
  padding: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  background-color: #f5f6f7;
  color: #364349;
  color: #222b2f;
  outline: none;
  box-shadow: 0 1px 1px 0 #a2aebc;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f4f9fb;
  color: #323940;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #129d9a;
  color: #fff;
  border-color: #129d9a;
}

.select2-results__option {
  font-size: 14px;
  font-size: .875rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #129d9a;
  color: #fff;
}

.ck-editor__editable.ck-rounded-corners,
.ck-rounded-corners .ck-editor__editable {
  background-color: #f4f9fb;
  min-height: 150px;
}

.ck-editor__editable.ck-focused {
  background-color: #f5f6f7;
  color: #364349;
  color: #222b2f;
  outline: none;
  box-shadow: 0 1px 1px 0 #a2aebc;
}

.nav {
  display: flex;
}

.nav-item {
  display: inline-block;
  color: #738596;
  font-size: 14px;
  font-size: .875rem;
  padding-bottom: 12px;
  padding-bottom: .75rem;
}

.nav-item:hover {
  font-style: normal;
}

.sidebar-heading {
  font-size: 12px;
  font-size: .75rem;
  font-weight: 700;
  color: #a2aebc;
  text-transform: uppercase;
  margin-bottom: 4px;
  margin-bottom: .25rem;
  margin-top: 32px;
  margin-top: 2rem;
  display: block;
}

.sidebar-heading:hover {
  color: #a2aebc;
}

.sidebar-item {
  display: block;
  padding-top: 8px;
  padding-top: .5rem;
  padding-bottom: 8px;
  padding-bottom: .5rem;
  font-size: 16px;
  font-size: 1rem;
  color: #738596;
  text-decoration: none;
}

.sidebar-item:hover {
  color: #129d9a;
  font-style: normal;
  text-decoration: none;
}

.sidebar-item--active {
  color: #129d9a;
}

.paid-badge {
  background-color: #129d9a;
  color: #fff;
  position: absolute;
  text-align: center;
  top: 4px;
  right: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 13.6px;
  font-size: .85rem;
  padding: 1px;
}

.page {
  background-color: #fff;
  border-radius: .25rem;
  box-shadow: 0 8px 20px #e3e7ea;;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.page-title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #364349;
  font-weight: 400;
  font-style: normal;
  border-bottom-width: 1px;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-top: 12px;
  padding-top: .75rem;
  padding-bottom: 12px;
  padding-bottom: .75rem;
}

.page-body {
  min-height: 550px;
}

.page-footer {
  border-top-width: 1px;
  text-align: right;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-top: 12px;
  padding-top: .75rem;
  padding-bottom: 12px;
  padding-bottom: .75rem;
}

.pagination {
  display: flex;
  padding-left: 0;
  border-radius: .25rem;
  list-style: none;
  padding: 0;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #129d9a;
  border-color: #129d9a;
}

.page-item.disabled .page-link {
  color: #596a73;
  background-color: #fff;
  border-width: 1px;
  pointer-events: none;
}

.page-link {
  position: relative;
  display: block;
  padding-top: 8px;
  padding-top: .5rem;
  padding-bottom: 8px;
  padding-bottom: .5rem;
  padding-left: 12px;
  padding-left: .75rem;
  padding-right: 12px;
  padding-right: .75rem;
  color: #129d9a;
  background-color: #fff;
  border-width: 1px;
  margin-left: -1px;
  line-height: 1.25;
}

.page-link:focus,
.page-link:hover {
  color: #129d9a;
  font-style: normal;
  font-weight: 400;
  background-color: #f5f6f7;
  border-width: 1px;
}

.table {
  font-size: 14px;
  font-size: .875rem;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
}

th,
td {
  text-align: left;
}

.table thead th {
  border-bottom-width: 1px;
  vertical-align: bottom;
  font-weight: 700;
}

.table td,
.table th {
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 32px;
  padding-right: 2rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  vertical-align: top;
}

.table td {
  border-top-width: 1px;
}

.table-simple {
  font-size: 14px;
  font-size: .875rem;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
}

.table-simple thead th {
  border-bottom-width: 1px;
  vertical-align: bottom;
  font-weight: 700;
}

.table-simple td,
.table-simple th {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-top: 12px;
  padding-top: .75rem;
  padding-bottom: 12px;
  padding-bottom: .75rem;
  vertical-align: top;
}

.table-simple td {
  border-top-width: 1px;
}

.table-no-borders {
  font-size: 14px;
  font-size: .875rem;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;

  thead th {
    border-bottom-width: 1px;
    vertical-align: bottom;
    font-weight: 700;
  }

  td,
  th {
    padding-left: 8px;
    padding-left: .5rem;
    padding-right: 8px;
    padding-right: .5rem;
    padding-top: 8px;
    padding-top: .5rem;
    padding-bottom: 8px;
    padding-bottom: .5rem;
    vertical-align: top;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

@media (min-width: 768px) {
  .md\:table-full {
    display: table;
    overflow-x: visible;
  }
}

/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 */

.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-light {
  background-color: #fff;
}

.bg-soft {
  background-color: #f5f6f7;
}

.bg-soft-darker {
  background-color: #f4f9fb;
}

.bg-dark {
  background-color: #323940;
}

.bg-dark-soft {
  background-color: #dadcde;
}

.bg-dark-softer {
  background-color: #738596;
}

.bg-dark-softest {
  background-color: #a2aebc;
}

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

.bg-black-darkest {
  background-color: #000;
}

.bg-black {
  background-color: #222b2f;
}

.bg-grey-darkest {
  background-color: #364349;
}

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

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

.bg-grey {
  background-color: #9babb4;
}

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

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

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

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

.bg-white-darker {
  background-color: #ecf1f1;
}

.bg-primary-darkest {
  background-color: #0d3331;
}

.bg-primary-darker {
  background-color: #20504f;
}

.bg-primary-dark {
  background-color: #0c6a68;
}

.bg-primary {
  background-color: #129d9a;
}

.bg-primary-light {
  background-color: #64d5ca;
}

.bg-primary-lighter {
  background-color: #b3d6d5;
}

.bg-primary-lightest {
  background-color: #bbe1e0;
}

.bg-primary-most-lightest {
  background-color: #fdfff7;
}

.bg-secondary-darkest {
  background-color: #462a16;
}

.bg-secondary-darker {
  background-color: #bf881b;
}

.bg-secondary-dark {
  background-color: #ff9919;
}

.bg-secondary {
  background-color: #ffb21d;
}

.bg-secondary-light {
  background-color: #ffc761;
}

.bg-secondary-lighter {
  background-color: #f9c4ad;
}

.bg-secondary-lightest {
  background-color: #ffedd2;
}

.bg-error-darkest {
  background-color: #3b0d0c;
}

.bg-error-darker {
  background-color: #621b18;
}

.bg-error-dark {
  background-color: #cc1f1a;
}

.bg-error {
  background-color: #fd1d23;
}

.bg-error-light {
  background-color: #ef5753;
}

.bg-error-lighter {
  background-color: #f9acaa;
}

.bg-error-lightest {
  background-color: #fcebea;
}

.bg-warning-darkest {
  background-color: #462a16;
}

.bg-warning-darker {
  background-color: #613b1f;
}

.bg-warning-dark {
  background-color: #de751f;
}

.bg-warning {
  background-color: #ff811d;
}

.bg-warning-light {
  background-color: #ff9f6a;
}

.bg-warning-lighter {
  background-color: #f9c4ad;
}

.bg-warning-lightest {
  background-color: #fff8e6;
}

.bg-success-darkest {
  background-color: #0f2f21;
}

.bg-success-darker {
  background-color: #1a4731;
}

.bg-success-dark {
  background-color: #1f9d55;
}

.bg-success {
  background-color: #21d018;
}

.bg-success-light {
  background-color: #51d88a;
}

.bg-success-lighter {
  background-color: #a2f5bf;
}

.bg-success-lightest {
  background-color: #e3fcec;
}

.bg-info-darkest {
  background-color: #12283a;
}

.bg-info-darker {
  background-color: #1c3d5a;
}

.bg-info-dark {
  background-color: #2779bd;
}

.bg-info {
  background-color: #234fac;
}

.bg-info-light {
  background-color: #6cb2eb;
}

.bg-info-lighter {
  background-color: #bcdefa;
}

.bg-info-lightest {
  background-color: #cde5f7;
}

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

.hover\:bg-soft:hover {
  background-color: #f5f6f7;
}

.hover\:bg-soft-darker:hover {
  background-color: #f4f9fb;
}

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

.hover\:bg-dark-soft:hover {
  background-color: #dadcde;
}

.hover\:bg-dark-softer:hover {
  background-color: #738596;
}

.hover\:bg-dark-softest:hover {
  background-color: #a2aebc;
}

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

.hover\:bg-black-darkest:hover {
  background-color: #000;
}

.hover\:bg-black:hover {
  background-color: #222b2f;
}

.hover\:bg-grey-darkest:hover {
  background-color: #364349;
}

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

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

.hover\:bg-grey:hover {
  background-color: #9babb4;
}

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

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

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

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

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

.hover\:bg-primary-darkest:hover {
  background-color: #0d3331;
}

.hover\:bg-primary-darker:hover {
  background-color: #20504f;
}

.hover\:bg-primary-dark:hover {
  background-color: #0c6a68;
}

.hover\:bg-primary:hover {
  background-color: #129d9a;
}

.hover\:bg-primary-light:hover {
  background-color: #64d5ca;
}

.hover\:bg-primary-lighter:hover {
  background-color: #b3d6d5;
}

.hover\:bg-primary-lightest:hover {
  background-color: #bbe1e0;
}

.hover\:bg-primary-most-lightest:hover {
  background-color: #fdfff7;
}

.hover\:bg-secondary-darkest:hover {
  background-color: #462a16;
}

.hover\:bg-secondary-darker:hover {
  background-color: #bf881b;
}

.hover\:bg-secondary-dark:hover {
  background-color: #ff9919;
}

.hover\:bg-secondary:hover {
  background-color: #ffb21d;
}

.hover\:bg-secondary-light:hover {
  background-color: #ffc761;
}

.hover\:bg-secondary-lighter:hover {
  background-color: #f9c4ad;
}

.hover\:bg-secondary-lightest:hover {
  background-color: #ffedd2;
}

.hover\:bg-error-darkest:hover {
  background-color: #3b0d0c;
}

.hover\:bg-error-darker:hover {
  background-color: #621b18;
}

.hover\:bg-error-dark:hover {
  background-color: #cc1f1a;
}

.hover\:bg-error:hover {
  background-color: #fd1d23;
}

.hover\:bg-error-light:hover {
  background-color: #ef5753;
}

.hover\:bg-error-lighter:hover {
  background-color: #f9acaa;
}

.hover\:bg-error-lightest:hover {
  background-color: #fcebea;
}

.hover\:bg-warning-darkest:hover {
  background-color: #462a16;
}

.hover\:bg-warning-darker:hover {
  background-color: #613b1f;
}

.hover\:bg-warning-dark:hover {
  background-color: #de751f;
}

.hover\:bg-warning:hover {
  background-color: #ff811d;
}

.hover\:bg-warning-light:hover {
  background-color: #ff9f6a;
}

.hover\:bg-warning-lighter:hover {
  background-color: #f9c4ad;
}

.hover\:bg-warning-lightest:hover {
  background-color: #fff8e6;
}

.hover\:bg-success-darkest:hover {
  background-color: #0f2f21;
}

.hover\:bg-success-darker:hover {
  background-color: #1a4731;
}

.hover\:bg-success-dark:hover {
  background-color: #1f9d55;
}

.hover\:bg-success:hover {
  background-color: #21d018;
}

.hover\:bg-success-light:hover {
  background-color: #51d88a;
}

.hover\:bg-success-lighter:hover {
  background-color: #a2f5bf;
}

.hover\:bg-success-lightest:hover {
  background-color: #e3fcec;
}

.hover\:bg-info-darkest:hover {
  background-color: #12283a;
}

.hover\:bg-info-darker:hover {
  background-color: #1c3d5a;
}

.hover\:bg-info-dark:hover {
  background-color: #2779bd;
}

.hover\:bg-info:hover {
  background-color: #234fac;
}

.hover\:bg-info-light:hover {
  background-color: #6cb2eb;
}

.hover\:bg-info-lighter:hover {
  background-color: #bcdefa;
}

.hover\:bg-info-lightest:hover {
  background-color: #cde5f7;
}

.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-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-light {
  border-color: #fff;
}

.border-soft {
  border-color: #f5f6f7;
}

.border-soft-darker {
  border-color: #f4f9fb;
}

.border-dark {
  border-color: #323940;
}

.border-dark-soft {
  border-color: #dadcde;
}

.border-dark-softer {
  border-color: #738596;
}

.border-dark-softest {
  border-color: #a2aebc;
}

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

.border-black-darkest {
  border-color: #000;
}

.border-black {
  border-color: #222b2f;
}

.border-grey-darkest {
  border-color: #364349;
}

.border-grey-darker {
  border-color: #596a73;
}

.border-grey-dark {
  border-color: #70818a;
}

.border-grey {
  border-color: #9babb4;
}

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

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

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

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

.border-white-darker {
  border-color: #ecf1f1;
}

.border-primary-darkest {
  border-color: #0d3331;
}

.border-primary-darker {
  border-color: #20504f;
}

.border-primary-dark {
  border-color: #0c6a68;
}

.border-primary {
  border-color: #129d9a;
}

.border-primary-light {
  border-color: #64d5ca;
}

.border-primary-lighter {
  border-color: #b3d6d5;
}

.border-primary-lightest {
  border-color: #bbe1e0;
}

.border-primary-most-lightest {
  border-color: #fdfff7;
}

.border-secondary-darkest {
  border-color: #462a16;
}

.border-secondary-darker {
  border-color: #bf881b;
}

.border-secondary-dark {
  border-color: #ff9919;
}

.border-secondary {
  border-color: #ffb21d;
}

.border-secondary-light {
  border-color: #ffc761;
}

.border-secondary-lighter {
  border-color: #f9c4ad;
}

.border-secondary-lightest {
  border-color: #ffedd2;
}

.border-error-darkest {
  border-color: #3b0d0c;
}

.border-error-darker {
  border-color: #621b18;
}

.border-error-dark {
  border-color: #cc1f1a;
}

.border-error {
  border-color: #fd1d23;
}

.border-error-light {
  border-color: #ef5753;
}

.border-error-lighter {
  border-color: #f9acaa;
}

.border-error-lightest {
  border-color: #fcebea;
}

.border-warning-darkest {
  border-color: #462a16;
}

.border-warning-darker {
  border-color: #613b1f;
}

.border-warning-dark {
  border-color: #de751f;
}

.border-warning {
  border-color: #ff811d;
}

.border-warning-light {
  border-color: #ff9f6a;
}

.border-warning-lighter {
  border-color: #f9c4ad;
}

.border-warning-lightest {
  border-color: #fff8e6;
}

.border-success-darkest {
  border-color: #0f2f21;
}

.border-success-darker {
  border-color: #1a4731;
}

.border-success-dark {
  border-color: #1f9d55;
}

.border-success {
  border-color: #21d018;
}

.border-success-light {
  border-color: #51d88a;
}

.border-success-lighter {
  border-color: #a2f5bf;
}

.border-success-lightest {
  border-color: #e3fcec;
}

.border-info-darkest {
  border-color: #12283a;
}

.border-info-darker {
  border-color: #1c3d5a;
}

.border-info-dark {
  border-color: #2779bd;
}

.border-info {
  border-color: #234fac;
}

.border-info-light {
  border-color: #6cb2eb;
}

.border-info-lighter {
  border-color: #bcdefa;
}

.border-info-lightest {
  border-color: #cde5f7;
}

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

.hover\:border-soft:hover {
  border-color: #f5f6f7;
}

.hover\:border-soft-darker:hover {
  border-color: #f4f9fb;
}

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

.hover\:border-dark-soft:hover {
  border-color: #dadcde;
}

.hover\:border-dark-softer:hover {
  border-color: #738596;
}

.hover\:border-dark-softest:hover {
  border-color: #a2aebc;
}

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

.hover\:border-black-darkest:hover {
  border-color: #000;
}

.hover\:border-black:hover {
  border-color: #222b2f;
}

.hover\:border-grey-darkest:hover {
  border-color: #364349;
}

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

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

.hover\:border-grey:hover {
  border-color: #9babb4;
}

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

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

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

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

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

.hover\:border-primary-darkest:hover {
  border-color: #0d3331;
}

.hover\:border-primary-darker:hover {
  border-color: #20504f;
}

.hover\:border-primary-dark:hover {
  border-color: #0c6a68;
}

.hover\:border-primary:hover {
  border-color: #129d9a;
}

.hover\:border-primary-light:hover {
  border-color: #64d5ca;
}

.hover\:border-primary-lighter:hover {
  border-color: #b3d6d5;
}

.hover\:border-primary-lightest:hover {
  border-color: #bbe1e0;
}

.hover\:border-primary-most-lightest:hover {
  border-color: #fdfff7;
}

.hover\:border-secondary-darkest:hover {
  border-color: #462a16;
}

.hover\:border-secondary-darker:hover {
  border-color: #bf881b;
}

.hover\:border-secondary-dark:hover {
  border-color: #ff9919;
}

.hover\:border-secondary:hover {
  border-color: #ffb21d;
}

.hover\:border-secondary-light:hover {
  border-color: #ffc761;
}

.hover\:border-secondary-lighter:hover {
  border-color: #f9c4ad;
}

.hover\:border-secondary-lightest:hover {
  border-color: #ffedd2;
}

.hover\:border-error-darkest:hover {
  border-color: #3b0d0c;
}

.hover\:border-error-darker:hover {
  border-color: #621b18;
}

.hover\:border-error-dark:hover {
  border-color: #cc1f1a;
}

.hover\:border-error:hover {
  border-color: #fd1d23;
}

.hover\:border-error-light:hover {
  border-color: #ef5753;
}

.hover\:border-error-lighter:hover {
  border-color: #f9acaa;
}

.hover\:border-error-lightest:hover {
  border-color: #fcebea;
}

.hover\:border-warning-darkest:hover {
  border-color: #462a16;
}

.hover\:border-warning-darker:hover {
  border-color: #613b1f;
}

.hover\:border-warning-dark:hover {
  border-color: #de751f;
}

.hover\:border-warning:hover {
  border-color: #ff811d;
}

.hover\:border-warning-light:hover {
  border-color: #ff9f6a;
}

.hover\:border-warning-lighter:hover {
  border-color: #f9c4ad;
}

.hover\:border-warning-lightest:hover {
  border-color: #fff8e6;
}

.hover\:border-success-darkest:hover {
  border-color: #0f2f21;
}

.hover\:border-success-darker:hover {
  border-color: #1a4731;
}

.hover\:border-success-dark:hover {
  border-color: #1f9d55;
}

.hover\:border-success:hover {
  border-color: #21d018;
}

.hover\:border-success-light:hover {
  border-color: #51d88a;
}

.hover\:border-success-lighter:hover {
  border-color: #a2f5bf;
}

.hover\:border-success-lightest:hover {
  border-color: #e3fcec;
}

.hover\:border-info-darkest:hover {
  border-color: #12283a;
}

.hover\:border-info-darker:hover {
  border-color: #1c3d5a;
}

.hover\:border-info-dark:hover {
  border-color: #2779bd;
}

.hover\:border-info:hover {
  border-color: #234fac;
}

.hover\:border-info-light:hover {
  border-color: #6cb2eb;
}

.hover\:border-info-lighter:hover {
  border-color: #bcdefa;
}

.hover\:border-info-lightest:hover {
  border-color: #cde5f7;
}

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

.focus\:border-soft:focus {
  border-color: #f5f6f7;
}

.focus\:border-soft-darker:focus {
  border-color: #f4f9fb;
}

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

.focus\:border-dark-soft:focus {
  border-color: #dadcde;
}

.focus\:border-dark-softer:focus {
  border-color: #738596;
}

.focus\:border-dark-softest:focus {
  border-color: #a2aebc;
}

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

.focus\:border-black-darkest:focus {
  border-color: #000;
}

.focus\:border-black:focus {
  border-color: #222b2f;
}

.focus\:border-grey-darkest:focus {
  border-color: #364349;
}

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

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

.focus\:border-grey:focus {
  border-color: #9babb4;
}

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

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

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

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

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

.focus\:border-primary-darkest:focus {
  border-color: #0d3331;
}

.focus\:border-primary-darker:focus {
  border-color: #20504f;
}

.focus\:border-primary-dark:focus {
  border-color: #0c6a68;
}

.focus\:border-primary:focus {
  border-color: #129d9a;
}

.focus\:border-primary-light:focus {
  border-color: #64d5ca;
}

.focus\:border-primary-lighter:focus {
  border-color: #b3d6d5;
}

.focus\:border-primary-lightest:focus {
  border-color: #bbe1e0;
}

.focus\:border-primary-most-lightest:focus {
  border-color: #fdfff7;
}

.focus\:border-secondary-darkest:focus {
  border-color: #462a16;
}

.focus\:border-secondary-darker:focus {
  border-color: #bf881b;
}

.focus\:border-secondary-dark:focus {
  border-color: #ff9919;
}

.focus\:border-secondary:focus {
  border-color: #ffb21d;
}

.focus\:border-secondary-light:focus {
  border-color: #ffc761;
}

.focus\:border-secondary-lighter:focus {
  border-color: #f9c4ad;
}

.focus\:border-secondary-lightest:focus {
  border-color: #ffedd2;
}

.focus\:border-error-darkest:focus {
  border-color: #3b0d0c;
}

.focus\:border-error-darker:focus {
  border-color: #621b18;
}

.focus\:border-error-dark:focus {
  border-color: #cc1f1a;
}

.focus\:border-error:focus {
  border-color: #fd1d23;
}

.focus\:border-error-light:focus {
  border-color: #ef5753;
}

.focus\:border-error-lighter:focus {
  border-color: #f9acaa;
}

.focus\:border-error-lightest:focus {
  border-color: #fcebea;
}

.focus\:border-warning-darkest:focus {
  border-color: #462a16;
}

.focus\:border-warning-darker:focus {
  border-color: #613b1f;
}

.focus\:border-warning-dark:focus {
  border-color: #de751f;
}

.focus\:border-warning:focus {
  border-color: #ff811d;
}

.focus\:border-warning-light:focus {
  border-color: #ff9f6a;
}

.focus\:border-warning-lighter:focus {
  border-color: #f9c4ad;
}

.focus\:border-warning-lightest:focus {
  border-color: #fff8e6;
}

.focus\:border-success-darkest:focus {
  border-color: #0f2f21;
}

.focus\:border-success-darker:focus {
  border-color: #1a4731;
}

.focus\:border-success-dark:focus {
  border-color: #1f9d55;
}

.focus\:border-success:focus {
  border-color: #21d018;
}

.focus\:border-success-light:focus {
  border-color: #51d88a;
}

.focus\:border-success-lighter:focus {
  border-color: #a2f5bf;
}

.focus\:border-success-lightest:focus {
  border-color: #e3fcec;
}

.focus\:border-info-darkest:focus {
  border-color: #12283a;
}

.focus\:border-info-darker:focus {
  border-color: #1c3d5a;
}

.focus\:border-info-dark:focus {
  border-color: #2779bd;
}

.focus\:border-info:focus {
  border-color: #234fac;
}

.focus\:border-info-light:focus {
  border-color: #6cb2eb;
}

.focus\:border-info-lighter:focus {
  border-color: #bcdefa;
}

.focus\:border-info-lightest:focus {
  border-color: #cde5f7;
}

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

.group:hover .group-hover\:border-soft {
  border-color: #f5f6f7;
}

.group:hover .group-hover\:border-soft-darker {
  border-color: #f4f9fb;
}

.group:hover .group-hover\:border-dark {
  border-color: #323940;
}

.group:hover .group-hover\:border-dark-soft {
  border-color: #dadcde;
}

.group:hover .group-hover\:border-dark-softer {
  border-color: #738596;
}

.group:hover .group-hover\:border-dark-softest {
  border-color: #a2aebc;
}

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

.group:hover .group-hover\:border-black-darkest {
  border-color: #000;
}

.group:hover .group-hover\:border-black {
  border-color: #222b2f;
}

.group:hover .group-hover\:border-grey-darkest {
  border-color: #364349;
}

.group:hover .group-hover\:border-grey-darker {
  border-color: #596a73;
}

.group:hover .group-hover\:border-grey-dark {
  border-color: #70818a;
}

.group:hover .group-hover\:border-grey {
  border-color: #9babb4;
}

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

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

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

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

.group:hover .group-hover\:border-white-darker {
  border-color: #ecf1f1;
}

.group:hover .group-hover\:border-primary-darkest {
  border-color: #0d3331;
}

.group:hover .group-hover\:border-primary-darker {
  border-color: #20504f;
}

.group:hover .group-hover\:border-primary-dark {
  border-color: #0c6a68;
}

.group:hover .group-hover\:border-primary {
  border-color: #129d9a;
}

.group:hover .group-hover\:border-primary-light {
  border-color: #64d5ca;
}

.group:hover .group-hover\:border-primary-lighter {
  border-color: #b3d6d5;
}

.group:hover .group-hover\:border-primary-lightest {
  border-color: #bbe1e0;
}

.group:hover .group-hover\:border-primary-most-lightest {
  border-color: #fdfff7;
}

.group:hover .group-hover\:border-secondary-darkest {
  border-color: #462a16;
}

.group:hover .group-hover\:border-secondary-darker {
  border-color: #bf881b;
}

.group:hover .group-hover\:border-secondary-dark {
  border-color: #ff9919;
}

.group:hover .group-hover\:border-secondary {
  border-color: #ffb21d;
}

.group:hover .group-hover\:border-secondary-light {
  border-color: #ffc761;
}

.group:hover .group-hover\:border-secondary-lighter {
  border-color: #f9c4ad;
}

.group:hover .group-hover\:border-secondary-lightest {
  border-color: #ffedd2;
}

.group:hover .group-hover\:border-error-darkest {
  border-color: #3b0d0c;
}

.group:hover .group-hover\:border-error-darker {
  border-color: #621b18;
}

.group:hover .group-hover\:border-error-dark {
  border-color: #cc1f1a;
}

.group:hover .group-hover\:border-error {
  border-color: #fd1d23;
}

.group:hover .group-hover\:border-error-light {
  border-color: #ef5753;
}

.group:hover .group-hover\:border-error-lighter {
  border-color: #f9acaa;
}

.group:hover .group-hover\:border-error-lightest {
  border-color: #fcebea;
}

.group:hover .group-hover\:border-warning-darkest {
  border-color: #462a16;
}

.group:hover .group-hover\:border-warning-darker {
  border-color: #613b1f;
}

.group:hover .group-hover\:border-warning-dark {
  border-color: #de751f;
}

.group:hover .group-hover\:border-warning {
  border-color: #ff811d;
}

.group:hover .group-hover\:border-warning-light {
  border-color: #ff9f6a;
}

.group:hover .group-hover\:border-warning-lighter {
  border-color: #f9c4ad;
}

.group:hover .group-hover\:border-warning-lightest {
  border-color: #fff8e6;
}

.group:hover .group-hover\:border-success-darkest {
  border-color: #0f2f21;
}

.group:hover .group-hover\:border-success-darker {
  border-color: #1a4731;
}

.group:hover .group-hover\:border-success-dark {
  border-color: #1f9d55;
}

.group:hover .group-hover\:border-success {
  border-color: #21d018;
}

.group:hover .group-hover\:border-success-light {
  border-color: #51d88a;
}

.group:hover .group-hover\:border-success-lighter {
  border-color: #a2f5bf;
}

.group:hover .group-hover\:border-success-lightest {
  border-color: #e3fcec;
}

.group:hover .group-hover\:border-info-darkest {
  border-color: #12283a;
}

.group:hover .group-hover\:border-info-darker {
  border-color: #1c3d5a;
}

.group:hover .group-hover\:border-info-dark {
  border-color: #2779bd;
}

.group:hover .group-hover\:border-info {
  border-color: #234fac;
}

.group:hover .group-hover\:border-info-light {
  border-color: #6cb2eb;
}

.group:hover .group-hover\:border-info-lighter {
  border-color: #bcdefa;
}

.group:hover .group-hover\:border-info-lightest {
  border-color: #cde5f7;
}

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

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

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

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

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

.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: 2px;
  border-top-left-radius: .125rem;
  border-top-right-radius: 2px;
  border-top-right-radius: .125rem;
}

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

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

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

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

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

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

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

.rounded-t-lg {
  border-top-left-radius: 4.8px;
  border-top-left-radius: .3rem;
  border-top-right-radius: 4.8px;
  border-top-right-radius: .3rem;
}

.rounded-r-lg {
  border-top-right-radius: 4.8px;
  border-top-right-radius: .3rem;
  border-bottom-right-radius: 4.8px;
  border-bottom-right-radius: .3rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 4.8px;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: 4.8px;
  border-bottom-left-radius: .3rem;
}

.rounded-l-lg {
  border-top-left-radius: 4.8px;
  border-top-left-radius: .3rem;
  border-bottom-left-radius: 4.8px;
  border-bottom-left-radius: .3rem;
}

.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-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: 2px;
  border-top-left-radius: .125rem;
}

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

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

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

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

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

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

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

.rounded-tl-lg {
  border-top-left-radius: 4.8px;
  border-top-left-radius: .3rem;
}

.rounded-tr-lg {
  border-top-right-radius: 4.8px;
  border-top-right-radius: .3rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 4.8px;
  border-bottom-right-radius: .3rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: 4.8px;
  border-bottom-left-radius: .3rem;
}

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

.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-5 {
  border-width: 5px;
}

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

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

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

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

.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-5 {
  border-top-width: 5px;
}

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

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

.border-l-5 {
  border-left-width: 5px;
}

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

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

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

.border-l-6 {
  border-left-width: 6px;
}

.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-15 {
  border-top-width: 15px;
}

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

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

.border-l-15 {
  border-left-width: 15px;
}

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

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

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

.border-l-25 {
  border-left-width: 25px;
}

.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: Nunito, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
}

.font-serif {
  font-family: Trocchi, Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
}

.font-mono {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

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

.h-1 {
  height: 4px;
  height: .25rem;
}

.h-2 {
  height: 8px;
  height: .5rem;
}

.h-3 {
  height: 12px;
  height: .75rem;
}

.h-4 {
  height: 16px;
  height: 1rem;
}

.h-6 {
  height: 24px;
  height: 1.5rem;
}

.h-8 {
  height: 32px;
  height: 2rem;
}

.h-10 {
  height: 40px;
  height: 2.5rem;
}

.h-12 {
  height: 48px;
  height: 3rem;
}

.h-16 {
  height: 64px;
  height: 4rem;
}

.h-24 {
  height: 96px;
  height: 6rem;
}

.h-32 {
  height: 128px;
  height: 8rem;
}

.h-42 {
  height: 160px;
  height: 10rem;
}

.h-48 {
  height: 192px;
  height: 12rem;
}

.h-64 {
  height: 256px;
  height: 16rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-md {
  height: 272px;
  height: 17rem;
}

.h-lg {
  height: 512px;
  height: 32rem;
}

.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: 4px;
  margin: .25rem;
}

.m-2 {
  margin: 8px;
  margin: .5rem;
}

.m-3 {
  margin: 12px;
  margin: .75rem;
}

.m-4 {
  margin: 16px;
  margin: 1rem;
}

.m-5 {
  margin: 20px;
  margin: 1.25rem;
}

.m-6 {
  margin: 24px;
  margin: 1.5rem;
}

.m-8 {
  margin: 32px;
  margin: 2rem;
}

.m-12 {
  margin: 48px;
  margin: 3rem;
}

.m-16 {
  margin: 64px;
  margin: 4rem;
}

.m-20 {
  margin: 80px;
  margin: 5rem;
}

.m-24 {
  margin: 96px;
  margin: 6rem;
}

.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: 4px;
  margin-top: .25rem;
  margin-bottom: 4px;
  margin-bottom: .25rem;
}

.mx-1 {
  margin-left: 4px;
  margin-left: .25rem;
  margin-right: 4px;
  margin-right: .25rem;
}

.my-2 {
  margin-top: 8px;
  margin-top: .5rem;
  margin-bottom: 8px;
  margin-bottom: .5rem;
}

.mx-2 {
  margin-left: 8px;
  margin-left: .5rem;
  margin-right: 8px;
  margin-right: .5rem;
}

.my-3 {
  margin-top: 12px;
  margin-top: .75rem;
  margin-bottom: 12px;
  margin-bottom: .75rem;
}

.mx-3 {
  margin-left: 12px;
  margin-left: .75rem;
  margin-right: 12px;
  margin-right: .75rem;
}

.my-4 {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 16px;
  margin-left: 1rem;
  margin-right: 16px;
  margin-right: 1rem;
}

.my-5 {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.mx-5 {
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-right: 20px;
  margin-right: 1.25rem;
}

.my-6 {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.mx-6 {
  margin-left: 24px;
  margin-left: 1.5rem;
  margin-right: 24px;
  margin-right: 1.5rem;
}

.my-8 {
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.mx-8 {
  margin-left: 32px;
  margin-left: 2rem;
  margin-right: 32px;
  margin-right: 2rem;
}

.my-12 {
  margin-top: 48px;
  margin-top: 3rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.mx-12 {
  margin-left: 48px;
  margin-left: 3rem;
  margin-right: 48px;
  margin-right: 3rem;
}

.my-16 {
  margin-top: 64px;
  margin-top: 4rem;
  margin-bottom: 64px;
  margin-bottom: 4rem;
}

.mx-16 {
  margin-left: 64px;
  margin-left: 4rem;
  margin-right: 64px;
  margin-right: 4rem;
}

.my-20 {
  margin-top: 80px;
  margin-top: 5rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.mx-20 {
  margin-left: 80px;
  margin-left: 5rem;
  margin-right: 80px;
  margin-right: 5rem;
}

.my-24 {
  margin-top: 96px;
  margin-top: 6rem;
  margin-bottom: 96px;
  margin-bottom: 6rem;
}

.mx-24 {
  margin-left: 96px;
  margin-left: 6rem;
  margin-right: 96px;
  margin-right: 6rem;
}

.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: 4px;
  margin-top: .25rem;
}

.mr-1 {
  margin-right: 4px;
  margin-right: .25rem;
}

.mb-1 {
  margin-bottom: 4px;
  margin-bottom: .25rem;
}

.ml-1 {
  margin-left: 4px;
  margin-left: .25rem;
}

.mt-2 {
  margin-top: 8px;
  margin-top: .5rem;
}

.mr-2 {
  margin-right: 8px;
  margin-right: .5rem;
}

.mb-2 {
  margin-bottom: 8px;
  margin-bottom: .5rem;
}

.ml-2 {
  margin-left: 8px;
  margin-left: .5rem;
}

.mt-3 {
  margin-top: 12px;
  margin-top: .75rem;
}

.mr-3 {
  margin-right: 12px;
  margin-right: .75rem;
}

.mb-3 {
  margin-bottom: 12px;
  margin-bottom: .75rem;
}

.ml-3 {
  margin-left: 12px;
  margin-left: .75rem;
}

.mt-4 {
  margin-top: 16px;
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 16px;
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 16px;
  margin-left: 1rem;
}

.mt-5 {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 20px;
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.mt-6 {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 24px;
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 24px;
  margin-left: 1.5rem;
}

.mt-8 {
  margin-top: 32px;
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 32px;
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 32px;
  margin-left: 2rem;
}

.mt-12 {
  margin-top: 48px;
  margin-top: 3rem;
}

.mr-12 {
  margin-right: 48px;
  margin-right: 3rem;
}

.mb-12 {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.ml-12 {
  margin-left: 48px;
  margin-left: 3rem;
}

.mt-16 {
  margin-top: 64px;
  margin-top: 4rem;
}

.mr-16 {
  margin-right: 64px;
  margin-right: 4rem;
}

.mb-16 {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}

.ml-16 {
  margin-left: 64px;
  margin-left: 4rem;
}

.mt-20 {
  margin-top: 80px;
  margin-top: 5rem;
}

.mr-20 {
  margin-right: 80px;
  margin-right: 5rem;
}

.mb-20 {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.ml-20 {
  margin-left: 80px;
  margin-left: 5rem;
}

.mt-24 {
  margin-top: 96px;
  margin-top: 6rem;
}

.mr-24 {
  margin-right: 96px;
  margin-right: 6rem;
}

.mb-24 {
  margin-bottom: 96px;
  margin-bottom: 6rem;
}

.ml-24 {
  margin-left: 96px;
  margin-left: 6rem;
}

.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-126 {
  max-height: 768px;
  max-height: 48rem;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-w-xs {
  max-width: 320px;
  max-width: 20rem;
}

.max-w-sm {
  max-width: 480px;
  max-width: 30rem;
}

.max-w-md {
  max-width: 640px;
  max-width: 40rem;
}

.max-w-lg {
  max-width: 800px;
  max-width: 50rem;
}

.max-w-xl {
  max-width: 960px;
  max-width: 60rem;
}

.max-w-2xl {
  max-width: 1120px;
  max-width: 70rem;
}

.max-w-3xl {
  max-width: 1280px;
  max-width: 80rem;
}

.max-w-4xl {
  max-width: 1440px;
  max-width: 90rem;
}

.max-w-5xl {
  max-width: 1600px;
  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: -4px;
  margin: -0.25rem;
}

.-m-2 {
  margin: -8px;
  margin: -0.5rem;
}

.-m-3 {
  margin: -12px;
  margin: -0.75rem;
}

.-m-4 {
  margin: -16px;
  margin: -1rem;
}

.-m-5 {
  margin: -20px;
  margin: -1.25rem;
}

.-m-6 {
  margin: -24px;
  margin: -1.5rem;
}

.-m-8 {
  margin: -32px;
  margin: -2rem;
}

.-m-12 {
  margin: -48px;
  margin: -3rem;
}

.-m-16 {
  margin: -64px;
  margin: -4rem;
}

.-m-20 {
  margin: -80px;
  margin: -5rem;
}

.-m-24 {
  margin: -96px;
  margin: -6rem;
}

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

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

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

.-my-1 {
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
}

.-mx-1 {
  margin-left: -4px;
  margin-left: -0.25rem;
  margin-right: -4px;
  margin-right: -0.25rem;
}

.-my-2 {
  margin-top: -8px;
  margin-top: -0.5rem;
  margin-bottom: -8px;
  margin-bottom: -0.5rem;
}

.-mx-2 {
  margin-left: -8px;
  margin-left: -0.5rem;
  margin-right: -8px;
  margin-right: -0.5rem;
}

.-my-3 {
  margin-top: -12px;
  margin-top: -0.75rem;
  margin-bottom: -12px;
  margin-bottom: -0.75rem;
}

.-mx-3 {
  margin-left: -12px;
  margin-left: -0.75rem;
  margin-right: -12px;
  margin-right: -0.75rem;
}

.-my-4 {
  margin-top: -16px;
  margin-top: -1rem;
  margin-bottom: -16px;
  margin-bottom: -1rem;
}

.-mx-4 {
  margin-left: -16px;
  margin-left: -1rem;
  margin-right: -16px;
  margin-right: -1rem;
}

.-my-5 {
  margin-top: -20px;
  margin-top: -1.25rem;
  margin-bottom: -20px;
  margin-bottom: -1.25rem;
}

.-mx-5 {
  margin-left: -20px;
  margin-left: -1.25rem;
  margin-right: -20px;
  margin-right: -1.25rem;
}

.-my-6 {
  margin-top: -24px;
  margin-top: -1.5rem;
  margin-bottom: -24px;
  margin-bottom: -1.5rem;
}

.-mx-6 {
  margin-left: -24px;
  margin-left: -1.5rem;
  margin-right: -24px;
  margin-right: -1.5rem;
}

.-my-8 {
  margin-top: -32px;
  margin-top: -2rem;
  margin-bottom: -32px;
  margin-bottom: -2rem;
}

.-mx-8 {
  margin-left: -32px;
  margin-left: -2rem;
  margin-right: -32px;
  margin-right: -2rem;
}

.-my-12 {
  margin-top: -48px;
  margin-top: -3rem;
  margin-bottom: -48px;
  margin-bottom: -3rem;
}

.-mx-12 {
  margin-left: -48px;
  margin-left: -3rem;
  margin-right: -48px;
  margin-right: -3rem;
}

.-my-16 {
  margin-top: -64px;
  margin-top: -4rem;
  margin-bottom: -64px;
  margin-bottom: -4rem;
}

.-mx-16 {
  margin-left: -64px;
  margin-left: -4rem;
  margin-right: -64px;
  margin-right: -4rem;
}

.-my-20 {
  margin-top: -80px;
  margin-top: -5rem;
  margin-bottom: -80px;
  margin-bottom: -5rem;
}

.-mx-20 {
  margin-left: -80px;
  margin-left: -5rem;
  margin-right: -80px;
  margin-right: -5rem;
}

.-my-24 {
  margin-top: -96px;
  margin-top: -6rem;
  margin-bottom: -96px;
  margin-bottom: -6rem;
}

.-mx-24 {
  margin-left: -96px;
  margin-left: -6rem;
  margin-right: -96px;
  margin-right: -6rem;
}

.-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: -4px;
  margin-top: -0.25rem;
}

.-mr-1 {
  margin-right: -4px;
  margin-right: -0.25rem;
}

.-mb-1 {
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
}

.-ml-1 {
  margin-left: -4px;
  margin-left: -0.25rem;
}

.-mt-2 {
  margin-top: -8px;
  margin-top: -0.5rem;
}

.-mr-2 {
  margin-right: -8px;
  margin-right: -0.5rem;
}

.-mb-2 {
  margin-bottom: -8px;
  margin-bottom: -0.5rem;
}

.-ml-2 {
  margin-left: -8px;
  margin-left: -0.5rem;
}

.-mt-3 {
  margin-top: -12px;
  margin-top: -0.75rem;
}

.-mr-3 {
  margin-right: -12px;
  margin-right: -0.75rem;
}

.-mb-3 {
  margin-bottom: -12px;
  margin-bottom: -0.75rem;
}

.-ml-3 {
  margin-left: -12px;
  margin-left: -0.75rem;
}

.-mt-4 {
  margin-top: -16px;
  margin-top: -1rem;
}

.-mr-4 {
  margin-right: -16px;
  margin-right: -1rem;
}

.-mb-4 {
  margin-bottom: -16px;
  margin-bottom: -1rem;
}

.-ml-4 {
  margin-left: -16px;
  margin-left: -1rem;
}

.-mt-5 {
  margin-top: -20px;
  margin-top: -1.25rem;
}

.-mr-5 {
  margin-right: -20px;
  margin-right: -1.25rem;
}

.-mb-5 {
  margin-bottom: -20px;
  margin-bottom: -1.25rem;
}

.-ml-5 {
  margin-left: -20px;
  margin-left: -1.25rem;
}

.-mt-6 {
  margin-top: -24px;
  margin-top: -1.5rem;
}

.-mr-6 {
  margin-right: -24px;
  margin-right: -1.5rem;
}

.-mb-6 {
  margin-bottom: -24px;
  margin-bottom: -1.5rem;
}

.-ml-6 {
  margin-left: -24px;
  margin-left: -1.5rem;
}

.-mt-8 {
  margin-top: -32px;
  margin-top: -2rem;
}

.-mr-8 {
  margin-right: -32px;
  margin-right: -2rem;
}

.-mb-8 {
  margin-bottom: -32px;
  margin-bottom: -2rem;
}

.-ml-8 {
  margin-left: -32px;
  margin-left: -2rem;
}

.-mt-12 {
  margin-top: -48px;
  margin-top: -3rem;
}

.-mr-12 {
  margin-right: -48px;
  margin-right: -3rem;
}

.-mb-12 {
  margin-bottom: -48px;
  margin-bottom: -3rem;
}

.-ml-12 {
  margin-left: -48px;
  margin-left: -3rem;
}

.-mt-16 {
  margin-top: -64px;
  margin-top: -4rem;
}

.-mr-16 {
  margin-right: -64px;
  margin-right: -4rem;
}

.-mb-16 {
  margin-bottom: -64px;
  margin-bottom: -4rem;
}

.-ml-16 {
  margin-left: -64px;
  margin-left: -4rem;
}

.-mt-20 {
  margin-top: -80px;
  margin-top: -5rem;
}

.-mr-20 {
  margin-right: -80px;
  margin-right: -5rem;
}

.-mb-20 {
  margin-bottom: -80px;
  margin-bottom: -5rem;
}

.-ml-20 {
  margin-left: -80px;
  margin-left: -5rem;
}

.-mt-24 {
  margin-top: -96px;
  margin-top: -6rem;
}

.-mr-24 {
  margin-right: -96px;
  margin-right: -6rem;
}

.-mb-24 {
  margin-bottom: -96px;
  margin-bottom: -6rem;
}

.-ml-24 {
  margin-left: -96px;
  margin-left: -6rem;
}

.-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-50 {
  opacity: .5;
}

.opacity-75 {
  opacity: .75;
}

.opacity-90 {
  opacity: .9;
}

.opacity-100 {
  opacity: 1;
}

.hover\:opacity-0:hover {
  opacity: 0;
}

.hover\:opacity-25:hover {
  opacity: .25;
}

.hover\:opacity-50:hover {
  opacity: .5;
}

.hover\:opacity-75:hover {
  opacity: .75;
}

.hover\:opacity-90:hover {
  opacity: .9;
}

.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: 4px;
  padding: .25rem;
}

.p-2 {
  padding: 8px;
  padding: .5rem;
}

.p-3 {
  padding: 12px;
  padding: .75rem;
}

.p-4 {
  padding: 16px;
  padding: 1rem;
}

.p-5 {
  padding: 20px;
  padding: 1.25rem;
}

.p-6 {
  padding: 24px;
  padding: 1.5rem;
}

.p-8 {
  padding: 32px;
  padding: 2rem;
}

.p-10 {
  padding: 40px;
  padding: 2.5rem;
}

.p-12 {
  padding: 48px;
  padding: 3rem;
}

.p-16 {
  padding: 64px;
  padding: 4rem;
}

.p-20 {
  padding: 80px;
  padding: 5rem;
}

.p-24 {
  padding: 96px;
  padding: 6rem;
}

.p-32 {
  padding: 128px;
  padding: 8rem;
}

.p-48 {
  padding: 192px;
  padding: 12rem;
}

.p-px {
  padding: 1px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.py-1 {
  padding-top: 4px;
  padding-top: .25rem;
  padding-bottom: 4px;
  padding-bottom: .25rem;
}

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

.py-2 {
  padding-top: 8px;
  padding-top: .5rem;
  padding-bottom: 8px;
  padding-bottom: .5rem;
}

.px-2 {
  padding-left: 8px;
  padding-left: .5rem;
  padding-right: 8px;
  padding-right: .5rem;
}

.py-3 {
  padding-top: 12px;
  padding-top: .75rem;
  padding-bottom: 12px;
  padding-bottom: .75rem;
}

.px-3 {
  padding-left: 12px;
  padding-left: .75rem;
  padding-right: 12px;
  padding-right: .75rem;
}

.py-4 {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

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

.py-5 {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
}

.py-8 {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 32px;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}

.py-12 {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

.px-12 {
  padding-left: 48px;
  padding-left: 3rem;
  padding-right: 48px;
  padding-right: 3rem;
}

.py-16 {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}

.px-16 {
  padding-left: 64px;
  padding-left: 4rem;
  padding-right: 64px;
  padding-right: 4rem;
}

.py-20 {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.px-20 {
  padding-left: 80px;
  padding-left: 5rem;
  padding-right: 80px;
  padding-right: 5rem;
}

.py-24 {
  padding-top: 96px;
  padding-top: 6rem;
  padding-bottom: 96px;
  padding-bottom: 6rem;
}

.px-24 {
  padding-left: 96px;
  padding-left: 6rem;
  padding-right: 96px;
  padding-right: 6rem;
}

.py-32 {
  padding-top: 128px;
  padding-top: 8rem;
  padding-bottom: 128px;
  padding-bottom: 8rem;
}

.px-32 {
  padding-left: 128px;
  padding-left: 8rem;
  padding-right: 128px;
  padding-right: 8rem;
}

.py-48 {
  padding-top: 192px;
  padding-top: 12rem;
  padding-bottom: 192px;
  padding-bottom: 12rem;
}

.px-48 {
  padding-left: 192px;
  padding-left: 12rem;
  padding-right: 192px;
  padding-right: 12rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-1 {
  padding-top: 4px;
  padding-top: .25rem;
}

.pr-1 {
  padding-right: 4px;
  padding-right: .25rem;
}

.pb-1 {
  padding-bottom: 4px;
  padding-bottom: .25rem;
}

.pl-1 {
  padding-left: 4px;
  padding-left: .25rem;
}

.pt-2 {
  padding-top: 8px;
  padding-top: .5rem;
}

.pr-2 {
  padding-right: 8px;
  padding-right: .5rem;
}

.pb-2 {
  padding-bottom: 8px;
  padding-bottom: .5rem;
}

.pl-2 {
  padding-left: 8px;
  padding-left: .5rem;
}

.pt-3 {
  padding-top: 12px;
  padding-top: .75rem;
}

.pr-3 {
  padding-right: 12px;
  padding-right: .75rem;
}

.pb-3 {
  padding-bottom: 12px;
  padding-bottom: .75rem;
}

.pl-3 {
  padding-left: 12px;
  padding-left: .75rem;
}

.pt-4 {
  padding-top: 16px;
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 16px;
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 16px;
  padding-left: 1rem;
}

.pt-5 {
  padding-top: 20px;
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 20px;
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 20px;
  padding-left: 1.25rem;
}

.pt-6 {
  padding-top: 24px;
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 24px;
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 24px;
  padding-left: 1.5rem;
}

.pt-8 {
  padding-top: 32px;
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 32px;
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 32px;
  padding-left: 2rem;
}

.pt-10 {
  padding-top: 40px;
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 40px;
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 40px;
  padding-left: 2.5rem;
}

.pt-12 {
  padding-top: 48px;
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 48px;
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 48px;
  padding-left: 3rem;
}

.pt-16 {
  padding-top: 64px;
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 64px;
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 64px;
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 64px;
  padding-left: 4rem;
}

.pt-20 {
  padding-top: 80px;
  padding-top: 5rem;
}

.pr-20 {
  padding-right: 80px;
  padding-right: 5rem;
}

.pb-20 {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.pl-20 {
  padding-left: 80px;
  padding-left: 5rem;
}

.pt-24 {
  padding-top: 96px;
  padding-top: 6rem;
}

.pr-24 {
  padding-right: 96px;
  padding-right: 6rem;
}

.pb-24 {
  padding-bottom: 96px;
  padding-bottom: 6rem;
}

.pl-24 {
  padding-left: 96px;
  padding-left: 6rem;
}

.pt-32 {
  padding-top: 128px;
  padding-top: 8rem;
}

.pr-32 {
  padding-right: 128px;
  padding-right: 8rem;
}

.pb-32 {
  padding-bottom: 128px;
  padding-bottom: 8rem;
}

.pl-32 {
  padding-left: 128px;
  padding-left: 8rem;
}

.pt-48 {
  padding-top: 192px;
  padding-top: 12rem;
}

.pr-48 {
  padding-right: 192px;
  padding-right: 12rem;
}

.pb-48 {
  padding-bottom: 192px;
  padding-bottom: 12rem;
}

.pl-48 {
  padding-left: 192px;
  padding-left: 12rem;
}

.pt-px {
  padding-top: 1px;
}

.pr-px {
  padding-right: 1px;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-px {
  padding-left: 1px;
}

.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 8px 20px #e3e7ea;;
}

.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-none {
  box-shadow: none;
}

.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-light {
  color: #fff;
}

.text-soft {
  color: #f5f6f7;
}

.text-soft-darker {
  color: #f4f9fb;
}

.text-dark {
  color: #323940;
}

.text-dark-soft {
  color: #dadcde;
}

.text-dark-softer {
  color: #738596;
}

.text-dark-softest {
  color: #a2aebc;
}

.text-transparent {
  color: transparent;
}

.text-black-darkest {
  color: #000;
}

.text-black {
  color: #222b2f;
}

.text-grey-darkest {
  color: #364349;
}

.text-grey-darker {
  color: #596a73;
}

.text-grey-dark {
  color: #70818a;
}

.text-grey {
  color: #9babb4;
}

.text-grey-light {
  color: #738596;
}

.text-grey-lighter {
  color: #a2aebc;
}

.text-grey-lightest {
  color: #dadcde;
}

.text-white {
  color: #fff;
}

.text-white-darker {
  color: #ecf1f1;
}

.text-primary-darkest {
  color: #0d3331;
}

.text-primary-darker {
  color: #20504f;
}

.text-primary-dark {
  color: #0c6a68;
}

.text-primary {
  color: #129d9a;
}

.text-primary-light {
  color: #64d5ca;
}

.text-primary-lighter {
  color: #b3d6d5;
}

.text-primary-lightest {
  color: #bbe1e0;
}

.text-primary-most-lightest {
  color: #fdfff7;
}

.text-secondary-darkest {
  color: #462a16;
}

.text-secondary-darker {
  color: #bf881b;
}

.text-secondary-dark {
  color: #ff9919;
}

.text-secondary {
  color: #ffb21d;
}

.text-secondary-light {
  color: #ffc761;
}

.text-secondary-lighter {
  color: #f9c4ad;
}

.text-secondary-lightest {
  color: #ffedd2;
}

.text-error-darkest {
  color: #3b0d0c;
}

.text-error-darker {
  color: #621b18;
}

.text-error-dark {
  color: #cc1f1a;
}

.text-error {
  color: #fd1d23;
}

.text-error-light {
  color: #ef5753;
}

.text-error-lighter {
  color: #f9acaa;
}

.text-error-lightest {
  color: #fcebea;
}

.text-warning-darkest {
  color: #462a16;
}

.text-warning-darker {
  color: #613b1f;
}

.text-warning-dark {
  color: #de751f;
}

.text-warning {
  color: #ff811d;
}

.text-warning-light {
  color: #ff9f6a;
}

.text-warning-lighter {
  color: #f9c4ad;
}

.text-warning-lightest {
  color: #fff8e6;
}

.text-success-darkest {
  color: #0f2f21;
}

.text-success-darker {
  color: #1a4731;
}

.text-success-dark {
  color: #1f9d55;
}

.text-success {
  color: #21d018;
}

.text-success-light {
  color: #51d88a;
}

.text-success-lighter {
  color: #a2f5bf;
}

.text-success-lightest {
  color: #e3fcec;
}

.text-info-darkest {
  color: #12283a;
}

.text-info-darker {
  color: #1c3d5a;
}

.text-info-dark {
  color: #2779bd;
}

.text-info {
  color: #234fac;
}

.text-info-light {
  color: #6cb2eb;
}

.text-info-lighter {
  color: #bcdefa;
}

.text-info-lightest {
  color: #cde5f7;
}

.hover\:text-light:hover {
  color: #fff;
}

.hover\:text-soft:hover {
  color: #f5f6f7;
}

.hover\:text-soft-darker:hover {
  color: #f4f9fb;
}

.hover\:text-dark:hover {
  color: #323940;
}

.hover\:text-dark-soft:hover {
  color: #dadcde;
}

.hover\:text-dark-softer:hover {
  color: #738596;
}

.hover\:text-dark-softest:hover {
  color: #a2aebc;
}

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

.hover\:text-black-darkest:hover {
  color: #000;
}

.hover\:text-black:hover {
  color: #222b2f;
}

.hover\:text-grey-darkest:hover {
  color: #364349;
}

.hover\:text-grey-darker:hover {
  color: #596a73;
}

.hover\:text-grey-dark:hover {
  color: #70818a;
}

.hover\:text-grey:hover {
  color: #9babb4;
}

.hover\:text-grey-light:hover {
  color: #738596;
}

.hover\:text-grey-lighter:hover {
  color: #a2aebc;
}

.hover\:text-grey-lightest:hover {
  color: #dadcde;
}

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

.hover\:text-white-darker:hover {
  color: #ecf1f1;
}

.hover\:text-primary-darkest:hover {
  color: #0d3331;
}

.hover\:text-primary-darker:hover {
  color: #20504f;
}

.hover\:text-primary-dark:hover {
  color: #0c6a68;
}

.hover\:text-primary:hover {
  color: #129d9a;
}

.hover\:text-primary-light:hover {
  color: #64d5ca;
}

.hover\:text-primary-lighter:hover {
  color: #b3d6d5;
}

.hover\:text-primary-lightest:hover {
  color: #bbe1e0;
}

.hover\:text-primary-most-lightest:hover {
  color: #fdfff7;
}

.hover\:text-secondary-darkest:hover {
  color: #462a16;
}

.hover\:text-secondary-darker:hover {
  color: #bf881b;
}

.hover\:text-secondary-dark:hover {
  color: #ff9919;
}

.hover\:text-secondary:hover {
  color: #ffb21d;
}

.hover\:text-secondary-light:hover {
  color: #ffc761;
}

.hover\:text-secondary-lighter:hover {
  color: #f9c4ad;
}

.hover\:text-secondary-lightest:hover {
  color: #ffedd2;
}

.hover\:text-error-darkest:hover {
  color: #3b0d0c;
}

.hover\:text-error-darker:hover {
  color: #621b18;
}

.hover\:text-error-dark:hover {
  color: #cc1f1a;
}

.hover\:text-error:hover {
  color: #fd1d23;
}

.hover\:text-error-light:hover {
  color: #ef5753;
}

.hover\:text-error-lighter:hover {
  color: #f9acaa;
}

.hover\:text-error-lightest:hover {
  color: #fcebea;
}

.hover\:text-warning-darkest:hover {
  color: #462a16;
}

.hover\:text-warning-darker:hover {
  color: #613b1f;
}

.hover\:text-warning-dark:hover {
  color: #de751f;
}

.hover\:text-warning:hover {
  color: #ff811d;
}

.hover\:text-warning-light:hover {
  color: #ff9f6a;
}

.hover\:text-warning-lighter:hover {
  color: #f9c4ad;
}

.hover\:text-warning-lightest:hover {
  color: #fff8e6;
}

.hover\:text-success-darkest:hover {
  color: #0f2f21;
}

.hover\:text-success-darker:hover {
  color: #1a4731;
}

.hover\:text-success-dark:hover {
  color: #1f9d55;
}

.hover\:text-success:hover {
  color: #21d018;
}

.hover\:text-success-light:hover {
  color: #51d88a;
}

.hover\:text-success-lighter:hover {
  color: #a2f5bf;
}

.hover\:text-success-lightest:hover {
  color: #e3fcec;
}

.hover\:text-info-darkest:hover {
  color: #12283a;
}

.hover\:text-info-darker:hover {
  color: #1c3d5a;
}

.hover\:text-info-dark:hover {
  color: #2779bd;
}

.hover\:text-info:hover {
  color: #234fac;
}

.hover\:text-info-light:hover {
  color: #6cb2eb;
}

.hover\:text-info-lighter:hover {
  color: #bcdefa;
}

.hover\:text-info-lightest:hover {
  color: #cde5f7;
}

.text-xs {
  font-size: 12px;
  font-size: .75rem;
}

.text-sm {
  font-size: 14px;
  font-size: .875rem;
}

.text-base {
  font-size: 16px;
  font-size: 1rem;
}

.text-lg {
  font-size: 18px;
  font-size: 1.125rem;
}

.text-xl {
  font-size: 20px;
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 24px;
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 30px;
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 36px;
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 48px;
  font-size: 3rem;
}

.text-7xl {
  font-size: 64px;
  font-size: 4rem;
}

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

.tracking-tight {
  letter-spacing: -0.05em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: .05em;
}

.tracking-wider {
  letter-spacing: .1em;
}

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

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\: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: 4px;
  width: .25rem;
}

.w-2 {
  width: 8px;
  width: .5rem;
}

.w-3 {
  width: 12px;
  width: .75rem;
}

.w-4 {
  width: 16px;
  width: 1rem;
}

.w-6 {
  width: 24px;
  width: 1.5rem;
}

.w-8 {
  width: 32px;
  width: 2rem;
}

.w-10 {
  width: 40px;
  width: 2.5rem;
}

.w-12 {
  width: 48px;
  width: 3rem;
}

.w-16 {
  width: 64px;
  width: 4rem;
}

.w-24 {
  width: 96px;
  width: 6rem;
}

.w-32 {
  width: 128px;
  width: 8rem;
}

.w-48 {
  width: 192px;
  width: 12rem;
}

.w-64 {
  width: 256px;
  width: 16rem;
}

.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-2\/4 {
  width: 50%;
}

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

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

/**
 * Here you would add any custom utilities you need that don't come out of the
 * box with Tailwind.
 */

.input-reset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  min-width: 0;
}

.fit {
  width: 100%;
  max-width: 100%;
}

.transition-ease {
  transition: transform .2s ease, background-image .2s ease, box-shadow .2s ease;
}

.text-shadow {
  text-shadow: 0 2px 3px hsla(0, 0%, 0%, .15);
}

ul.checklist {
  list-style: none;
  padding: 0;

  li:before {
    content: "\2714   ";
  }
}

.bg-pattern {
  background-color: #129d9a;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%230e7876' fill-opacity='0.21' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
}

.bg-pattern-2 {
  background-color: #bbe1e0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23129d9a' fill-opacity='0.11' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.multiply {
  mix-blend-mode: multiply;
}

.greyscale-50 {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.6063000000000001 0.3576 0.0361 0 0 0.1063 0.8575999999999999 0.0361 0 0 0.1063 0.3576 0.5361 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
}

.greyscale-75 {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.40945 0.5364 0.054150000000000004 0 0 0.15945 0.7864 0.054150000000000004 0 0 0.15945 0.5364 0.30415 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(75%);
          filter: grayscale(75%);
}

.greyscale-100 {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.hover\:greyscale-0:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.hover\:greyscale-100:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.bg-hepburn {
  background-color: #129d9a;
  background-image: url('/img/hepburn.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

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

.bg-position-middle {
  background-position: 50%;
}

.bg-position-top {
  background-position: 50% 0;
}

.bg-position-bottom {
  background-position: 0 100%;
}

.bg-position-quarter-top {
  background-position: 50% 25%;
}

.bg-position-middle-bottom {
  background-position: 50% 100%;
}

.pin-b-4 {
  bottom: 16px;
  bottom: 1rem;
}

.pin-l-4 {
  left: 16px;
  left: 1rem;
}

.quote {
  position: relative;
}

.quote:before {
  font-family: sans-serif;
  content: "\201C";
  font-size: 140px;
  position: absolute;
  left: 17px;
  top: -35px;
  color: #c0c7ca;
  z-index: -1;
  opacity: .4;
}

.aspect-ratio {
  position: relative;
  height: 0;
}

.aspect-ratio > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aspect-ratio-16-9 {
  padding-top: 56.25%;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

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

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.expand-outside {
  top: -25px;
  height: calc(100% + 50px);
}

.before\:border-l:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  height: 100%;
  border-left-width: 1px;
  border-color: #d4d8e2;
  border-style: dashed;
}

.counter-list {
  counter-increment: list;
}

.current-count {
  content: counter(list);
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.post-body > p:not(:last-child) {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.word-spacing-wide {
  word-spacing: .1em;
}

@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-light {
    background-color: #fff;
  }

  .sm\:bg-soft {
    background-color: #f5f6f7;
  }

  .sm\:bg-soft-darker {
    background-color: #f4f9fb;
  }

  .sm\:bg-dark {
    background-color: #323940;
  }

  .sm\:bg-dark-soft {
    background-color: #dadcde;
  }

  .sm\:bg-dark-softer {
    background-color: #738596;
  }

  .sm\:bg-dark-softest {
    background-color: #a2aebc;
  }

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

  .sm\:bg-black-darkest {
    background-color: #000;
  }

  .sm\:bg-black {
    background-color: #222b2f;
  }

  .sm\:bg-grey-darkest {
    background-color: #364349;
  }

  .sm\:bg-grey-darker {
    background-color: #596a73;
  }

  .sm\:bg-grey-dark {
    background-color: #70818a;
  }

  .sm\:bg-grey {
    background-color: #9babb4;
  }

  .sm\:bg-grey-light {
    background-color: #738596;
  }

  .sm\:bg-grey-lighter {
    background-color: #a2aebc;
  }

  .sm\:bg-grey-lightest {
    background-color: #dadcde;
  }

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

  .sm\:bg-white-darker {
    background-color: #ecf1f1;
  }

  .sm\:bg-primary-darkest {
    background-color: #0d3331;
  }

  .sm\:bg-primary-darker {
    background-color: #20504f;
  }

  .sm\:bg-primary-dark {
    background-color: #0c6a68;
  }

  .sm\:bg-primary {
    background-color: #129d9a;
  }

  .sm\:bg-primary-light {
    background-color: #64d5ca;
  }

  .sm\:bg-primary-lighter {
    background-color: #b3d6d5;
  }

  .sm\:bg-primary-lightest {
    background-color: #bbe1e0;
  }

  .sm\:bg-primary-most-lightest {
    background-color: #fdfff7;
  }

  .sm\:bg-secondary-darkest {
    background-color: #462a16;
  }

  .sm\:bg-secondary-darker {
    background-color: #bf881b;
  }

  .sm\:bg-secondary-dark {
    background-color: #ff9919;
  }

  .sm\:bg-secondary {
    background-color: #ffb21d;
  }

  .sm\:bg-secondary-light {
    background-color: #ffc761;
  }

  .sm\:bg-secondary-lighter {
    background-color: #f9c4ad;
  }

  .sm\:bg-secondary-lightest {
    background-color: #ffedd2;
  }

  .sm\:bg-error-darkest {
    background-color: #3b0d0c;
  }

  .sm\:bg-error-darker {
    background-color: #621b18;
  }

  .sm\:bg-error-dark {
    background-color: #cc1f1a;
  }

  .sm\:bg-error {
    background-color: #fd1d23;
  }

  .sm\:bg-error-light {
    background-color: #ef5753;
  }

  .sm\:bg-error-lighter {
    background-color: #f9acaa;
  }

  .sm\:bg-error-lightest {
    background-color: #fcebea;
  }

  .sm\:bg-warning-darkest {
    background-color: #462a16;
  }

  .sm\:bg-warning-darker {
    background-color: #613b1f;
  }

  .sm\:bg-warning-dark {
    background-color: #de751f;
  }

  .sm\:bg-warning {
    background-color: #ff811d;
  }

  .sm\:bg-warning-light {
    background-color: #ff9f6a;
  }

  .sm\:bg-warning-lighter {
    background-color: #f9c4ad;
  }

  .sm\:bg-warning-lightest {
    background-color: #fff8e6;
  }

  .sm\:bg-success-darkest {
    background-color: #0f2f21;
  }

  .sm\:bg-success-darker {
    background-color: #1a4731;
  }

  .sm\:bg-success-dark {
    background-color: #1f9d55;
  }

  .sm\:bg-success {
    background-color: #21d018;
  }

  .sm\:bg-success-light {
    background-color: #51d88a;
  }

  .sm\:bg-success-lighter {
    background-color: #a2f5bf;
  }

  .sm\:bg-success-lightest {
    background-color: #e3fcec;
  }

  .sm\:bg-info-darkest {
    background-color: #12283a;
  }

  .sm\:bg-info-darker {
    background-color: #1c3d5a;
  }

  .sm\:bg-info-dark {
    background-color: #2779bd;
  }

  .sm\:bg-info {
    background-color: #234fac;
  }

  .sm\:bg-info-light {
    background-color: #6cb2eb;
  }

  .sm\:bg-info-lighter {
    background-color: #bcdefa;
  }

  .sm\:bg-info-lightest {
    background-color: #cde5f7;
  }

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

  .sm\:hover\:bg-soft:hover {
    background-color: #f5f6f7;
  }

  .sm\:hover\:bg-soft-darker:hover {
    background-color: #f4f9fb;
  }

  .sm\:hover\:bg-dark:hover {
    background-color: #323940;
  }

  .sm\:hover\:bg-dark-soft:hover {
    background-color: #dadcde;
  }

  .sm\:hover\:bg-dark-softer:hover {
    background-color: #738596;
  }

  .sm\:hover\:bg-dark-softest:hover {
    background-color: #a2aebc;
  }

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

  .sm\:hover\:bg-black-darkest:hover {
    background-color: #000;
  }

  .sm\:hover\:bg-black:hover {
    background-color: #222b2f;
  }

  .sm\:hover\:bg-grey-darkest:hover {
    background-color: #364349;
  }

  .sm\:hover\:bg-grey-darker:hover {
    background-color: #596a73;
  }

  .sm\:hover\:bg-grey-dark:hover {
    background-color: #70818a;
  }

  .sm\:hover\:bg-grey:hover {
    background-color: #9babb4;
  }

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

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

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

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

  .sm\:hover\:bg-white-darker:hover {
    background-color: #ecf1f1;
  }

  .sm\:hover\:bg-primary-darkest:hover {
    background-color: #0d3331;
  }

  .sm\:hover\:bg-primary-darker:hover {
    background-color: #20504f;
  }

  .sm\:hover\:bg-primary-dark:hover {
    background-color: #0c6a68;
  }

  .sm\:hover\:bg-primary:hover {
    background-color: #129d9a;
  }

  .sm\:hover\:bg-primary-light:hover {
    background-color: #64d5ca;
  }

  .sm\:hover\:bg-primary-lighter:hover {
    background-color: #b3d6d5;
  }

  .sm\:hover\:bg-primary-lightest:hover {
    background-color: #bbe1e0;
  }

  .sm\:hover\:bg-primary-most-lightest:hover {
    background-color: #fdfff7;
  }

  .sm\:hover\:bg-secondary-darkest:hover {
    background-color: #462a16;
  }

  .sm\:hover\:bg-secondary-darker:hover {
    background-color: #bf881b;
  }

  .sm\:hover\:bg-secondary-dark:hover {
    background-color: #ff9919;
  }

  .sm\:hover\:bg-secondary:hover {
    background-color: #ffb21d;
  }

  .sm\:hover\:bg-secondary-light:hover {
    background-color: #ffc761;
  }

  .sm\:hover\:bg-secondary-lighter:hover {
    background-color: #f9c4ad;
  }

  .sm\:hover\:bg-secondary-lightest:hover {
    background-color: #ffedd2;
  }

  .sm\:hover\:bg-error-darkest:hover {
    background-color: #3b0d0c;
  }

  .sm\:hover\:bg-error-darker:hover {
    background-color: #621b18;
  }

  .sm\:hover\:bg-error-dark:hover {
    background-color: #cc1f1a;
  }

  .sm\:hover\:bg-error:hover {
    background-color: #fd1d23;
  }

  .sm\:hover\:bg-error-light:hover {
    background-color: #ef5753;
  }

  .sm\:hover\:bg-error-lighter:hover {
    background-color: #f9acaa;
  }

  .sm\:hover\:bg-error-lightest:hover {
    background-color: #fcebea;
  }

  .sm\:hover\:bg-warning-darkest:hover {
    background-color: #462a16;
  }

  .sm\:hover\:bg-warning-darker:hover {
    background-color: #613b1f;
  }

  .sm\:hover\:bg-warning-dark:hover {
    background-color: #de751f;
  }

  .sm\:hover\:bg-warning:hover {
    background-color: #ff811d;
  }

  .sm\:hover\:bg-warning-light:hover {
    background-color: #ff9f6a;
  }

  .sm\:hover\:bg-warning-lighter:hover {
    background-color: #f9c4ad;
  }

  .sm\:hover\:bg-warning-lightest:hover {
    background-color: #fff8e6;
  }

  .sm\:hover\:bg-success-darkest:hover {
    background-color: #0f2f21;
  }

  .sm\:hover\:bg-success-darker:hover {
    background-color: #1a4731;
  }

  .sm\:hover\:bg-success-dark:hover {
    background-color: #1f9d55;
  }

  .sm\:hover\:bg-success:hover {
    background-color: #21d018;
  }

  .sm\:hover\:bg-success-light:hover {
    background-color: #51d88a;
  }

  .sm\:hover\:bg-success-lighter:hover {
    background-color: #a2f5bf;
  }

  .sm\:hover\:bg-success-lightest:hover {
    background-color: #e3fcec;
  }

  .sm\:hover\:bg-info-darkest:hover {
    background-color: #12283a;
  }

  .sm\:hover\:bg-info-darker:hover {
    background-color: #1c3d5a;
  }

  .sm\:hover\:bg-info-dark:hover {
    background-color: #2779bd;
  }

  .sm\:hover\:bg-info:hover {
    background-color: #234fac;
  }

  .sm\:hover\:bg-info-light:hover {
    background-color: #6cb2eb;
  }

  .sm\:hover\:bg-info-lighter:hover {
    background-color: #bcdefa;
  }

  .sm\:hover\:bg-info-lightest:hover {
    background-color: #cde5f7;
  }

  .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-auto {
    background-size: auto;
  }

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

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

  .sm\:border-light {
    border-color: #fff;
  }

  .sm\:border-soft {
    border-color: #f5f6f7;
  }

  .sm\:border-soft-darker {
    border-color: #f4f9fb;
  }

  .sm\:border-dark {
    border-color: #323940;
  }

  .sm\:border-dark-soft {
    border-color: #dadcde;
  }

  .sm\:border-dark-softer {
    border-color: #738596;
  }

  .sm\:border-dark-softest {
    border-color: #a2aebc;
  }

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

  .sm\:border-black-darkest {
    border-color: #000;
  }

  .sm\:border-black {
    border-color: #222b2f;
  }

  .sm\:border-grey-darkest {
    border-color: #364349;
  }

  .sm\:border-grey-darker {
    border-color: #596a73;
  }

  .sm\:border-grey-dark {
    border-color: #70818a;
  }

  .sm\:border-grey {
    border-color: #9babb4;
  }

  .sm\:border-grey-light {
    border-color: #738596;
  }

  .sm\:border-grey-lighter {
    border-color: #a2aebc;
  }

  .sm\:border-grey-lightest {
    border-color: #dadcde;
  }

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

  .sm\:border-white-darker {
    border-color: #ecf1f1;
  }

  .sm\:border-primary-darkest {
    border-color: #0d3331;
  }

  .sm\:border-primary-darker {
    border-color: #20504f;
  }

  .sm\:border-primary-dark {
    border-color: #0c6a68;
  }

  .sm\:border-primary {
    border-color: #129d9a;
  }

  .sm\:border-primary-light {
    border-color: #64d5ca;
  }

  .sm\:border-primary-lighter {
    border-color: #b3d6d5;
  }

  .sm\:border-primary-lightest {
    border-color: #bbe1e0;
  }

  .sm\:border-primary-most-lightest {
    border-color: #fdfff7;
  }

  .sm\:border-secondary-darkest {
    border-color: #462a16;
  }

  .sm\:border-secondary-darker {
    border-color: #bf881b;
  }

  .sm\:border-secondary-dark {
    border-color: #ff9919;
  }

  .sm\:border-secondary {
    border-color: #ffb21d;
  }

  .sm\:border-secondary-light {
    border-color: #ffc761;
  }

  .sm\:border-secondary-lighter {
    border-color: #f9c4ad;
  }

  .sm\:border-secondary-lightest {
    border-color: #ffedd2;
  }

  .sm\:border-error-darkest {
    border-color: #3b0d0c;
  }

  .sm\:border-error-darker {
    border-color: #621b18;
  }

  .sm\:border-error-dark {
    border-color: #cc1f1a;
  }

  .sm\:border-error {
    border-color: #fd1d23;
  }

  .sm\:border-error-light {
    border-color: #ef5753;
  }

  .sm\:border-error-lighter {
    border-color: #f9acaa;
  }

  .sm\:border-error-lightest {
    border-color: #fcebea;
  }

  .sm\:border-warning-darkest {
    border-color: #462a16;
  }

  .sm\:border-warning-darker {
    border-color: #613b1f;
  }

  .sm\:border-warning-dark {
    border-color: #de751f;
  }

  .sm\:border-warning {
    border-color: #ff811d;
  }

  .sm\:border-warning-light {
    border-color: #ff9f6a;
  }

  .sm\:border-warning-lighter {
    border-color: #f9c4ad;
  }

  .sm\:border-warning-lightest {
    border-color: #fff8e6;
  }

  .sm\:border-success-darkest {
    border-color: #0f2f21;
  }

  .sm\:border-success-darker {
    border-color: #1a4731;
  }

  .sm\:border-success-dark {
    border-color: #1f9d55;
  }

  .sm\:border-success {
    border-color: #21d018;
  }

  .sm\:border-success-light {
    border-color: #51d88a;
  }

  .sm\:border-success-lighter {
    border-color: #a2f5bf;
  }

  .sm\:border-success-lightest {
    border-color: #e3fcec;
  }

  .sm\:border-info-darkest {
    border-color: #12283a;
  }

  .sm\:border-info-darker {
    border-color: #1c3d5a;
  }

  .sm\:border-info-dark {
    border-color: #2779bd;
  }

  .sm\:border-info {
    border-color: #234fac;
  }

  .sm\:border-info-light {
    border-color: #6cb2eb;
  }

  .sm\:border-info-lighter {
    border-color: #bcdefa;
  }

  .sm\:border-info-lightest {
    border-color: #cde5f7;
  }

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

  .sm\:hover\:border-soft:hover {
    border-color: #f5f6f7;
  }

  .sm\:hover\:border-soft-darker:hover {
    border-color: #f4f9fb;
  }

  .sm\:hover\:border-dark:hover {
    border-color: #323940;
  }

  .sm\:hover\:border-dark-soft:hover {
    border-color: #dadcde;
  }

  .sm\:hover\:border-dark-softer:hover {
    border-color: #738596;
  }

  .sm\:hover\:border-dark-softest:hover {
    border-color: #a2aebc;
  }

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

  .sm\:hover\:border-black-darkest:hover {
    border-color: #000;
  }

  .sm\:hover\:border-black:hover {
    border-color: #222b2f;
  }

  .sm\:hover\:border-grey-darkest:hover {
    border-color: #364349;
  }

  .sm\:hover\:border-grey-darker:hover {
    border-color: #596a73;
  }

  .sm\:hover\:border-grey-dark:hover {
    border-color: #70818a;
  }

  .sm\:hover\:border-grey:hover {
    border-color: #9babb4;
  }

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

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

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

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

  .sm\:hover\:border-white-darker:hover {
    border-color: #ecf1f1;
  }

  .sm\:hover\:border-primary-darkest:hover {
    border-color: #0d3331;
  }

  .sm\:hover\:border-primary-darker:hover {
    border-color: #20504f;
  }

  .sm\:hover\:border-primary-dark:hover {
    border-color: #0c6a68;
  }

  .sm\:hover\:border-primary:hover {
    border-color: #129d9a;
  }

  .sm\:hover\:border-primary-light:hover {
    border-color: #64d5ca;
  }

  .sm\:hover\:border-primary-lighter:hover {
    border-color: #b3d6d5;
  }

  .sm\:hover\:border-primary-lightest:hover {
    border-color: #bbe1e0;
  }

  .sm\:hover\:border-primary-most-lightest:hover {
    border-color: #fdfff7;
  }

  .sm\:hover\:border-secondary-darkest:hover {
    border-color: #462a16;
  }

  .sm\:hover\:border-secondary-darker:hover {
    border-color: #bf881b;
  }

  .sm\:hover\:border-secondary-dark:hover {
    border-color: #ff9919;
  }

  .sm\:hover\:border-secondary:hover {
    border-color: #ffb21d;
  }

  .sm\:hover\:border-secondary-light:hover {
    border-color: #ffc761;
  }

  .sm\:hover\:border-secondary-lighter:hover {
    border-color: #f9c4ad;
  }

  .sm\:hover\:border-secondary-lightest:hover {
    border-color: #ffedd2;
  }

  .sm\:hover\:border-error-darkest:hover {
    border-color: #3b0d0c;
  }

  .sm\:hover\:border-error-darker:hover {
    border-color: #621b18;
  }

  .sm\:hover\:border-error-dark:hover {
    border-color: #cc1f1a;
  }

  .sm\:hover\:border-error:hover {
    border-color: #fd1d23;
  }

  .sm\:hover\:border-error-light:hover {
    border-color: #ef5753;
  }

  .sm\:hover\:border-error-lighter:hover {
    border-color: #f9acaa;
  }

  .sm\:hover\:border-error-lightest:hover {
    border-color: #fcebea;
  }

  .sm\:hover\:border-warning-darkest:hover {
    border-color: #462a16;
  }

  .sm\:hover\:border-warning-darker:hover {
    border-color: #613b1f;
  }

  .sm\:hover\:border-warning-dark:hover {
    border-color: #de751f;
  }

  .sm\:hover\:border-warning:hover {
    border-color: #ff811d;
  }

  .sm\:hover\:border-warning-light:hover {
    border-color: #ff9f6a;
  }

  .sm\:hover\:border-warning-lighter:hover {
    border-color: #f9c4ad;
  }

  .sm\:hover\:border-warning-lightest:hover {
    border-color: #fff8e6;
  }

  .sm\:hover\:border-success-darkest:hover {
    border-color: #0f2f21;
  }

  .sm\:hover\:border-success-darker:hover {
    border-color: #1a4731;
  }

  .sm\:hover\:border-success-dark:hover {
    border-color: #1f9d55;
  }

  .sm\:hover\:border-success:hover {
    border-color: #21d018;
  }

  .sm\:hover\:border-success-light:hover {
    border-color: #51d88a;
  }

  .sm\:hover\:border-success-lighter:hover {
    border-color: #a2f5bf;
  }

  .sm\:hover\:border-success-lightest:hover {
    border-color: #e3fcec;
  }

  .sm\:hover\:border-info-darkest:hover {
    border-color: #12283a;
  }

  .sm\:hover\:border-info-darker:hover {
    border-color: #1c3d5a;
  }

  .sm\:hover\:border-info-dark:hover {
    border-color: #2779bd;
  }

  .sm\:hover\:border-info:hover {
    border-color: #234fac;
  }

  .sm\:hover\:border-info-light:hover {
    border-color: #6cb2eb;
  }

  .sm\:hover\:border-info-lighter:hover {
    border-color: #bcdefa;
  }

  .sm\:hover\:border-info-lightest:hover {
    border-color: #cde5f7;
  }

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

  .sm\:focus\:border-soft:focus {
    border-color: #f5f6f7;
  }

  .sm\:focus\:border-soft-darker:focus {
    border-color: #f4f9fb;
  }

  .sm\:focus\:border-dark:focus {
    border-color: #323940;
  }

  .sm\:focus\:border-dark-soft:focus {
    border-color: #dadcde;
  }

  .sm\:focus\:border-dark-softer:focus {
    border-color: #738596;
  }

  .sm\:focus\:border-dark-softest:focus {
    border-color: #a2aebc;
  }

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

  .sm\:focus\:border-black-darkest:focus {
    border-color: #000;
  }

  .sm\:focus\:border-black:focus {
    border-color: #222b2f;
  }

  .sm\:focus\:border-grey-darkest:focus {
    border-color: #364349;
  }

  .sm\:focus\:border-grey-darker:focus {
    border-color: #596a73;
  }

  .sm\:focus\:border-grey-dark:focus {
    border-color: #70818a;
  }

  .sm\:focus\:border-grey:focus {
    border-color: #9babb4;
  }

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

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

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

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

  .sm\:focus\:border-white-darker:focus {
    border-color: #ecf1f1;
  }

  .sm\:focus\:border-primary-darkest:focus {
    border-color: #0d3331;
  }

  .sm\:focus\:border-primary-darker:focus {
    border-color: #20504f;
  }

  .sm\:focus\:border-primary-dark:focus {
    border-color: #0c6a68;
  }

  .sm\:focus\:border-primary:focus {
    border-color: #129d9a;
  }

  .sm\:focus\:border-primary-light:focus {
    border-color: #64d5ca;
  }

  .sm\:focus\:border-primary-lighter:focus {
    border-color: #b3d6d5;
  }

  .sm\:focus\:border-primary-lightest:focus {
    border-color: #bbe1e0;
  }

  .sm\:focus\:border-primary-most-lightest:focus {
    border-color: #fdfff7;
  }

  .sm\:focus\:border-secondary-darkest:focus {
    border-color: #462a16;
  }

  .sm\:focus\:border-secondary-darker:focus {
    border-color: #bf881b;
  }

  .sm\:focus\:border-secondary-dark:focus {
    border-color: #ff9919;
  }

  .sm\:focus\:border-secondary:focus {
    border-color: #ffb21d;
  }

  .sm\:focus\:border-secondary-light:focus {
    border-color: #ffc761;
  }

  .sm\:focus\:border-secondary-lighter:focus {
    border-color: #f9c4ad;
  }

  .sm\:focus\:border-secondary-lightest:focus {
    border-color: #ffedd2;
  }

  .sm\:focus\:border-error-darkest:focus {
    border-color: #3b0d0c;
  }

  .sm\:focus\:border-error-darker:focus {
    border-color: #621b18;
  }

  .sm\:focus\:border-error-dark:focus {
    border-color: #cc1f1a;
  }

  .sm\:focus\:border-error:focus {
    border-color: #fd1d23;
  }

  .sm\:focus\:border-error-light:focus {
    border-color: #ef5753;
  }

  .sm\:focus\:border-error-lighter:focus {
    border-color: #f9acaa;
  }

  .sm\:focus\:border-error-lightest:focus {
    border-color: #fcebea;
  }

  .sm\:focus\:border-warning-darkest:focus {
    border-color: #462a16;
  }

  .sm\:focus\:border-warning-darker:focus {
    border-color: #613b1f;
  }

  .sm\:focus\:border-warning-dark:focus {
    border-color: #de751f;
  }

  .sm\:focus\:border-warning:focus {
    border-color: #ff811d;
  }

  .sm\:focus\:border-warning-light:focus {
    border-color: #ff9f6a;
  }

  .sm\:focus\:border-warning-lighter:focus {
    border-color: #f9c4ad;
  }

  .sm\:focus\:border-warning-lightest:focus {
    border-color: #fff8e6;
  }

  .sm\:focus\:border-success-darkest:focus {
    border-color: #0f2f21;
  }

  .sm\:focus\:border-success-darker:focus {
    border-color: #1a4731;
  }

  .sm\:focus\:border-success-dark:focus {
    border-color: #1f9d55;
  }

  .sm\:focus\:border-success:focus {
    border-color: #21d018;
  }

  .sm\:focus\:border-success-light:focus {
    border-color: #51d88a;
  }

  .sm\:focus\:border-success-lighter:focus {
    border-color: #a2f5bf;
  }

  .sm\:focus\:border-success-lightest:focus {
    border-color: #e3fcec;
  }

  .sm\:focus\:border-info-darkest:focus {
    border-color: #12283a;
  }

  .sm\:focus\:border-info-darker:focus {
    border-color: #1c3d5a;
  }

  .sm\:focus\:border-info-dark:focus {
    border-color: #2779bd;
  }

  .sm\:focus\:border-info:focus {
    border-color: #234fac;
  }

  .sm\:focus\:border-info-light:focus {
    border-color: #6cb2eb;
  }

  .sm\:focus\:border-info-lighter:focus {
    border-color: #bcdefa;
  }

  .sm\:focus\:border-info-lightest:focus {
    border-color: #cde5f7;
  }

  .group:hover .sm\:group-hover\:border-light {
    border-color: #fff;
  }

  .group:hover .sm\:group-hover\:border-soft {
    border-color: #f5f6f7;
  }

  .group:hover .sm\:group-hover\:border-soft-darker {
    border-color: #f4f9fb;
  }

  .group:hover .sm\:group-hover\:border-dark {
    border-color: #323940;
  }

  .group:hover .sm\:group-hover\:border-dark-soft {
    border-color: #dadcde;
  }

  .group:hover .sm\:group-hover\:border-dark-softer {
    border-color: #738596;
  }

  .group:hover .sm\:group-hover\:border-dark-softest {
    border-color: #a2aebc;
  }

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

  .group:hover .sm\:group-hover\:border-black-darkest {
    border-color: #000;
  }

  .group:hover .sm\:group-hover\:border-black {
    border-color: #222b2f;
  }

  .group:hover .sm\:group-hover\:border-grey-darkest {
    border-color: #364349;
  }

  .group:hover .sm\:group-hover\:border-grey-darker {
    border-color: #596a73;
  }

  .group:hover .sm\:group-hover\:border-grey-dark {
    border-color: #70818a;
  }

  .group:hover .sm\:group-hover\:border-grey {
    border-color: #9babb4;
  }

  .group:hover .sm\:group-hover\:border-grey-light {
    border-color: #738596;
  }

  .group:hover .sm\:group-hover\:border-grey-lighter {
    border-color: #a2aebc;
  }

  .group:hover .sm\:group-hover\:border-grey-lightest {
    border-color: #dadcde;
  }

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

  .group:hover .sm\:group-hover\:border-white-darker {
    border-color: #ecf1f1;
  }

  .group:hover .sm\:group-hover\:border-primary-darkest {
    border-color: #0d3331;
  }

  .group:hover .sm\:group-hover\:border-primary-darker {
    border-color: #20504f;
  }

  .group:hover .sm\:group-hover\:border-primary-dark {
    border-color: #0c6a68;
  }

  .group:hover .sm\:group-hover\:border-primary {
    border-color: #129d9a;
  }

  .group:hover .sm\:group-hover\:border-primary-light {
    border-color: #64d5ca;
  }

  .group:hover .sm\:group-hover\:border-primary-lighter {
    border-color: #b3d6d5;
  }

  .group:hover .sm\:group-hover\:border-primary-lightest {
    border-color: #bbe1e0;
  }

  .group:hover .sm\:group-hover\:border-primary-most-lightest {
    border-color: #fdfff7;
  }

  .group:hover .sm\:group-hover\:border-secondary-darkest {
    border-color: #462a16;
  }

  .group:hover .sm\:group-hover\:border-secondary-darker {
    border-color: #bf881b;
  }

  .group:hover .sm\:group-hover\:border-secondary-dark {
    border-color: #ff9919;
  }

  .group:hover .sm\:group-hover\:border-secondary {
    border-color: #ffb21d;
  }

  .group:hover .sm\:group-hover\:border-secondary-light {
    border-color: #ffc761;
  }

  .group:hover .sm\:group-hover\:border-secondary-lighter {
    border-color: #f9c4ad;
  }

  .group:hover .sm\:group-hover\:border-secondary-lightest {
    border-color: #ffedd2;
  }

  .group:hover .sm\:group-hover\:border-error-darkest {
    border-color: #3b0d0c;
  }

  .group:hover .sm\:group-hover\:border-error-darker {
    border-color: #621b18;
  }

  .group:hover .sm\:group-hover\:border-error-dark {
    border-color: #cc1f1a;
  }

  .group:hover .sm\:group-hover\:border-error {
    border-color: #fd1d23;
  }

  .group:hover .sm\:group-hover\:border-error-light {
    border-color: #ef5753;
  }

  .group:hover .sm\:group-hover\:border-error-lighter {
    border-color: #f9acaa;
  }

  .group:hover .sm\:group-hover\:border-error-lightest {
    border-color: #fcebea;
  }

  .group:hover .sm\:group-hover\:border-warning-darkest {
    border-color: #462a16;
  }

  .group:hover .sm\:group-hover\:border-warning-darker {
    border-color: #613b1f;
  }

  .group:hover .sm\:group-hover\:border-warning-dark {
    border-color: #de751f;
  }

  .group:hover .sm\:group-hover\:border-warning {
    border-color: #ff811d;
  }

  .group:hover .sm\:group-hover\:border-warning-light {
    border-color: #ff9f6a;
  }

  .group:hover .sm\:group-hover\:border-warning-lighter {
    border-color: #f9c4ad;
  }

  .group:hover .sm\:group-hover\:border-warning-lightest {
    border-color: #fff8e6;
  }

  .group:hover .sm\:group-hover\:border-success-darkest {
    border-color: #0f2f21;
  }

  .group:hover .sm\:group-hover\:border-success-darker {
    border-color: #1a4731;
  }

  .group:hover .sm\:group-hover\:border-success-dark {
    border-color: #1f9d55;
  }

  .group:hover .sm\:group-hover\:border-success {
    border-color: #21d018;
  }

  .group:hover .sm\:group-hover\:border-success-light {
    border-color: #51d88a;
  }

  .group:hover .sm\:group-hover\:border-success-lighter {
    border-color: #a2f5bf;
  }

  .group:hover .sm\:group-hover\:border-success-lightest {
    border-color: #e3fcec;
  }

  .group:hover .sm\:group-hover\:border-info-darkest {
    border-color: #12283a;
  }

  .group:hover .sm\:group-hover\:border-info-darker {
    border-color: #1c3d5a;
  }

  .group:hover .sm\:group-hover\:border-info-dark {
    border-color: #2779bd;
  }

  .group:hover .sm\:group-hover\:border-info {
    border-color: #234fac;
  }

  .group:hover .sm\:group-hover\:border-info-light {
    border-color: #6cb2eb;
  }

  .group:hover .sm\:group-hover\:border-info-lighter {
    border-color: #bcdefa;
  }

  .group:hover .sm\:group-hover\:border-info-lightest {
    border-color: #cde5f7;
  }

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

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

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

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

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

  .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-lg {
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
  }

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

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

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

  .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-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-lg {
    border-top-left-radius: .3rem;
  }

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

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

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

  .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\: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-5 {
    border-width: 5px;
  }

  .sm\:border-6 {
    border-width: 6px;
  }

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

  .sm\:border-15 {
    border-width: 15px;
  }

  .sm\:border-25 {
    border-width: 25px;
  }

  .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-5 {
    border-top-width: 5px;
  }

  .sm\:border-r-5 {
    border-right-width: 5px;
  }

  .sm\:border-b-5 {
    border-bottom-width: 5px;
  }

  .sm\:border-l-5 {
    border-left-width: 5px;
  }

  .sm\:border-t-6 {
    border-top-width: 6px;
  }

  .sm\:border-r-6 {
    border-right-width: 6px;
  }

  .sm\:border-b-6 {
    border-bottom-width: 6px;
  }

  .sm\:border-l-6 {
    border-left-width: 6px;
  }

  .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-15 {
    border-top-width: 15px;
  }

  .sm\:border-r-15 {
    border-right-width: 15px;
  }

  .sm\:border-b-15 {
    border-bottom-width: 15px;
  }

  .sm\:border-l-15 {
    border-left-width: 15px;
  }

  .sm\:border-t-25 {
    border-top-width: 25px;
  }

  .sm\:border-r-25 {
    border-right-width: 25px;
  }

  .sm\:border-b-25 {
    border-bottom-width: 25px;
  }

  .sm\:border-l-25 {
    border-left-width: 25px;
  }

  .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: Nunito, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  }

  .sm\:font-serif {
    font-family: Trocchi, Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .sm\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .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\:h-1 {
    height: .25rem;
  }

  .sm\:h-2 {
    height: .5rem;
  }

  .sm\:h-3 {
    height: .75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .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-24 {
    height: 6rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-42 {
    height: 10rem;
  }

  .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\:h-md {
    height: 17rem;
  }

  .sm\:h-lg {
    height: 32rem;
  }

  .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-8 {
    margin: 2rem;
  }

  .sm\:m-12 {
    margin: 3rem;
  }

  .sm\:m-16 {
    margin: 4rem;
  }

  .sm\:m-20 {
    margin: 5rem;
  }

  .sm\:m-24 {
    margin: 6rem;
  }

  .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-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .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-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-8 {
    margin-top: 2rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .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-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-126 {
    max-height: 48rem;
  }

  .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-12 {
    margin: -3rem;
  }

  .sm\:-m-16 {
    margin: -4rem;
  }

  .sm\:-m-20 {
    margin: -5rem;
  }

  .sm\:-m-24 {
    margin: -6rem;
  }

  .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-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-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-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-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-50 {
    opacity: .5;
  }

  .sm\:opacity-75 {
    opacity: .75;
  }

  .sm\:opacity-90 {
    opacity: .9;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .sm\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .sm\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .sm\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .sm\:hover\:opacity-90:hover {
    opacity: .9;
  }

  .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-20 {
    padding: 5rem;
  }

  .sm\:p-24 {
    padding: 6rem;
  }

  .sm\:p-32 {
    padding: 8rem;
  }

  .sm\:p-48 {
    padding: 12rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .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-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-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .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-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-48 {
    padding-top: 12rem;
  }

  .sm\:pr-48 {
    padding-right: 12rem;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem;
  }

  .sm\:pl-48 {
    padding-left: 12rem;
  }

  .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\: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 8px 20px #e3e7ea;;
  }

  .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-none {
    box-shadow: none;
  }

  .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-light {
    color: #fff;
  }

  .sm\:text-soft {
    color: #f5f6f7;
  }

  .sm\:text-soft-darker {
    color: #f4f9fb;
  }

  .sm\:text-dark {
    color: #323940;
  }

  .sm\:text-dark-soft {
    color: #dadcde;
  }

  .sm\:text-dark-softer {
    color: #738596;
  }

  .sm\:text-dark-softest {
    color: #a2aebc;
  }

  .sm\:text-transparent {
    color: transparent;
  }

  .sm\:text-black-darkest {
    color: #000;
  }

  .sm\:text-black {
    color: #222b2f;
  }

  .sm\:text-grey-darkest {
    color: #364349;
  }

  .sm\:text-grey-darker {
    color: #596a73;
  }

  .sm\:text-grey-dark {
    color: #70818a;
  }

  .sm\:text-grey {
    color: #9babb4;
  }

  .sm\:text-grey-light {
    color: #738596;
  }

  .sm\:text-grey-lighter {
    color: #a2aebc;
  }

  .sm\:text-grey-lightest {
    color: #dadcde;
  }

  .sm\:text-white {
    color: #fff;
  }

  .sm\:text-white-darker {
    color: #ecf1f1;
  }

  .sm\:text-primary-darkest {
    color: #0d3331;
  }

  .sm\:text-primary-darker {
    color: #20504f;
  }

  .sm\:text-primary-dark {
    color: #0c6a68;
  }

  .sm\:text-primary {
    color: #129d9a;
  }

  .sm\:text-primary-light {
    color: #64d5ca;
  }

  .sm\:text-primary-lighter {
    color: #b3d6d5;
  }

  .sm\:text-primary-lightest {
    color: #bbe1e0;
  }

  .sm\:text-primary-most-lightest {
    color: #fdfff7;
  }

  .sm\:text-secondary-darkest {
    color: #462a16;
  }

  .sm\:text-secondary-darker {
    color: #bf881b;
  }

  .sm\:text-secondary-dark {
    color: #ff9919;
  }

  .sm\:text-secondary {
    color: #ffb21d;
  }

  .sm\:text-secondary-light {
    color: #ffc761;
  }

  .sm\:text-secondary-lighter {
    color: #f9c4ad;
  }

  .sm\:text-secondary-lightest {
    color: #ffedd2;
  }

  .sm\:text-error-darkest {
    color: #3b0d0c;
  }

  .sm\:text-error-darker {
    color: #621b18;
  }

  .sm\:text-error-dark {
    color: #cc1f1a;
  }

  .sm\:text-error {
    color: #fd1d23;
  }

  .sm\:text-error-light {
    color: #ef5753;
  }

  .sm\:text-error-lighter {
    color: #f9acaa;
  }

  .sm\:text-error-lightest {
    color: #fcebea;
  }

  .sm\:text-warning-darkest {
    color: #462a16;
  }

  .sm\:text-warning-darker {
    color: #613b1f;
  }

  .sm\:text-warning-dark {
    color: #de751f;
  }

  .sm\:text-warning {
    color: #ff811d;
  }

  .sm\:text-warning-light {
    color: #ff9f6a;
  }

  .sm\:text-warning-lighter {
    color: #f9c4ad;
  }

  .sm\:text-warning-lightest {
    color: #fff8e6;
  }

  .sm\:text-success-darkest {
    color: #0f2f21;
  }

  .sm\:text-success-darker {
    color: #1a4731;
  }

  .sm\:text-success-dark {
    color: #1f9d55;
  }

  .sm\:text-success {
    color: #21d018;
  }

  .sm\:text-success-light {
    color: #51d88a;
  }

  .sm\:text-success-lighter {
    color: #a2f5bf;
  }

  .sm\:text-success-lightest {
    color: #e3fcec;
  }

  .sm\:text-info-darkest {
    color: #12283a;
  }

  .sm\:text-info-darker {
    color: #1c3d5a;
  }

  .sm\:text-info-dark {
    color: #2779bd;
  }

  .sm\:text-info {
    color: #234fac;
  }

  .sm\:text-info-light {
    color: #6cb2eb;
  }

  .sm\:text-info-lighter {
    color: #bcdefa;
  }

  .sm\:text-info-lightest {
    color: #cde5f7;
  }

  .sm\:hover\:text-light:hover {
    color: #fff;
  }

  .sm\:hover\:text-soft:hover {
    color: #f5f6f7;
  }

  .sm\:hover\:text-soft-darker:hover {
    color: #f4f9fb;
  }

  .sm\:hover\:text-dark:hover {
    color: #323940;
  }

  .sm\:hover\:text-dark-soft:hover {
    color: #dadcde;
  }

  .sm\:hover\:text-dark-softer:hover {
    color: #738596;
  }

  .sm\:hover\:text-dark-softest:hover {
    color: #a2aebc;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-black-darkest:hover {
    color: #000;
  }

  .sm\:hover\:text-black:hover {
    color: #222b2f;
  }

  .sm\:hover\:text-grey-darkest:hover {
    color: #364349;
  }

  .sm\:hover\:text-grey-darker:hover {
    color: #596a73;
  }

  .sm\:hover\:text-grey-dark:hover {
    color: #70818a;
  }

  .sm\:hover\:text-grey:hover {
    color: #9babb4;
  }

  .sm\:hover\:text-grey-light:hover {
    color: #738596;
  }

  .sm\:hover\:text-grey-lighter:hover {
    color: #a2aebc;
  }

  .sm\:hover\:text-grey-lightest:hover {
    color: #dadcde;
  }

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

  .sm\:hover\:text-white-darker:hover {
    color: #ecf1f1;
  }

  .sm\:hover\:text-primary-darkest:hover {
    color: #0d3331;
  }

  .sm\:hover\:text-primary-darker:hover {
    color: #20504f;
  }

  .sm\:hover\:text-primary-dark:hover {
    color: #0c6a68;
  }

  .sm\:hover\:text-primary:hover {
    color: #129d9a;
  }

  .sm\:hover\:text-primary-light:hover {
    color: #64d5ca;
  }

  .sm\:hover\:text-primary-lighter:hover {
    color: #b3d6d5;
  }

  .sm\:hover\:text-primary-lightest:hover {
    color: #bbe1e0;
  }

  .sm\:hover\:text-primary-most-lightest:hover {
    color: #fdfff7;
  }

  .sm\:hover\:text-secondary-darkest:hover {
    color: #462a16;
  }

  .sm\:hover\:text-secondary-darker:hover {
    color: #bf881b;
  }

  .sm\:hover\:text-secondary-dark:hover {
    color: #ff9919;
  }

  .sm\:hover\:text-secondary:hover {
    color: #ffb21d;
  }

  .sm\:hover\:text-secondary-light:hover {
    color: #ffc761;
  }

  .sm\:hover\:text-secondary-lighter:hover {
    color: #f9c4ad;
  }

  .sm\:hover\:text-secondary-lightest:hover {
    color: #ffedd2;
  }

  .sm\:hover\:text-error-darkest:hover {
    color: #3b0d0c;
  }

  .sm\:hover\:text-error-darker:hover {
    color: #621b18;
  }

  .sm\:hover\:text-error-dark:hover {
    color: #cc1f1a;
  }

  .sm\:hover\:text-error:hover {
    color: #fd1d23;
  }

  .sm\:hover\:text-error-light:hover {
    color: #ef5753;
  }

  .sm\:hover\:text-error-lighter:hover {
    color: #f9acaa;
  }

  .sm\:hover\:text-error-lightest:hover {
    color: #fcebea;
  }

  .sm\:hover\:text-warning-darkest:hover {
    color: #462a16;
  }

  .sm\:hover\:text-warning-darker:hover {
    color: #613b1f;
  }

  .sm\:hover\:text-warning-dark:hover {
    color: #de751f;
  }

  .sm\:hover\:text-warning:hover {
    color: #ff811d;
  }

  .sm\:hover\:text-warning-light:hover {
    color: #ff9f6a;
  }

  .sm\:hover\:text-warning-lighter:hover {
    color: #f9c4ad;
  }

  .sm\:hover\:text-warning-lightest:hover {
    color: #fff8e6;
  }

  .sm\:hover\:text-success-darkest:hover {
    color: #0f2f21;
  }

  .sm\:hover\:text-success-darker:hover {
    color: #1a4731;
  }

  .sm\:hover\:text-success-dark:hover {
    color: #1f9d55;
  }

  .sm\:hover\:text-success:hover {
    color: #21d018;
  }

  .sm\:hover\:text-success-light:hover {
    color: #51d88a;
  }

  .sm\:hover\:text-success-lighter:hover {
    color: #a2f5bf;
  }

  .sm\:hover\:text-success-lightest:hover {
    color: #e3fcec;
  }

  .sm\:hover\:text-info-darkest:hover {
    color: #12283a;
  }

  .sm\:hover\:text-info-darker:hover {
    color: #1c3d5a;
  }

  .sm\:hover\:text-info-dark:hover {
    color: #2779bd;
  }

  .sm\:hover\:text-info:hover {
    color: #234fac;
  }

  .sm\:hover\:text-info-light:hover {
    color: #6cb2eb;
  }

  .sm\:hover\:text-info-lighter:hover {
    color: #bcdefa;
  }

  .sm\:hover\:text-info-lightest:hover {
    color: #cde5f7;
  }

  .sm\:text-xs {
    font-size: .75rem;
  }

  .sm\:text-sm {
    font-size: .875rem;
  }

  .sm\:text-base {
    font-size: 1rem;
  }

  .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\:text-7xl {
    font-size: 4rem;
  }

  .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\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .sm\:tracking-normal {
    letter-spacing: 0;
  }

  .sm\:tracking-wide {
    letter-spacing: .05em;
  }

  .sm\:tracking-wider {
    letter-spacing: .1em;
  }

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

  .group:hover .sm\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .sm\:group-hover\: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-6 {
    width: 1.5rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .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-2\/4 {
    width: 50%;
  }

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

  .sm\:expand-outside {
    top: -25px;
    height: calc(100% + 50px);
  }
}

@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-light {
    background-color: #fff;
  }

  .md\:bg-soft {
    background-color: #f5f6f7;
  }

  .md\:bg-soft-darker {
    background-color: #f4f9fb;
  }

  .md\:bg-dark {
    background-color: #323940;
  }

  .md\:bg-dark-soft {
    background-color: #dadcde;
  }

  .md\:bg-dark-softer {
    background-color: #738596;
  }

  .md\:bg-dark-softest {
    background-color: #a2aebc;
  }

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

  .md\:bg-black-darkest {
    background-color: #000;
  }

  .md\:bg-black {
    background-color: #222b2f;
  }

  .md\:bg-grey-darkest {
    background-color: #364349;
  }

  .md\:bg-grey-darker {
    background-color: #596a73;
  }

  .md\:bg-grey-dark {
    background-color: #70818a;
  }

  .md\:bg-grey {
    background-color: #9babb4;
  }

  .md\:bg-grey-light {
    background-color: #738596;
  }

  .md\:bg-grey-lighter {
    background-color: #a2aebc;
  }

  .md\:bg-grey-lightest {
    background-color: #dadcde;
  }

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

  .md\:bg-white-darker {
    background-color: #ecf1f1;
  }

  .md\:bg-primary-darkest {
    background-color: #0d3331;
  }

  .md\:bg-primary-darker {
    background-color: #20504f;
  }

  .md\:bg-primary-dark {
    background-color: #0c6a68;
  }

  .md\:bg-primary {
    background-color: #129d9a;
  }

  .md\:bg-primary-light {
    background-color: #64d5ca;
  }

  .md\:bg-primary-lighter {
    background-color: #b3d6d5;
  }

  .md\:bg-primary-lightest {
    background-color: #bbe1e0;
  }

  .md\:bg-primary-most-lightest {
    background-color: #fdfff7;
  }

  .md\:bg-secondary-darkest {
    background-color: #462a16;
  }

  .md\:bg-secondary-darker {
    background-color: #bf881b;
  }

  .md\:bg-secondary-dark {
    background-color: #ff9919;
  }

  .md\:bg-secondary {
    background-color: #ffb21d;
  }

  .md\:bg-secondary-light {
    background-color: #ffc761;
  }

  .md\:bg-secondary-lighter {
    background-color: #f9c4ad;
  }

  .md\:bg-secondary-lightest {
    background-color: #ffedd2;
  }

  .md\:bg-error-darkest {
    background-color: #3b0d0c;
  }

  .md\:bg-error-darker {
    background-color: #621b18;
  }

  .md\:bg-error-dark {
    background-color: #cc1f1a;
  }

  .md\:bg-error {
    background-color: #fd1d23;
  }

  .md\:bg-error-light {
    background-color: #ef5753;
  }

  .md\:bg-error-lighter {
    background-color: #f9acaa;
  }

  .md\:bg-error-lightest {
    background-color: #fcebea;
  }

  .md\:bg-warning-darkest {
    background-color: #462a16;
  }

  .md\:bg-warning-darker {
    background-color: #613b1f;
  }

  .md\:bg-warning-dark {
    background-color: #de751f;
  }

  .md\:bg-warning {
    background-color: #ff811d;
  }

  .md\:bg-warning-light {
    background-color: #ff9f6a;
  }

  .md\:bg-warning-lighter {
    background-color: #f9c4ad;
  }

  .md\:bg-warning-lightest {
    background-color: #fff8e6;
  }

  .md\:bg-success-darkest {
    background-color: #0f2f21;
  }

  .md\:bg-success-darker {
    background-color: #1a4731;
  }

  .md\:bg-success-dark {
    background-color: #1f9d55;
  }

  .md\:bg-success {
    background-color: #21d018;
  }

  .md\:bg-success-light {
    background-color: #51d88a;
  }

  .md\:bg-success-lighter {
    background-color: #a2f5bf;
  }

  .md\:bg-success-lightest {
    background-color: #e3fcec;
  }

  .md\:bg-info-darkest {
    background-color: #12283a;
  }

  .md\:bg-info-darker {
    background-color: #1c3d5a;
  }

  .md\:bg-info-dark {
    background-color: #2779bd;
  }

  .md\:bg-info {
    background-color: #234fac;
  }

  .md\:bg-info-light {
    background-color: #6cb2eb;
  }

  .md\:bg-info-lighter {
    background-color: #bcdefa;
  }

  .md\:bg-info-lightest {
    background-color: #cde5f7;
  }

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

  .md\:hover\:bg-soft:hover {
    background-color: #f5f6f7;
  }

  .md\:hover\:bg-soft-darker:hover {
    background-color: #f4f9fb;
  }

  .md\:hover\:bg-dark:hover {
    background-color: #323940;
  }

  .md\:hover\:bg-dark-soft:hover {
    background-color: #dadcde;
  }

  .md\:hover\:bg-dark-softer:hover {
    background-color: #738596;
  }

  .md\:hover\:bg-dark-softest:hover {
    background-color: #a2aebc;
  }

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

  .md\:hover\:bg-black-darkest:hover {
    background-color: #000;
  }

  .md\:hover\:bg-black:hover {
    background-color: #222b2f;
  }

  .md\:hover\:bg-grey-darkest:hover {
    background-color: #364349;
  }

  .md\:hover\:bg-grey-darker:hover {
    background-color: #596a73;
  }

  .md\:hover\:bg-grey-dark:hover {
    background-color: #70818a;
  }

  .md\:hover\:bg-grey:hover {
    background-color: #9babb4;
  }

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

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

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

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

  .md\:hover\:bg-white-darker:hover {
    background-color: #ecf1f1;
  }

  .md\:hover\:bg-primary-darkest:hover {
    background-color: #0d3331;
  }

  .md\:hover\:bg-primary-darker:hover {
    background-color: #20504f;
  }

  .md\:hover\:bg-primary-dark:hover {
    background-color: #0c6a68;
  }

  .md\:hover\:bg-primary:hover {
    background-color: #129d9a;
  }

  .md\:hover\:bg-primary-light:hover {
    background-color: #64d5ca;
  }

  .md\:hover\:bg-primary-lighter:hover {
    background-color: #b3d6d5;
  }

  .md\:hover\:bg-primary-lightest:hover {
    background-color: #bbe1e0;
  }

  .md\:hover\:bg-primary-most-lightest:hover {
    background-color: #fdfff7;
  }

  .md\:hover\:bg-secondary-darkest:hover {
    background-color: #462a16;
  }

  .md\:hover\:bg-secondary-darker:hover {
    background-color: #bf881b;
  }

  .md\:hover\:bg-secondary-dark:hover {
    background-color: #ff9919;
  }

  .md\:hover\:bg-secondary:hover {
    background-color: #ffb21d;
  }

  .md\:hover\:bg-secondary-light:hover {
    background-color: #ffc761;
  }

  .md\:hover\:bg-secondary-lighter:hover {
    background-color: #f9c4ad;
  }

  .md\:hover\:bg-secondary-lightest:hover {
    background-color: #ffedd2;
  }

  .md\:hover\:bg-error-darkest:hover {
    background-color: #3b0d0c;
  }

  .md\:hover\:bg-error-darker:hover {
    background-color: #621b18;
  }

  .md\:hover\:bg-error-dark:hover {
    background-color: #cc1f1a;
  }

  .md\:hover\:bg-error:hover {
    background-color: #fd1d23;
  }

  .md\:hover\:bg-error-light:hover {
    background-color: #ef5753;
  }

  .md\:hover\:bg-error-lighter:hover {
    background-color: #f9acaa;
  }

  .md\:hover\:bg-error-lightest:hover {
    background-color: #fcebea;
  }

  .md\:hover\:bg-warning-darkest:hover {
    background-color: #462a16;
  }

  .md\:hover\:bg-warning-darker:hover {
    background-color: #613b1f;
  }

  .md\:hover\:bg-warning-dark:hover {
    background-color: #de751f;
  }

  .md\:hover\:bg-warning:hover {
    background-color: #ff811d;
  }

  .md\:hover\:bg-warning-light:hover {
    background-color: #ff9f6a;
  }

  .md\:hover\:bg-warning-lighter:hover {
    background-color: #f9c4ad;
  }

  .md\:hover\:bg-warning-lightest:hover {
    background-color: #fff8e6;
  }

  .md\:hover\:bg-success-darkest:hover {
    background-color: #0f2f21;
  }

  .md\:hover\:bg-success-darker:hover {
    background-color: #1a4731;
  }

  .md\:hover\:bg-success-dark:hover {
    background-color: #1f9d55;
  }

  .md\:hover\:bg-success:hover {
    background-color: #21d018;
  }

  .md\:hover\:bg-success-light:hover {
    background-color: #51d88a;
  }

  .md\:hover\:bg-success-lighter:hover {
    background-color: #a2f5bf;
  }

  .md\:hover\:bg-success-lightest:hover {
    background-color: #e3fcec;
  }

  .md\:hover\:bg-info-darkest:hover {
    background-color: #12283a;
  }

  .md\:hover\:bg-info-darker:hover {
    background-color: #1c3d5a;
  }

  .md\:hover\:bg-info-dark:hover {
    background-color: #2779bd;
  }

  .md\:hover\:bg-info:hover {
    background-color: #234fac;
  }

  .md\:hover\:bg-info-light:hover {
    background-color: #6cb2eb;
  }

  .md\:hover\:bg-info-lighter:hover {
    background-color: #bcdefa;
  }

  .md\:hover\:bg-info-lightest:hover {
    background-color: #cde5f7;
  }

  .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-auto {
    background-size: auto;
  }

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

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

  .md\:border-light {
    border-color: #fff;
  }

  .md\:border-soft {
    border-color: #f5f6f7;
  }

  .md\:border-soft-darker {
    border-color: #f4f9fb;
  }

  .md\:border-dark {
    border-color: #323940;
  }

  .md\:border-dark-soft {
    border-color: #dadcde;
  }

  .md\:border-dark-softer {
    border-color: #738596;
  }

  .md\:border-dark-softest {
    border-color: #a2aebc;
  }

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

  .md\:border-black-darkest {
    border-color: #000;
  }

  .md\:border-black {
    border-color: #222b2f;
  }

  .md\:border-grey-darkest {
    border-color: #364349;
  }

  .md\:border-grey-darker {
    border-color: #596a73;
  }

  .md\:border-grey-dark {
    border-color: #70818a;
  }

  .md\:border-grey {
    border-color: #9babb4;
  }

  .md\:border-grey-light {
    border-color: #738596;
  }

  .md\:border-grey-lighter {
    border-color: #a2aebc;
  }

  .md\:border-grey-lightest {
    border-color: #dadcde;
  }

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

  .md\:border-white-darker {
    border-color: #ecf1f1;
  }

  .md\:border-primary-darkest {
    border-color: #0d3331;
  }

  .md\:border-primary-darker {
    border-color: #20504f;
  }

  .md\:border-primary-dark {
    border-color: #0c6a68;
  }

  .md\:border-primary {
    border-color: #129d9a;
  }

  .md\:border-primary-light {
    border-color: #64d5ca;
  }

  .md\:border-primary-lighter {
    border-color: #b3d6d5;
  }

  .md\:border-primary-lightest {
    border-color: #bbe1e0;
  }

  .md\:border-primary-most-lightest {
    border-color: #fdfff7;
  }

  .md\:border-secondary-darkest {
    border-color: #462a16;
  }

  .md\:border-secondary-darker {
    border-color: #bf881b;
  }

  .md\:border-secondary-dark {
    border-color: #ff9919;
  }

  .md\:border-secondary {
    border-color: #ffb21d;
  }

  .md\:border-secondary-light {
    border-color: #ffc761;
  }

  .md\:border-secondary-lighter {
    border-color: #f9c4ad;
  }

  .md\:border-secondary-lightest {
    border-color: #ffedd2;
  }

  .md\:border-error-darkest {
    border-color: #3b0d0c;
  }

  .md\:border-error-darker {
    border-color: #621b18;
  }

  .md\:border-error-dark {
    border-color: #cc1f1a;
  }

  .md\:border-error {
    border-color: #fd1d23;
  }

  .md\:border-error-light {
    border-color: #ef5753;
  }

  .md\:border-error-lighter {
    border-color: #f9acaa;
  }

  .md\:border-error-lightest {
    border-color: #fcebea;
  }

  .md\:border-warning-darkest {
    border-color: #462a16;
  }

  .md\:border-warning-darker {
    border-color: #613b1f;
  }

  .md\:border-warning-dark {
    border-color: #de751f;
  }

  .md\:border-warning {
    border-color: #ff811d;
  }

  .md\:border-warning-light {
    border-color: #ff9f6a;
  }

  .md\:border-warning-lighter {
    border-color: #f9c4ad;
  }

  .md\:border-warning-lightest {
    border-color: #fff8e6;
  }

  .md\:border-success-darkest {
    border-color: #0f2f21;
  }

  .md\:border-success-darker {
    border-color: #1a4731;
  }

  .md\:border-success-dark {
    border-color: #1f9d55;
  }

  .md\:border-success {
    border-color: #21d018;
  }

  .md\:border-success-light {
    border-color: #51d88a;
  }

  .md\:border-success-lighter {
    border-color: #a2f5bf;
  }

  .md\:border-success-lightest {
    border-color: #e3fcec;
  }

  .md\:border-info-darkest {
    border-color: #12283a;
  }

  .md\:border-info-darker {
    border-color: #1c3d5a;
  }

  .md\:border-info-dark {
    border-color: #2779bd;
  }

  .md\:border-info {
    border-color: #234fac;
  }

  .md\:border-info-light {
    border-color: #6cb2eb;
  }

  .md\:border-info-lighter {
    border-color: #bcdefa;
  }

  .md\:border-info-lightest {
    border-color: #cde5f7;
  }

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

  .md\:hover\:border-soft:hover {
    border-color: #f5f6f7;
  }

  .md\:hover\:border-soft-darker:hover {
    border-color: #f4f9fb;
  }

  .md\:hover\:border-dark:hover {
    border-color: #323940;
  }

  .md\:hover\:border-dark-soft:hover {
    border-color: #dadcde;
  }

  .md\:hover\:border-dark-softer:hover {
    border-color: #738596;
  }

  .md\:hover\:border-dark-softest:hover {
    border-color: #a2aebc;
  }

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

  .md\:hover\:border-black-darkest:hover {
    border-color: #000;
  }

  .md\:hover\:border-black:hover {
    border-color: #222b2f;
  }

  .md\:hover\:border-grey-darkest:hover {
    border-color: #364349;
  }

  .md\:hover\:border-grey-darker:hover {
    border-color: #596a73;
  }

  .md\:hover\:border-grey-dark:hover {
    border-color: #70818a;
  }

  .md\:hover\:border-grey:hover {
    border-color: #9babb4;
  }

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

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

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

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

  .md\:hover\:border-white-darker:hover {
    border-color: #ecf1f1;
  }

  .md\:hover\:border-primary-darkest:hover {
    border-color: #0d3331;
  }

  .md\:hover\:border-primary-darker:hover {
    border-color: #20504f;
  }

  .md\:hover\:border-primary-dark:hover {
    border-color: #0c6a68;
  }

  .md\:hover\:border-primary:hover {
    border-color: #129d9a;
  }

  .md\:hover\:border-primary-light:hover {
    border-color: #64d5ca;
  }

  .md\:hover\:border-primary-lighter:hover {
    border-color: #b3d6d5;
  }

  .md\:hover\:border-primary-lightest:hover {
    border-color: #bbe1e0;
  }

  .md\:hover\:border-primary-most-lightest:hover {
    border-color: #fdfff7;
  }

  .md\:hover\:border-secondary-darkest:hover {
    border-color: #462a16;
  }

  .md\:hover\:border-secondary-darker:hover {
    border-color: #bf881b;
  }

  .md\:hover\:border-secondary-dark:hover {
    border-color: #ff9919;
  }

  .md\:hover\:border-secondary:hover {
    border-color: #ffb21d;
  }

  .md\:hover\:border-secondary-light:hover {
    border-color: #ffc761;
  }

  .md\:hover\:border-secondary-lighter:hover {
    border-color: #f9c4ad;
  }

  .md\:hover\:border-secondary-lightest:hover {
    border-color: #ffedd2;
  }

  .md\:hover\:border-error-darkest:hover {
    border-color: #3b0d0c;
  }

  .md\:hover\:border-error-darker:hover {
    border-color: #621b18;
  }

  .md\:hover\:border-error-dark:hover {
    border-color: #cc1f1a;
  }

  .md\:hover\:border-error:hover {
    border-color: #fd1d23;
  }

  .md\:hover\:border-error-light:hover {
    border-color: #ef5753;
  }

  .md\:hover\:border-error-lighter:hover {
    border-color: #f9acaa;
  }

  .md\:hover\:border-error-lightest:hover {
    border-color: #fcebea;
  }

  .md\:hover\:border-warning-darkest:hover {
    border-color: #462a16;
  }

  .md\:hover\:border-warning-darker:hover {
    border-color: #613b1f;
  }

  .md\:hover\:border-warning-dark:hover {
    border-color: #de751f;
  }

  .md\:hover\:border-warning:hover {
    border-color: #ff811d;
  }

  .md\:hover\:border-warning-light:hover {
    border-color: #ff9f6a;
  }

  .md\:hover\:border-warning-lighter:hover {
    border-color: #f9c4ad;
  }

  .md\:hover\:border-warning-lightest:hover {
    border-color: #fff8e6;
  }

  .md\:hover\:border-success-darkest:hover {
    border-color: #0f2f21;
  }

  .md\:hover\:border-success-darker:hover {
    border-color: #1a4731;
  }

  .md\:hover\:border-success-dark:hover {
    border-color: #1f9d55;
  }

  .md\:hover\:border-success:hover {
    border-color: #21d018;
  }

  .md\:hover\:border-success-light:hover {
    border-color: #51d88a;
  }

  .md\:hover\:border-success-lighter:hover {
    border-color: #a2f5bf;
  }

  .md\:hover\:border-success-lightest:hover {
    border-color: #e3fcec;
  }

  .md\:hover\:border-info-darkest:hover {
    border-color: #12283a;
  }

  .md\:hover\:border-info-darker:hover {
    border-color: #1c3d5a;
  }

  .md\:hover\:border-info-dark:hover {
    border-color: #2779bd;
  }

  .md\:hover\:border-info:hover {
    border-color: #234fac;
  }

  .md\:hover\:border-info-light:hover {
    border-color: #6cb2eb;
  }

  .md\:hover\:border-info-lighter:hover {
    border-color: #bcdefa;
  }

  .md\:hover\:border-info-lightest:hover {
    border-color: #cde5f7;
  }

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

  .md\:focus\:border-soft:focus {
    border-color: #f5f6f7;
  }

  .md\:focus\:border-soft-darker:focus {
    border-color: #f4f9fb;
  }

  .md\:focus\:border-dark:focus {
    border-color: #323940;
  }

  .md\:focus\:border-dark-soft:focus {
    border-color: #dadcde;
  }

  .md\:focus\:border-dark-softer:focus {
    border-color: #738596;
  }

  .md\:focus\:border-dark-softest:focus {
    border-color: #a2aebc;
  }

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

  .md\:focus\:border-black-darkest:focus {
    border-color: #000;
  }

  .md\:focus\:border-black:focus {
    border-color: #222b2f;
  }

  .md\:focus\:border-grey-darkest:focus {
    border-color: #364349;
  }

  .md\:focus\:border-grey-darker:focus {
    border-color: #596a73;
  }

  .md\:focus\:border-grey-dark:focus {
    border-color: #70818a;
  }

  .md\:focus\:border-grey:focus {
    border-color: #9babb4;
  }

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

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

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

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

  .md\:focus\:border-white-darker:focus {
    border-color: #ecf1f1;
  }

  .md\:focus\:border-primary-darkest:focus {
    border-color: #0d3331;
  }

  .md\:focus\:border-primary-darker:focus {
    border-color: #20504f;
  }

  .md\:focus\:border-primary-dark:focus {
    border-color: #0c6a68;
  }

  .md\:focus\:border-primary:focus {
    border-color: #129d9a;
  }

  .md\:focus\:border-primary-light:focus {
    border-color: #64d5ca;
  }

  .md\:focus\:border-primary-lighter:focus {
    border-color: #b3d6d5;
  }

  .md\:focus\:border-primary-lightest:focus {
    border-color: #bbe1e0;
  }

  .md\:focus\:border-primary-most-lightest:focus {
    border-color: #fdfff7;
  }

  .md\:focus\:border-secondary-darkest:focus {
    border-color: #462a16;
  }

  .md\:focus\:border-secondary-darker:focus {
    border-color: #bf881b;
  }

  .md\:focus\:border-secondary-dark:focus {
    border-color: #ff9919;
  }

  .md\:focus\:border-secondary:focus {
    border-color: #ffb21d;
  }

  .md\:focus\:border-secondary-light:focus {
    border-color: #ffc761;
  }

  .md\:focus\:border-secondary-lighter:focus {
    border-color: #f9c4ad;
  }

  .md\:focus\:border-secondary-lightest:focus {
    border-color: #ffedd2;
  }

  .md\:focus\:border-error-darkest:focus {
    border-color: #3b0d0c;
  }

  .md\:focus\:border-error-darker:focus {
    border-color: #621b18;
  }

  .md\:focus\:border-error-dark:focus {
    border-color: #cc1f1a;
  }

  .md\:focus\:border-error:focus {
    border-color: #fd1d23;
  }

  .md\:focus\:border-error-light:focus {
    border-color: #ef5753;
  }

  .md\:focus\:border-error-lighter:focus {
    border-color: #f9acaa;
  }

  .md\:focus\:border-error-lightest:focus {
    border-color: #fcebea;
  }

  .md\:focus\:border-warning-darkest:focus {
    border-color: #462a16;
  }

  .md\:focus\:border-warning-darker:focus {
    border-color: #613b1f;
  }

  .md\:focus\:border-warning-dark:focus {
    border-color: #de751f;
  }

  .md\:focus\:border-warning:focus {
    border-color: #ff811d;
  }

  .md\:focus\:border-warning-light:focus {
    border-color: #ff9f6a;
  }

  .md\:focus\:border-warning-lighter:focus {
    border-color: #f9c4ad;
  }

  .md\:focus\:border-warning-lightest:focus {
    border-color: #fff8e6;
  }

  .md\:focus\:border-success-darkest:focus {
    border-color: #0f2f21;
  }

  .md\:focus\:border-success-darker:focus {
    border-color: #1a4731;
  }

  .md\:focus\:border-success-dark:focus {
    border-color: #1f9d55;
  }

  .md\:focus\:border-success:focus {
    border-color: #21d018;
  }

  .md\:focus\:border-success-light:focus {
    border-color: #51d88a;
  }

  .md\:focus\:border-success-lighter:focus {
    border-color: #a2f5bf;
  }

  .md\:focus\:border-success-lightest:focus {
    border-color: #e3fcec;
  }

  .md\:focus\:border-info-darkest:focus {
    border-color: #12283a;
  }

  .md\:focus\:border-info-darker:focus {
    border-color: #1c3d5a;
  }

  .md\:focus\:border-info-dark:focus {
    border-color: #2779bd;
  }

  .md\:focus\:border-info:focus {
    border-color: #234fac;
  }

  .md\:focus\:border-info-light:focus {
    border-color: #6cb2eb;
  }

  .md\:focus\:border-info-lighter:focus {
    border-color: #bcdefa;
  }

  .md\:focus\:border-info-lightest:focus {
    border-color: #cde5f7;
  }

  .group:hover .md\:group-hover\:border-light {
    border-color: #fff;
  }

  .group:hover .md\:group-hover\:border-soft {
    border-color: #f5f6f7;
  }

  .group:hover .md\:group-hover\:border-soft-darker {
    border-color: #f4f9fb;
  }

  .group:hover .md\:group-hover\:border-dark {
    border-color: #323940;
  }

  .group:hover .md\:group-hover\:border-dark-soft {
    border-color: #dadcde;
  }

  .group:hover .md\:group-hover\:border-dark-softer {
    border-color: #738596;
  }

  .group:hover .md\:group-hover\:border-dark-softest {
    border-color: #a2aebc;
  }

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

  .group:hover .md\:group-hover\:border-black-darkest {
    border-color: #000;
  }

  .group:hover .md\:group-hover\:border-black {
    border-color: #222b2f;
  }

  .group:hover .md\:group-hover\:border-grey-darkest {
    border-color: #364349;
  }

  .group:hover .md\:group-hover\:border-grey-darker {
    border-color: #596a73;
  }

  .group:hover .md\:group-hover\:border-grey-dark {
    border-color: #70818a;
  }

  .group:hover .md\:group-hover\:border-grey {
    border-color: #9babb4;
  }

  .group:hover .md\:group-hover\:border-grey-light {
    border-color: #738596;
  }

  .group:hover .md\:group-hover\:border-grey-lighter {
    border-color: #a2aebc;
  }

  .group:hover .md\:group-hover\:border-grey-lightest {
    border-color: #dadcde;
  }

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

  .group:hover .md\:group-hover\:border-white-darker {
    border-color: #ecf1f1;
  }

  .group:hover .md\:group-hover\:border-primary-darkest {
    border-color: #0d3331;
  }

  .group:hover .md\:group-hover\:border-primary-darker {
    border-color: #20504f;
  }

  .group:hover .md\:group-hover\:border-primary-dark {
    border-color: #0c6a68;
  }

  .group:hover .md\:group-hover\:border-primary {
    border-color: #129d9a;
  }

  .group:hover .md\:group-hover\:border-primary-light {
    border-color: #64d5ca;
  }

  .group:hover .md\:group-hover\:border-primary-lighter {
    border-color: #b3d6d5;
  }

  .group:hover .md\:group-hover\:border-primary-lightest {
    border-color: #bbe1e0;
  }

  .group:hover .md\:group-hover\:border-primary-most-lightest {
    border-color: #fdfff7;
  }

  .group:hover .md\:group-hover\:border-secondary-darkest {
    border-color: #462a16;
  }

  .group:hover .md\:group-hover\:border-secondary-darker {
    border-color: #bf881b;
  }

  .group:hover .md\:group-hover\:border-secondary-dark {
    border-color: #ff9919;
  }

  .group:hover .md\:group-hover\:border-secondary {
    border-color: #ffb21d;
  }

  .group:hover .md\:group-hover\:border-secondary-light {
    border-color: #ffc761;
  }

  .group:hover .md\:group-hover\:border-secondary-lighter {
    border-color: #f9c4ad;
  }

  .group:hover .md\:group-hover\:border-secondary-lightest {
    border-color: #ffedd2;
  }

  .group:hover .md\:group-hover\:border-error-darkest {
    border-color: #3b0d0c;
  }

  .group:hover .md\:group-hover\:border-error-darker {
    border-color: #621b18;
  }

  .group:hover .md\:group-hover\:border-error-dark {
    border-color: #cc1f1a;
  }

  .group:hover .md\:group-hover\:border-error {
    border-color: #fd1d23;
  }

  .group:hover .md\:group-hover\:border-error-light {
    border-color: #ef5753;
  }

  .group:hover .md\:group-hover\:border-error-lighter {
    border-color: #f9acaa;
  }

  .group:hover .md\:group-hover\:border-error-lightest {
    border-color: #fcebea;
  }

  .group:hover .md\:group-hover\:border-warning-darkest {
    border-color: #462a16;
  }

  .group:hover .md\:group-hover\:border-warning-darker {
    border-color: #613b1f;
  }

  .group:hover .md\:group-hover\:border-warning-dark {
    border-color: #de751f;
  }

  .group:hover .md\:group-hover\:border-warning {
    border-color: #ff811d;
  }

  .group:hover .md\:group-hover\:border-warning-light {
    border-color: #ff9f6a;
  }

  .group:hover .md\:group-hover\:border-warning-lighter {
    border-color: #f9c4ad;
  }

  .group:hover .md\:group-hover\:border-warning-lightest {
    border-color: #fff8e6;
  }

  .group:hover .md\:group-hover\:border-success-darkest {
    border-color: #0f2f21;
  }

  .group:hover .md\:group-hover\:border-success-darker {
    border-color: #1a4731;
  }

  .group:hover .md\:group-hover\:border-success-dark {
    border-color: #1f9d55;
  }

  .group:hover .md\:group-hover\:border-success {
    border-color: #21d018;
  }

  .group:hover .md\:group-hover\:border-success-light {
    border-color: #51d88a;
  }

  .group:hover .md\:group-hover\:border-success-lighter {
    border-color: #a2f5bf;
  }

  .group:hover .md\:group-hover\:border-success-lightest {
    border-color: #e3fcec;
  }

  .group:hover .md\:group-hover\:border-info-darkest {
    border-color: #12283a;
  }

  .group:hover .md\:group-hover\:border-info-darker {
    border-color: #1c3d5a;
  }

  .group:hover .md\:group-hover\:border-info-dark {
    border-color: #2779bd;
  }

  .group:hover .md\:group-hover\:border-info {
    border-color: #234fac;
  }

  .group:hover .md\:group-hover\:border-info-light {
    border-color: #6cb2eb;
  }

  .group:hover .md\:group-hover\:border-info-lighter {
    border-color: #bcdefa;
  }

  .group:hover .md\:group-hover\:border-info-lightest {
    border-color: #cde5f7;
  }

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

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

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

  .md\:rounded-lg {
    border-radius: .3rem;
  }

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

  .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-lg {
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
  }

  .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-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-lg {
    border-top-left-radius: .3rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: .3rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: .3rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: .3rem;
  }

  .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\: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-5 {
    border-width: 5px;
  }

  .md\:border-6 {
    border-width: 6px;
  }

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

  .md\:border-15 {
    border-width: 15px;
  }

  .md\:border-25 {
    border-width: 25px;
  }

  .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-5 {
    border-top-width: 5px;
  }

  .md\:border-r-5 {
    border-right-width: 5px;
  }

  .md\:border-b-5 {
    border-bottom-width: 5px;
  }

  .md\:border-l-5 {
    border-left-width: 5px;
  }

  .md\:border-t-6 {
    border-top-width: 6px;
  }

  .md\:border-r-6 {
    border-right-width: 6px;
  }

  .md\:border-b-6 {
    border-bottom-width: 6px;
  }

  .md\:border-l-6 {
    border-left-width: 6px;
  }

  .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-15 {
    border-top-width: 15px;
  }

  .md\:border-r-15 {
    border-right-width: 15px;
  }

  .md\:border-b-15 {
    border-bottom-width: 15px;
  }

  .md\:border-l-15 {
    border-left-width: 15px;
  }

  .md\:border-t-25 {
    border-top-width: 25px;
  }

  .md\:border-r-25 {
    border-right-width: 25px;
  }

  .md\:border-b-25 {
    border-bottom-width: 25px;
  }

  .md\:border-l-25 {
    border-left-width: 25px;
  }

  .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: Nunito, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  }

  .md\:font-serif {
    font-family: Trocchi, Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .md\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .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\:h-1 {
    height: .25rem;
  }

  .md\:h-2 {
    height: .5rem;
  }

  .md\:h-3 {
    height: .75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .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-24 {
    height: 6rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-42 {
    height: 10rem;
  }

  .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\:h-md {
    height: 17rem;
  }

  .md\:h-lg {
    height: 32rem;
  }

  .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-8 {
    margin: 2rem;
  }

  .md\:m-12 {
    margin: 3rem;
  }

  .md\:m-16 {
    margin: 4rem;
  }

  .md\:m-20 {
    margin: 5rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .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-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .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-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-8 {
    margin-top: 2rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

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

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .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-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-126 {
    max-height: 48rem;
  }

  .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-12 {
    margin: -3rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:-m-20 {
    margin: -5rem;
  }

  .md\:-m-24 {
    margin: -6rem;
  }

  .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-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-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-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-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-50 {
    opacity: .5;
  }

  .md\:opacity-75 {
    opacity: .75;
  }

  .md\:opacity-90 {
    opacity: .9;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .md\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .md\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .md\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .md\:hover\:opacity-90:hover {
    opacity: .9;
  }

  .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-20 {
    padding: 5rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-32 {
    padding: 8rem;
  }

  .md\:p-48 {
    padding: 12rem;
  }

  .md\:p-px {
    padding: 1px;
  }

  .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-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-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .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-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-48 {
    padding-top: 12rem;
  }

  .md\:pr-48 {
    padding-right: 12rem;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

  .md\:pl-48 {
    padding-left: 12rem;
  }

  .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\: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 8px 20px #e3e7ea;;
  }

  .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-none {
    box-shadow: none;
  }

  .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-light {
    color: #fff;
  }

  .md\:text-soft {
    color: #f5f6f7;
  }

  .md\:text-soft-darker {
    color: #f4f9fb;
  }

  .md\:text-dark {
    color: #323940;
  }

  .md\:text-dark-soft {
    color: #dadcde;
  }

  .md\:text-dark-softer {
    color: #738596;
  }

  .md\:text-dark-softest {
    color: #a2aebc;
  }

  .md\:text-transparent {
    color: transparent;
  }

  .md\:text-black-darkest {
    color: #000;
  }

  .md\:text-black {
    color: #222b2f;
  }

  .md\:text-grey-darkest {
    color: #364349;
  }

  .md\:text-grey-darker {
    color: #596a73;
  }

  .md\:text-grey-dark {
    color: #70818a;
  }

  .md\:text-grey {
    color: #9babb4;
  }

  .md\:text-grey-light {
    color: #738596;
  }

  .md\:text-grey-lighter {
    color: #a2aebc;
  }

  .md\:text-grey-lightest {
    color: #dadcde;
  }

  .md\:text-white {
    color: #fff;
  }

  .md\:text-white-darker {
    color: #ecf1f1;
  }

  .md\:text-primary-darkest {
    color: #0d3331;
  }

  .md\:text-primary-darker {
    color: #20504f;
  }

  .md\:text-primary-dark {
    color: #0c6a68;
  }

  .md\:text-primary {
    color: #129d9a;
  }

  .md\:text-primary-light {
    color: #64d5ca;
  }

  .md\:text-primary-lighter {
    color: #b3d6d5;
  }

  .md\:text-primary-lightest {
    color: #bbe1e0;
  }

  .md\:text-primary-most-lightest {
    color: #fdfff7;
  }

  .md\:text-secondary-darkest {
    color: #462a16;
  }

  .md\:text-secondary-darker {
    color: #bf881b;
  }

  .md\:text-secondary-dark {
    color: #ff9919;
  }

  .md\:text-secondary {
    color: #ffb21d;
  }

  .md\:text-secondary-light {
    color: #ffc761;
  }

  .md\:text-secondary-lighter {
    color: #f9c4ad;
  }

  .md\:text-secondary-lightest {
    color: #ffedd2;
  }

  .md\:text-error-darkest {
    color: #3b0d0c;
  }

  .md\:text-error-darker {
    color: #621b18;
  }

  .md\:text-error-dark {
    color: #cc1f1a;
  }

  .md\:text-error {
    color: #fd1d23;
  }

  .md\:text-error-light {
    color: #ef5753;
  }

  .md\:text-error-lighter {
    color: #f9acaa;
  }

  .md\:text-error-lightest {
    color: #fcebea;
  }

  .md\:text-warning-darkest {
    color: #462a16;
  }

  .md\:text-warning-darker {
    color: #613b1f;
  }

  .md\:text-warning-dark {
    color: #de751f;
  }

  .md\:text-warning {
    color: #ff811d;
  }

  .md\:text-warning-light {
    color: #ff9f6a;
  }

  .md\:text-warning-lighter {
    color: #f9c4ad;
  }

  .md\:text-warning-lightest {
    color: #fff8e6;
  }

  .md\:text-success-darkest {
    color: #0f2f21;
  }

  .md\:text-success-darker {
    color: #1a4731;
  }

  .md\:text-success-dark {
    color: #1f9d55;
  }

  .md\:text-success {
    color: #21d018;
  }

  .md\:text-success-light {
    color: #51d88a;
  }

  .md\:text-success-lighter {
    color: #a2f5bf;
  }

  .md\:text-success-lightest {
    color: #e3fcec;
  }

  .md\:text-info-darkest {
    color: #12283a;
  }

  .md\:text-info-darker {
    color: #1c3d5a;
  }

  .md\:text-info-dark {
    color: #2779bd;
  }

  .md\:text-info {
    color: #234fac;
  }

  .md\:text-info-light {
    color: #6cb2eb;
  }

  .md\:text-info-lighter {
    color: #bcdefa;
  }

  .md\:text-info-lightest {
    color: #cde5f7;
  }

  .md\:hover\:text-light:hover {
    color: #fff;
  }

  .md\:hover\:text-soft:hover {
    color: #f5f6f7;
  }

  .md\:hover\:text-soft-darker:hover {
    color: #f4f9fb;
  }

  .md\:hover\:text-dark:hover {
    color: #323940;
  }

  .md\:hover\:text-dark-soft:hover {
    color: #dadcde;
  }

  .md\:hover\:text-dark-softer:hover {
    color: #738596;
  }

  .md\:hover\:text-dark-softest:hover {
    color: #a2aebc;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-black-darkest:hover {
    color: #000;
  }

  .md\:hover\:text-black:hover {
    color: #222b2f;
  }

  .md\:hover\:text-grey-darkest:hover {
    color: #364349;
  }

  .md\:hover\:text-grey-darker:hover {
    color: #596a73;
  }

  .md\:hover\:text-grey-dark:hover {
    color: #70818a;
  }

  .md\:hover\:text-grey:hover {
    color: #9babb4;
  }

  .md\:hover\:text-grey-light:hover {
    color: #738596;
  }

  .md\:hover\:text-grey-lighter:hover {
    color: #a2aebc;
  }

  .md\:hover\:text-grey-lightest:hover {
    color: #dadcde;
  }

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

  .md\:hover\:text-white-darker:hover {
    color: #ecf1f1;
  }

  .md\:hover\:text-primary-darkest:hover {
    color: #0d3331;
  }

  .md\:hover\:text-primary-darker:hover {
    color: #20504f;
  }

  .md\:hover\:text-primary-dark:hover {
    color: #0c6a68;
  }

  .md\:hover\:text-primary:hover {
    color: #129d9a;
  }

  .md\:hover\:text-primary-light:hover {
    color: #64d5ca;
  }

  .md\:hover\:text-primary-lighter:hover {
    color: #b3d6d5;
  }

  .md\:hover\:text-primary-lightest:hover {
    color: #bbe1e0;
  }

  .md\:hover\:text-primary-most-lightest:hover {
    color: #fdfff7;
  }

  .md\:hover\:text-secondary-darkest:hover {
    color: #462a16;
  }

  .md\:hover\:text-secondary-darker:hover {
    color: #bf881b;
  }

  .md\:hover\:text-secondary-dark:hover {
    color: #ff9919;
  }

  .md\:hover\:text-secondary:hover {
    color: #ffb21d;
  }

  .md\:hover\:text-secondary-light:hover {
    color: #ffc761;
  }

  .md\:hover\:text-secondary-lighter:hover {
    color: #f9c4ad;
  }

  .md\:hover\:text-secondary-lightest:hover {
    color: #ffedd2;
  }

  .md\:hover\:text-error-darkest:hover {
    color: #3b0d0c;
  }

  .md\:hover\:text-error-darker:hover {
    color: #621b18;
  }

  .md\:hover\:text-error-dark:hover {
    color: #cc1f1a;
  }

  .md\:hover\:text-error:hover {
    color: #fd1d23;
  }

  .md\:hover\:text-error-light:hover {
    color: #ef5753;
  }

  .md\:hover\:text-error-lighter:hover {
    color: #f9acaa;
  }

  .md\:hover\:text-error-lightest:hover {
    color: #fcebea;
  }

  .md\:hover\:text-warning-darkest:hover {
    color: #462a16;
  }

  .md\:hover\:text-warning-darker:hover {
    color: #613b1f;
  }

  .md\:hover\:text-warning-dark:hover {
    color: #de751f;
  }

  .md\:hover\:text-warning:hover {
    color: #ff811d;
  }

  .md\:hover\:text-warning-light:hover {
    color: #ff9f6a;
  }

  .md\:hover\:text-warning-lighter:hover {
    color: #f9c4ad;
  }

  .md\:hover\:text-warning-lightest:hover {
    color: #fff8e6;
  }

  .md\:hover\:text-success-darkest:hover {
    color: #0f2f21;
  }

  .md\:hover\:text-success-darker:hover {
    color: #1a4731;
  }

  .md\:hover\:text-success-dark:hover {
    color: #1f9d55;
  }

  .md\:hover\:text-success:hover {
    color: #21d018;
  }

  .md\:hover\:text-success-light:hover {
    color: #51d88a;
  }

  .md\:hover\:text-success-lighter:hover {
    color: #a2f5bf;
  }

  .md\:hover\:text-success-lightest:hover {
    color: #e3fcec;
  }

  .md\:hover\:text-info-darkest:hover {
    color: #12283a;
  }

  .md\:hover\:text-info-darker:hover {
    color: #1c3d5a;
  }

  .md\:hover\:text-info-dark:hover {
    color: #2779bd;
  }

  .md\:hover\:text-info:hover {
    color: #234fac;
  }

  .md\:hover\:text-info-light:hover {
    color: #6cb2eb;
  }

  .md\:hover\:text-info-lighter:hover {
    color: #bcdefa;
  }

  .md\:hover\:text-info-lightest:hover {
    color: #cde5f7;
  }

  .md\:text-xs {
    font-size: .75rem;
  }

  .md\:text-sm {
    font-size: .875rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .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\:text-7xl {
    font-size: 4rem;
  }

  .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\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .md\:tracking-normal {
    letter-spacing: 0;
  }

  .md\:tracking-wide {
    letter-spacing: .05em;
  }

  .md\:tracking-wider {
    letter-spacing: .1em;
  }

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

  .group:hover .md\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .md\:group-hover\: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-6 {
    width: 1.5rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .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-2\/4 {
    width: 50%;
  }

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

  .md\:expand-outside {
    top: -25px;
    height: calc(100% + 50px);
  }
}

@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-light {
    background-color: #fff;
  }

  .lg\:bg-soft {
    background-color: #f5f6f7;
  }

  .lg\:bg-soft-darker {
    background-color: #f4f9fb;
  }

  .lg\:bg-dark {
    background-color: #323940;
  }

  .lg\:bg-dark-soft {
    background-color: #dadcde;
  }

  .lg\:bg-dark-softer {
    background-color: #738596;
  }

  .lg\:bg-dark-softest {
    background-color: #a2aebc;
  }

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

  .lg\:bg-black-darkest {
    background-color: #000;
  }

  .lg\:bg-black {
    background-color: #222b2f;
  }

  .lg\:bg-grey-darkest {
    background-color: #364349;
  }

  .lg\:bg-grey-darker {
    background-color: #596a73;
  }

  .lg\:bg-grey-dark {
    background-color: #70818a;
  }

  .lg\:bg-grey {
    background-color: #9babb4;
  }

  .lg\:bg-grey-light {
    background-color: #738596;
  }

  .lg\:bg-grey-lighter {
    background-color: #a2aebc;
  }

  .lg\:bg-grey-lightest {
    background-color: #dadcde;
  }

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

  .lg\:bg-white-darker {
    background-color: #ecf1f1;
  }

  .lg\:bg-primary-darkest {
    background-color: #0d3331;
  }

  .lg\:bg-primary-darker {
    background-color: #20504f;
  }

  .lg\:bg-primary-dark {
    background-color: #0c6a68;
  }

  .lg\:bg-primary {
    background-color: #129d9a;
  }

  .lg\:bg-primary-light {
    background-color: #64d5ca;
  }

  .lg\:bg-primary-lighter {
    background-color: #b3d6d5;
  }

  .lg\:bg-primary-lightest {
    background-color: #bbe1e0;
  }

  .lg\:bg-primary-most-lightest {
    background-color: #fdfff7;
  }

  .lg\:bg-secondary-darkest {
    background-color: #462a16;
  }

  .lg\:bg-secondary-darker {
    background-color: #bf881b;
  }

  .lg\:bg-secondary-dark {
    background-color: #ff9919;
  }

  .lg\:bg-secondary {
    background-color: #ffb21d;
  }

  .lg\:bg-secondary-light {
    background-color: #ffc761;
  }

  .lg\:bg-secondary-lighter {
    background-color: #f9c4ad;
  }

  .lg\:bg-secondary-lightest {
    background-color: #ffedd2;
  }

  .lg\:bg-error-darkest {
    background-color: #3b0d0c;
  }

  .lg\:bg-error-darker {
    background-color: #621b18;
  }

  .lg\:bg-error-dark {
    background-color: #cc1f1a;
  }

  .lg\:bg-error {
    background-color: #fd1d23;
  }

  .lg\:bg-error-light {
    background-color: #ef5753;
  }

  .lg\:bg-error-lighter {
    background-color: #f9acaa;
  }

  .lg\:bg-error-lightest {
    background-color: #fcebea;
  }

  .lg\:bg-warning-darkest {
    background-color: #462a16;
  }

  .lg\:bg-warning-darker {
    background-color: #613b1f;
  }

  .lg\:bg-warning-dark {
    background-color: #de751f;
  }

  .lg\:bg-warning {
    background-color: #ff811d;
  }

  .lg\:bg-warning-light {
    background-color: #ff9f6a;
  }

  .lg\:bg-warning-lighter {
    background-color: #f9c4ad;
  }

  .lg\:bg-warning-lightest {
    background-color: #fff8e6;
  }

  .lg\:bg-success-darkest {
    background-color: #0f2f21;
  }

  .lg\:bg-success-darker {
    background-color: #1a4731;
  }

  .lg\:bg-success-dark {
    background-color: #1f9d55;
  }

  .lg\:bg-success {
    background-color: #21d018;
  }

  .lg\:bg-success-light {
    background-color: #51d88a;
  }

  .lg\:bg-success-lighter {
    background-color: #a2f5bf;
  }

  .lg\:bg-success-lightest {
    background-color: #e3fcec;
  }

  .lg\:bg-info-darkest {
    background-color: #12283a;
  }

  .lg\:bg-info-darker {
    background-color: #1c3d5a;
  }

  .lg\:bg-info-dark {
    background-color: #2779bd;
  }

  .lg\:bg-info {
    background-color: #234fac;
  }

  .lg\:bg-info-light {
    background-color: #6cb2eb;
  }

  .lg\:bg-info-lighter {
    background-color: #bcdefa;
  }

  .lg\:bg-info-lightest {
    background-color: #cde5f7;
  }

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

  .lg\:hover\:bg-soft:hover {
    background-color: #f5f6f7;
  }

  .lg\:hover\:bg-soft-darker:hover {
    background-color: #f4f9fb;
  }

  .lg\:hover\:bg-dark:hover {
    background-color: #323940;
  }

  .lg\:hover\:bg-dark-soft:hover {
    background-color: #dadcde;
  }

  .lg\:hover\:bg-dark-softer:hover {
    background-color: #738596;
  }

  .lg\:hover\:bg-dark-softest:hover {
    background-color: #a2aebc;
  }

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

  .lg\:hover\:bg-black-darkest:hover {
    background-color: #000;
  }

  .lg\:hover\:bg-black:hover {
    background-color: #222b2f;
  }

  .lg\:hover\:bg-grey-darkest:hover {
    background-color: #364349;
  }

  .lg\:hover\:bg-grey-darker:hover {
    background-color: #596a73;
  }

  .lg\:hover\:bg-grey-dark:hover {
    background-color: #70818a;
  }

  .lg\:hover\:bg-grey:hover {
    background-color: #9babb4;
  }

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

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

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

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

  .lg\:hover\:bg-white-darker:hover {
    background-color: #ecf1f1;
  }

  .lg\:hover\:bg-primary-darkest:hover {
    background-color: #0d3331;
  }

  .lg\:hover\:bg-primary-darker:hover {
    background-color: #20504f;
  }

  .lg\:hover\:bg-primary-dark:hover {
    background-color: #0c6a68;
  }

  .lg\:hover\:bg-primary:hover {
    background-color: #129d9a;
  }

  .lg\:hover\:bg-primary-light:hover {
    background-color: #64d5ca;
  }

  .lg\:hover\:bg-primary-lighter:hover {
    background-color: #b3d6d5;
  }

  .lg\:hover\:bg-primary-lightest:hover {
    background-color: #bbe1e0;
  }

  .lg\:hover\:bg-primary-most-lightest:hover {
    background-color: #fdfff7;
  }

  .lg\:hover\:bg-secondary-darkest:hover {
    background-color: #462a16;
  }

  .lg\:hover\:bg-secondary-darker:hover {
    background-color: #bf881b;
  }

  .lg\:hover\:bg-secondary-dark:hover {
    background-color: #ff9919;
  }

  .lg\:hover\:bg-secondary:hover {
    background-color: #ffb21d;
  }

  .lg\:hover\:bg-secondary-light:hover {
    background-color: #ffc761;
  }

  .lg\:hover\:bg-secondary-lighter:hover {
    background-color: #f9c4ad;
  }

  .lg\:hover\:bg-secondary-lightest:hover {
    background-color: #ffedd2;
  }

  .lg\:hover\:bg-error-darkest:hover {
    background-color: #3b0d0c;
  }

  .lg\:hover\:bg-error-darker:hover {
    background-color: #621b18;
  }

  .lg\:hover\:bg-error-dark:hover {
    background-color: #cc1f1a;
  }

  .lg\:hover\:bg-error:hover {
    background-color: #fd1d23;
  }

  .lg\:hover\:bg-error-light:hover {
    background-color: #ef5753;
  }

  .lg\:hover\:bg-error-lighter:hover {
    background-color: #f9acaa;
  }

  .lg\:hover\:bg-error-lightest:hover {
    background-color: #fcebea;
  }

  .lg\:hover\:bg-warning-darkest:hover {
    background-color: #462a16;
  }

  .lg\:hover\:bg-warning-darker:hover {
    background-color: #613b1f;
  }

  .lg\:hover\:bg-warning-dark:hover {
    background-color: #de751f;
  }

  .lg\:hover\:bg-warning:hover {
    background-color: #ff811d;
  }

  .lg\:hover\:bg-warning-light:hover {
    background-color: #ff9f6a;
  }

  .lg\:hover\:bg-warning-lighter:hover {
    background-color: #f9c4ad;
  }

  .lg\:hover\:bg-warning-lightest:hover {
    background-color: #fff8e6;
  }

  .lg\:hover\:bg-success-darkest:hover {
    background-color: #0f2f21;
  }

  .lg\:hover\:bg-success-darker:hover {
    background-color: #1a4731;
  }

  .lg\:hover\:bg-success-dark:hover {
    background-color: #1f9d55;
  }

  .lg\:hover\:bg-success:hover {
    background-color: #21d018;
  }

  .lg\:hover\:bg-success-light:hover {
    background-color: #51d88a;
  }

  .lg\:hover\:bg-success-lighter:hover {
    background-color: #a2f5bf;
  }

  .lg\:hover\:bg-success-lightest:hover {
    background-color: #e3fcec;
  }

  .lg\:hover\:bg-info-darkest:hover {
    background-color: #12283a;
  }

  .lg\:hover\:bg-info-darker:hover {
    background-color: #1c3d5a;
  }

  .lg\:hover\:bg-info-dark:hover {
    background-color: #2779bd;
  }

  .lg\:hover\:bg-info:hover {
    background-color: #234fac;
  }

  .lg\:hover\:bg-info-light:hover {
    background-color: #6cb2eb;
  }

  .lg\:hover\:bg-info-lighter:hover {
    background-color: #bcdefa;
  }

  .lg\:hover\:bg-info-lightest:hover {
    background-color: #cde5f7;
  }

  .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-auto {
    background-size: auto;
  }

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

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

  .lg\:border-light {
    border-color: #fff;
  }

  .lg\:border-soft {
    border-color: #f5f6f7;
  }

  .lg\:border-soft-darker {
    border-color: #f4f9fb;
  }

  .lg\:border-dark {
    border-color: #323940;
  }

  .lg\:border-dark-soft {
    border-color: #dadcde;
  }

  .lg\:border-dark-softer {
    border-color: #738596;
  }

  .lg\:border-dark-softest {
    border-color: #a2aebc;
  }

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

  .lg\:border-black-darkest {
    border-color: #000;
  }

  .lg\:border-black {
    border-color: #222b2f;
  }

  .lg\:border-grey-darkest {
    border-color: #364349;
  }

  .lg\:border-grey-darker {
    border-color: #596a73;
  }

  .lg\:border-grey-dark {
    border-color: #70818a;
  }

  .lg\:border-grey {
    border-color: #9babb4;
  }

  .lg\:border-grey-light {
    border-color: #738596;
  }

  .lg\:border-grey-lighter {
    border-color: #a2aebc;
  }

  .lg\:border-grey-lightest {
    border-color: #dadcde;
  }

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

  .lg\:border-white-darker {
    border-color: #ecf1f1;
  }

  .lg\:border-primary-darkest {
    border-color: #0d3331;
  }

  .lg\:border-primary-darker {
    border-color: #20504f;
  }

  .lg\:border-primary-dark {
    border-color: #0c6a68;
  }

  .lg\:border-primary {
    border-color: #129d9a;
  }

  .lg\:border-primary-light {
    border-color: #64d5ca;
  }

  .lg\:border-primary-lighter {
    border-color: #b3d6d5;
  }

  .lg\:border-primary-lightest {
    border-color: #bbe1e0;
  }

  .lg\:border-primary-most-lightest {
    border-color: #fdfff7;
  }

  .lg\:border-secondary-darkest {
    border-color: #462a16;
  }

  .lg\:border-secondary-darker {
    border-color: #bf881b;
  }

  .lg\:border-secondary-dark {
    border-color: #ff9919;
  }

  .lg\:border-secondary {
    border-color: #ffb21d;
  }

  .lg\:border-secondary-light {
    border-color: #ffc761;
  }

  .lg\:border-secondary-lighter {
    border-color: #f9c4ad;
  }

  .lg\:border-secondary-lightest {
    border-color: #ffedd2;
  }

  .lg\:border-error-darkest {
    border-color: #3b0d0c;
  }

  .lg\:border-error-darker {
    border-color: #621b18;
  }

  .lg\:border-error-dark {
    border-color: #cc1f1a;
  }

  .lg\:border-error {
    border-color: #fd1d23;
  }

  .lg\:border-error-light {
    border-color: #ef5753;
  }

  .lg\:border-error-lighter {
    border-color: #f9acaa;
  }

  .lg\:border-error-lightest {
    border-color: #fcebea;
  }

  .lg\:border-warning-darkest {
    border-color: #462a16;
  }

  .lg\:border-warning-darker {
    border-color: #613b1f;
  }

  .lg\:border-warning-dark {
    border-color: #de751f;
  }

  .lg\:border-warning {
    border-color: #ff811d;
  }

  .lg\:border-warning-light {
    border-color: #ff9f6a;
  }

  .lg\:border-warning-lighter {
    border-color: #f9c4ad;
  }

  .lg\:border-warning-lightest {
    border-color: #fff8e6;
  }

  .lg\:border-success-darkest {
    border-color: #0f2f21;
  }

  .lg\:border-success-darker {
    border-color: #1a4731;
  }

  .lg\:border-success-dark {
    border-color: #1f9d55;
  }

  .lg\:border-success {
    border-color: #21d018;
  }

  .lg\:border-success-light {
    border-color: #51d88a;
  }

  .lg\:border-success-lighter {
    border-color: #a2f5bf;
  }

  .lg\:border-success-lightest {
    border-color: #e3fcec;
  }

  .lg\:border-info-darkest {
    border-color: #12283a;
  }

  .lg\:border-info-darker {
    border-color: #1c3d5a;
  }

  .lg\:border-info-dark {
    border-color: #2779bd;
  }

  .lg\:border-info {
    border-color: #234fac;
  }

  .lg\:border-info-light {
    border-color: #6cb2eb;
  }

  .lg\:border-info-lighter {
    border-color: #bcdefa;
  }

  .lg\:border-info-lightest {
    border-color: #cde5f7;
  }

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

  .lg\:hover\:border-soft:hover {
    border-color: #f5f6f7;
  }

  .lg\:hover\:border-soft-darker:hover {
    border-color: #f4f9fb;
  }

  .lg\:hover\:border-dark:hover {
    border-color: #323940;
  }

  .lg\:hover\:border-dark-soft:hover {
    border-color: #dadcde;
  }

  .lg\:hover\:border-dark-softer:hover {
    border-color: #738596;
  }

  .lg\:hover\:border-dark-softest:hover {
    border-color: #a2aebc;
  }

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

  .lg\:hover\:border-black-darkest:hover {
    border-color: #000;
  }

  .lg\:hover\:border-black:hover {
    border-color: #222b2f;
  }

  .lg\:hover\:border-grey-darkest:hover {
    border-color: #364349;
  }

  .lg\:hover\:border-grey-darker:hover {
    border-color: #596a73;
  }

  .lg\:hover\:border-grey-dark:hover {
    border-color: #70818a;
  }

  .lg\:hover\:border-grey:hover {
    border-color: #9babb4;
  }

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

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

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

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

  .lg\:hover\:border-white-darker:hover {
    border-color: #ecf1f1;
  }

  .lg\:hover\:border-primary-darkest:hover {
    border-color: #0d3331;
  }

  .lg\:hover\:border-primary-darker:hover {
    border-color: #20504f;
  }

  .lg\:hover\:border-primary-dark:hover {
    border-color: #0c6a68;
  }

  .lg\:hover\:border-primary:hover {
    border-color: #129d9a;
  }

  .lg\:hover\:border-primary-light:hover {
    border-color: #64d5ca;
  }

  .lg\:hover\:border-primary-lighter:hover {
    border-color: #b3d6d5;
  }

  .lg\:hover\:border-primary-lightest:hover {
    border-color: #bbe1e0;
  }

  .lg\:hover\:border-primary-most-lightest:hover {
    border-color: #fdfff7;
  }

  .lg\:hover\:border-secondary-darkest:hover {
    border-color: #462a16;
  }

  .lg\:hover\:border-secondary-darker:hover {
    border-color: #bf881b;
  }

  .lg\:hover\:border-secondary-dark:hover {
    border-color: #ff9919;
  }

  .lg\:hover\:border-secondary:hover {
    border-color: #ffb21d;
  }

  .lg\:hover\:border-secondary-light:hover {
    border-color: #ffc761;
  }

  .lg\:hover\:border-secondary-lighter:hover {
    border-color: #f9c4ad;
  }

  .lg\:hover\:border-secondary-lightest:hover {
    border-color: #ffedd2;
  }

  .lg\:hover\:border-error-darkest:hover {
    border-color: #3b0d0c;
  }

  .lg\:hover\:border-error-darker:hover {
    border-color: #621b18;
  }

  .lg\:hover\:border-error-dark:hover {
    border-color: #cc1f1a;
  }

  .lg\:hover\:border-error:hover {
    border-color: #fd1d23;
  }

  .lg\:hover\:border-error-light:hover {
    border-color: #ef5753;
  }

  .lg\:hover\:border-error-lighter:hover {
    border-color: #f9acaa;
  }

  .lg\:hover\:border-error-lightest:hover {
    border-color: #fcebea;
  }

  .lg\:hover\:border-warning-darkest:hover {
    border-color: #462a16;
  }

  .lg\:hover\:border-warning-darker:hover {
    border-color: #613b1f;
  }

  .lg\:hover\:border-warning-dark:hover {
    border-color: #de751f;
  }

  .lg\:hover\:border-warning:hover {
    border-color: #ff811d;
  }

  .lg\:hover\:border-warning-light:hover {
    border-color: #ff9f6a;
  }

  .lg\:hover\:border-warning-lighter:hover {
    border-color: #f9c4ad;
  }

  .lg\:hover\:border-warning-lightest:hover {
    border-color: #fff8e6;
  }

  .lg\:hover\:border-success-darkest:hover {
    border-color: #0f2f21;
  }

  .lg\:hover\:border-success-darker:hover {
    border-color: #1a4731;
  }

  .lg\:hover\:border-success-dark:hover {
    border-color: #1f9d55;
  }

  .lg\:hover\:border-success:hover {
    border-color: #21d018;
  }

  .lg\:hover\:border-success-light:hover {
    border-color: #51d88a;
  }

  .lg\:hover\:border-success-lighter:hover {
    border-color: #a2f5bf;
  }

  .lg\:hover\:border-success-lightest:hover {
    border-color: #e3fcec;
  }

  .lg\:hover\:border-info-darkest:hover {
    border-color: #12283a;
  }

  .lg\:hover\:border-info-darker:hover {
    border-color: #1c3d5a;
  }

  .lg\:hover\:border-info-dark:hover {
    border-color: #2779bd;
  }

  .lg\:hover\:border-info:hover {
    border-color: #234fac;
  }

  .lg\:hover\:border-info-light:hover {
    border-color: #6cb2eb;
  }

  .lg\:hover\:border-info-lighter:hover {
    border-color: #bcdefa;
  }

  .lg\:hover\:border-info-lightest:hover {
    border-color: #cde5f7;
  }

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

  .lg\:focus\:border-soft:focus {
    border-color: #f5f6f7;
  }

  .lg\:focus\:border-soft-darker:focus {
    border-color: #f4f9fb;
  }

  .lg\:focus\:border-dark:focus {
    border-color: #323940;
  }

  .lg\:focus\:border-dark-soft:focus {
    border-color: #dadcde;
  }

  .lg\:focus\:border-dark-softer:focus {
    border-color: #738596;
  }

  .lg\:focus\:border-dark-softest:focus {
    border-color: #a2aebc;
  }

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

  .lg\:focus\:border-black-darkest:focus {
    border-color: #000;
  }

  .lg\:focus\:border-black:focus {
    border-color: #222b2f;
  }

  .lg\:focus\:border-grey-darkest:focus {
    border-color: #364349;
  }

  .lg\:focus\:border-grey-darker:focus {
    border-color: #596a73;
  }

  .lg\:focus\:border-grey-dark:focus {
    border-color: #70818a;
  }

  .lg\:focus\:border-grey:focus {
    border-color: #9babb4;
  }

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

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

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

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

  .lg\:focus\:border-white-darker:focus {
    border-color: #ecf1f1;
  }

  .lg\:focus\:border-primary-darkest:focus {
    border-color: #0d3331;
  }

  .lg\:focus\:border-primary-darker:focus {
    border-color: #20504f;
  }

  .lg\:focus\:border-primary-dark:focus {
    border-color: #0c6a68;
  }

  .lg\:focus\:border-primary:focus {
    border-color: #129d9a;
  }

  .lg\:focus\:border-primary-light:focus {
    border-color: #64d5ca;
  }

  .lg\:focus\:border-primary-lighter:focus {
    border-color: #b3d6d5;
  }

  .lg\:focus\:border-primary-lightest:focus {
    border-color: #bbe1e0;
  }

  .lg\:focus\:border-primary-most-lightest:focus {
    border-color: #fdfff7;
  }

  .lg\:focus\:border-secondary-darkest:focus {
    border-color: #462a16;
  }

  .lg\:focus\:border-secondary-darker:focus {
    border-color: #bf881b;
  }

  .lg\:focus\:border-secondary-dark:focus {
    border-color: #ff9919;
  }

  .lg\:focus\:border-secondary:focus {
    border-color: #ffb21d;
  }

  .lg\:focus\:border-secondary-light:focus {
    border-color: #ffc761;
  }

  .lg\:focus\:border-secondary-lighter:focus {
    border-color: #f9c4ad;
  }

  .lg\:focus\:border-secondary-lightest:focus {
    border-color: #ffedd2;
  }

  .lg\:focus\:border-error-darkest:focus {
    border-color: #3b0d0c;
  }

  .lg\:focus\:border-error-darker:focus {
    border-color: #621b18;
  }

  .lg\:focus\:border-error-dark:focus {
    border-color: #cc1f1a;
  }

  .lg\:focus\:border-error:focus {
    border-color: #fd1d23;
  }

  .lg\:focus\:border-error-light:focus {
    border-color: #ef5753;
  }

  .lg\:focus\:border-error-lighter:focus {
    border-color: #f9acaa;
  }

  .lg\:focus\:border-error-lightest:focus {
    border-color: #fcebea;
  }

  .lg\:focus\:border-warning-darkest:focus {
    border-color: #462a16;
  }

  .lg\:focus\:border-warning-darker:focus {
    border-color: #613b1f;
  }

  .lg\:focus\:border-warning-dark:focus {
    border-color: #de751f;
  }

  .lg\:focus\:border-warning:focus {
    border-color: #ff811d;
  }

  .lg\:focus\:border-warning-light:focus {
    border-color: #ff9f6a;
  }

  .lg\:focus\:border-warning-lighter:focus {
    border-color: #f9c4ad;
  }

  .lg\:focus\:border-warning-lightest:focus {
    border-color: #fff8e6;
  }

  .lg\:focus\:border-success-darkest:focus {
    border-color: #0f2f21;
  }

  .lg\:focus\:border-success-darker:focus {
    border-color: #1a4731;
  }

  .lg\:focus\:border-success-dark:focus {
    border-color: #1f9d55;
  }

  .lg\:focus\:border-success:focus {
    border-color: #21d018;
  }

  .lg\:focus\:border-success-light:focus {
    border-color: #51d88a;
  }

  .lg\:focus\:border-success-lighter:focus {
    border-color: #a2f5bf;
  }

  .lg\:focus\:border-success-lightest:focus {
    border-color: #e3fcec;
  }

  .lg\:focus\:border-info-darkest:focus {
    border-color: #12283a;
  }

  .lg\:focus\:border-info-darker:focus {
    border-color: #1c3d5a;
  }

  .lg\:focus\:border-info-dark:focus {
    border-color: #2779bd;
  }

  .lg\:focus\:border-info:focus {
    border-color: #234fac;
  }

  .lg\:focus\:border-info-light:focus {
    border-color: #6cb2eb;
  }

  .lg\:focus\:border-info-lighter:focus {
    border-color: #bcdefa;
  }

  .lg\:focus\:border-info-lightest:focus {
    border-color: #cde5f7;
  }

  .group:hover .lg\:group-hover\:border-light {
    border-color: #fff;
  }

  .group:hover .lg\:group-hover\:border-soft {
    border-color: #f5f6f7;
  }

  .group:hover .lg\:group-hover\:border-soft-darker {
    border-color: #f4f9fb;
  }

  .group:hover .lg\:group-hover\:border-dark {
    border-color: #323940;
  }

  .group:hover .lg\:group-hover\:border-dark-soft {
    border-color: #dadcde;
  }

  .group:hover .lg\:group-hover\:border-dark-softer {
    border-color: #738596;
  }

  .group:hover .lg\:group-hover\:border-dark-softest {
    border-color: #a2aebc;
  }

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

  .group:hover .lg\:group-hover\:border-black-darkest {
    border-color: #000;
  }

  .group:hover .lg\:group-hover\:border-black {
    border-color: #222b2f;
  }

  .group:hover .lg\:group-hover\:border-grey-darkest {
    border-color: #364349;
  }

  .group:hover .lg\:group-hover\:border-grey-darker {
    border-color: #596a73;
  }

  .group:hover .lg\:group-hover\:border-grey-dark {
    border-color: #70818a;
  }

  .group:hover .lg\:group-hover\:border-grey {
    border-color: #9babb4;
  }

  .group:hover .lg\:group-hover\:border-grey-light {
    border-color: #738596;
  }

  .group:hover .lg\:group-hover\:border-grey-lighter {
    border-color: #a2aebc;
  }

  .group:hover .lg\:group-hover\:border-grey-lightest {
    border-color: #dadcde;
  }

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

  .group:hover .lg\:group-hover\:border-white-darker {
    border-color: #ecf1f1;
  }

  .group:hover .lg\:group-hover\:border-primary-darkest {
    border-color: #0d3331;
  }

  .group:hover .lg\:group-hover\:border-primary-darker {
    border-color: #20504f;
  }

  .group:hover .lg\:group-hover\:border-primary-dark {
    border-color: #0c6a68;
  }

  .group:hover .lg\:group-hover\:border-primary {
    border-color: #129d9a;
  }

  .group:hover .lg\:group-hover\:border-primary-light {
    border-color: #64d5ca;
  }

  .group:hover .lg\:group-hover\:border-primary-lighter {
    border-color: #b3d6d5;
  }

  .group:hover .lg\:group-hover\:border-primary-lightest {
    border-color: #bbe1e0;
  }

  .group:hover .lg\:group-hover\:border-primary-most-lightest {
    border-color: #fdfff7;
  }

  .group:hover .lg\:group-hover\:border-secondary-darkest {
    border-color: #462a16;
  }

  .group:hover .lg\:group-hover\:border-secondary-darker {
    border-color: #bf881b;
  }

  .group:hover .lg\:group-hover\:border-secondary-dark {
    border-color: #ff9919;
  }

  .group:hover .lg\:group-hover\:border-secondary {
    border-color: #ffb21d;
  }

  .group:hover .lg\:group-hover\:border-secondary-light {
    border-color: #ffc761;
  }

  .group:hover .lg\:group-hover\:border-secondary-lighter {
    border-color: #f9c4ad;
  }

  .group:hover .lg\:group-hover\:border-secondary-lightest {
    border-color: #ffedd2;
  }

  .group:hover .lg\:group-hover\:border-error-darkest {
    border-color: #3b0d0c;
  }

  .group:hover .lg\:group-hover\:border-error-darker {
    border-color: #621b18;
  }

  .group:hover .lg\:group-hover\:border-error-dark {
    border-color: #cc1f1a;
  }

  .group:hover .lg\:group-hover\:border-error {
    border-color: #fd1d23;
  }

  .group:hover .lg\:group-hover\:border-error-light {
    border-color: #ef5753;
  }

  .group:hover .lg\:group-hover\:border-error-lighter {
    border-color: #f9acaa;
  }

  .group:hover .lg\:group-hover\:border-error-lightest {
    border-color: #fcebea;
  }

  .group:hover .lg\:group-hover\:border-warning-darkest {
    border-color: #462a16;
  }

  .group:hover .lg\:group-hover\:border-warning-darker {
    border-color: #613b1f;
  }

  .group:hover .lg\:group-hover\:border-warning-dark {
    border-color: #de751f;
  }

  .group:hover .lg\:group-hover\:border-warning {
    border-color: #ff811d;
  }

  .group:hover .lg\:group-hover\:border-warning-light {
    border-color: #ff9f6a;
  }

  .group:hover .lg\:group-hover\:border-warning-lighter {
    border-color: #f9c4ad;
  }

  .group:hover .lg\:group-hover\:border-warning-lightest {
    border-color: #fff8e6;
  }

  .group:hover .lg\:group-hover\:border-success-darkest {
    border-color: #0f2f21;
  }

  .group:hover .lg\:group-hover\:border-success-darker {
    border-color: #1a4731;
  }

  .group:hover .lg\:group-hover\:border-success-dark {
    border-color: #1f9d55;
  }

  .group:hover .lg\:group-hover\:border-success {
    border-color: #21d018;
  }

  .group:hover .lg\:group-hover\:border-success-light {
    border-color: #51d88a;
  }

  .group:hover .lg\:group-hover\:border-success-lighter {
    border-color: #a2f5bf;
  }

  .group:hover .lg\:group-hover\:border-success-lightest {
    border-color: #e3fcec;
  }

  .group:hover .lg\:group-hover\:border-info-darkest {
    border-color: #12283a;
  }

  .group:hover .lg\:group-hover\:border-info-darker {
    border-color: #1c3d5a;
  }

  .group:hover .lg\:group-hover\:border-info-dark {
    border-color: #2779bd;
  }

  .group:hover .lg\:group-hover\:border-info {
    border-color: #234fac;
  }

  .group:hover .lg\:group-hover\:border-info-light {
    border-color: #6cb2eb;
  }

  .group:hover .lg\:group-hover\:border-info-lighter {
    border-color: #bcdefa;
  }

  .group:hover .lg\:group-hover\:border-info-lightest {
    border-color: #cde5f7;
  }

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

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

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

  .lg\:rounded-lg {
    border-radius: .3rem;
  }

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

  .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-lg {
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
  }

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

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

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

  .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-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-lg {
    border-top-left-radius: .3rem;
  }

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

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

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

  .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\: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-5 {
    border-width: 5px;
  }

  .lg\:border-6 {
    border-width: 6px;
  }

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

  .lg\:border-15 {
    border-width: 15px;
  }

  .lg\:border-25 {
    border-width: 25px;
  }

  .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-5 {
    border-top-width: 5px;
  }

  .lg\:border-r-5 {
    border-right-width: 5px;
  }

  .lg\:border-b-5 {
    border-bottom-width: 5px;
  }

  .lg\:border-l-5 {
    border-left-width: 5px;
  }

  .lg\:border-t-6 {
    border-top-width: 6px;
  }

  .lg\:border-r-6 {
    border-right-width: 6px;
  }

  .lg\:border-b-6 {
    border-bottom-width: 6px;
  }

  .lg\:border-l-6 {
    border-left-width: 6px;
  }

  .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-15 {
    border-top-width: 15px;
  }

  .lg\:border-r-15 {
    border-right-width: 15px;
  }

  .lg\:border-b-15 {
    border-bottom-width: 15px;
  }

  .lg\:border-l-15 {
    border-left-width: 15px;
  }

  .lg\:border-t-25 {
    border-top-width: 25px;
  }

  .lg\:border-r-25 {
    border-right-width: 25px;
  }

  .lg\:border-b-25 {
    border-bottom-width: 25px;
  }

  .lg\:border-l-25 {
    border-left-width: 25px;
  }

  .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: Nunito, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  }

  .lg\:font-serif {
    font-family: Trocchi, Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .lg\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .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\:h-1 {
    height: .25rem;
  }

  .lg\:h-2 {
    height: .5rem;
  }

  .lg\:h-3 {
    height: .75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .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-24 {
    height: 6rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-42 {
    height: 10rem;
  }

  .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\:h-md {
    height: 17rem;
  }

  .lg\:h-lg {
    height: 32rem;
  }

  .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-8 {
    margin: 2rem;
  }

  .lg\:m-12 {
    margin: 3rem;
  }

  .lg\:m-16 {
    margin: 4rem;
  }

  .lg\:m-20 {
    margin: 5rem;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .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-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .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-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-8 {
    margin-top: 2rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .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-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-126 {
    max-height: 48rem;
  }

  .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-12 {
    margin: -3rem;
  }

  .lg\:-m-16 {
    margin: -4rem;
  }

  .lg\:-m-20 {
    margin: -5rem;
  }

  .lg\:-m-24 {
    margin: -6rem;
  }

  .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-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-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-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-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-50 {
    opacity: .5;
  }

  .lg\:opacity-75 {
    opacity: .75;
  }

  .lg\:opacity-90 {
    opacity: .9;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .lg\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .lg\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .lg\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .lg\:hover\:opacity-90:hover {
    opacity: .9;
  }

  .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-20 {
    padding: 5rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

  .lg\:p-48 {
    padding: 12rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .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-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-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .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-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-48 {
    padding-top: 12rem;
  }

  .lg\:pr-48 {
    padding-right: 12rem;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:pl-48 {
    padding-left: 12rem;
  }

  .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\: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 8px 20px #e3e7ea;;
  }

  .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-none {
    box-shadow: none;
  }

  .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-light {
    color: #fff;
  }

  .lg\:text-soft {
    color: #f5f6f7;
  }

  .lg\:text-soft-darker {
    color: #f4f9fb;
  }

  .lg\:text-dark {
    color: #323940;
  }

  .lg\:text-dark-soft {
    color: #dadcde;
  }

  .lg\:text-dark-softer {
    color: #738596;
  }

  .lg\:text-dark-softest {
    color: #a2aebc;
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-black-darkest {
    color: #000;
  }

  .lg\:text-black {
    color: #222b2f;
  }

  .lg\:text-grey-darkest {
    color: #364349;
  }

  .lg\:text-grey-darker {
    color: #596a73;
  }

  .lg\:text-grey-dark {
    color: #70818a;
  }

  .lg\:text-grey {
    color: #9babb4;
  }

  .lg\:text-grey-light {
    color: #738596;
  }

  .lg\:text-grey-lighter {
    color: #a2aebc;
  }

  .lg\:text-grey-lightest {
    color: #dadcde;
  }

  .lg\:text-white {
    color: #fff;
  }

  .lg\:text-white-darker {
    color: #ecf1f1;
  }

  .lg\:text-primary-darkest {
    color: #0d3331;
  }

  .lg\:text-primary-darker {
    color: #20504f;
  }

  .lg\:text-primary-dark {
    color: #0c6a68;
  }

  .lg\:text-primary {
    color: #129d9a;
  }

  .lg\:text-primary-light {
    color: #64d5ca;
  }

  .lg\:text-primary-lighter {
    color: #b3d6d5;
  }

  .lg\:text-primary-lightest {
    color: #bbe1e0;
  }

  .lg\:text-primary-most-lightest {
    color: #fdfff7;
  }

  .lg\:text-secondary-darkest {
    color: #462a16;
  }

  .lg\:text-secondary-darker {
    color: #bf881b;
  }

  .lg\:text-secondary-dark {
    color: #ff9919;
  }

  .lg\:text-secondary {
    color: #ffb21d;
  }

  .lg\:text-secondary-light {
    color: #ffc761;
  }

  .lg\:text-secondary-lighter {
    color: #f9c4ad;
  }

  .lg\:text-secondary-lightest {
    color: #ffedd2;
  }

  .lg\:text-error-darkest {
    color: #3b0d0c;
  }

  .lg\:text-error-darker {
    color: #621b18;
  }

  .lg\:text-error-dark {
    color: #cc1f1a;
  }

  .lg\:text-error {
    color: #fd1d23;
  }

  .lg\:text-error-light {
    color: #ef5753;
  }

  .lg\:text-error-lighter {
    color: #f9acaa;
  }

  .lg\:text-error-lightest {
    color: #fcebea;
  }

  .lg\:text-warning-darkest {
    color: #462a16;
  }

  .lg\:text-warning-darker {
    color: #613b1f;
  }

  .lg\:text-warning-dark {
    color: #de751f;
  }

  .lg\:text-warning {
    color: #ff811d;
  }

  .lg\:text-warning-light {
    color: #ff9f6a;
  }

  .lg\:text-warning-lighter {
    color: #f9c4ad;
  }

  .lg\:text-warning-lightest {
    color: #fff8e6;
  }

  .lg\:text-success-darkest {
    color: #0f2f21;
  }

  .lg\:text-success-darker {
    color: #1a4731;
  }

  .lg\:text-success-dark {
    color: #1f9d55;
  }

  .lg\:text-success {
    color: #21d018;
  }

  .lg\:text-success-light {
    color: #51d88a;
  }

  .lg\:text-success-lighter {
    color: #a2f5bf;
  }

  .lg\:text-success-lightest {
    color: #e3fcec;
  }

  .lg\:text-info-darkest {
    color: #12283a;
  }

  .lg\:text-info-darker {
    color: #1c3d5a;
  }

  .lg\:text-info-dark {
    color: #2779bd;
  }

  .lg\:text-info {
    color: #234fac;
  }

  .lg\:text-info-light {
    color: #6cb2eb;
  }

  .lg\:text-info-lighter {
    color: #bcdefa;
  }

  .lg\:text-info-lightest {
    color: #cde5f7;
  }

  .lg\:hover\:text-light:hover {
    color: #fff;
  }

  .lg\:hover\:text-soft:hover {
    color: #f5f6f7;
  }

  .lg\:hover\:text-soft-darker:hover {
    color: #f4f9fb;
  }

  .lg\:hover\:text-dark:hover {
    color: #323940;
  }

  .lg\:hover\:text-dark-soft:hover {
    color: #dadcde;
  }

  .lg\:hover\:text-dark-softer:hover {
    color: #738596;
  }

  .lg\:hover\:text-dark-softest:hover {
    color: #a2aebc;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-black-darkest:hover {
    color: #000;
  }

  .lg\:hover\:text-black:hover {
    color: #222b2f;
  }

  .lg\:hover\:text-grey-darkest:hover {
    color: #364349;
  }

  .lg\:hover\:text-grey-darker:hover {
    color: #596a73;
  }

  .lg\:hover\:text-grey-dark:hover {
    color: #70818a;
  }

  .lg\:hover\:text-grey:hover {
    color: #9babb4;
  }

  .lg\:hover\:text-grey-light:hover {
    color: #738596;
  }

  .lg\:hover\:text-grey-lighter:hover {
    color: #a2aebc;
  }

  .lg\:hover\:text-grey-lightest:hover {
    color: #dadcde;
  }

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

  .lg\:hover\:text-white-darker:hover {
    color: #ecf1f1;
  }

  .lg\:hover\:text-primary-darkest:hover {
    color: #0d3331;
  }

  .lg\:hover\:text-primary-darker:hover {
    color: #20504f;
  }

  .lg\:hover\:text-primary-dark:hover {
    color: #0c6a68;
  }

  .lg\:hover\:text-primary:hover {
    color: #129d9a;
  }

  .lg\:hover\:text-primary-light:hover {
    color: #64d5ca;
  }

  .lg\:hover\:text-primary-lighter:hover {
    color: #b3d6d5;
  }

  .lg\:hover\:text-primary-lightest:hover {
    color: #bbe1e0;
  }

  .lg\:hover\:text-primary-most-lightest:hover {
    color: #fdfff7;
  }

  .lg\:hover\:text-secondary-darkest:hover {
    color: #462a16;
  }

  .lg\:hover\:text-secondary-darker:hover {
    color: #bf881b;
  }

  .lg\:hover\:text-secondary-dark:hover {
    color: #ff9919;
  }

  .lg\:hover\:text-secondary:hover {
    color: #ffb21d;
  }

  .lg\:hover\:text-secondary-light:hover {
    color: #ffc761;
  }

  .lg\:hover\:text-secondary-lighter:hover {
    color: #f9c4ad;
  }

  .lg\:hover\:text-secondary-lightest:hover {
    color: #ffedd2;
  }

  .lg\:hover\:text-error-darkest:hover {
    color: #3b0d0c;
  }

  .lg\:hover\:text-error-darker:hover {
    color: #621b18;
  }

  .lg\:hover\:text-error-dark:hover {
    color: #cc1f1a;
  }

  .lg\:hover\:text-error:hover {
    color: #fd1d23;
  }

  .lg\:hover\:text-error-light:hover {
    color: #ef5753;
  }

  .lg\:hover\:text-error-lighter:hover {
    color: #f9acaa;
  }

  .lg\:hover\:text-error-lightest:hover {
    color: #fcebea;
  }

  .lg\:hover\:text-warning-darkest:hover {
    color: #462a16;
  }

  .lg\:hover\:text-warning-darker:hover {
    color: #613b1f;
  }

  .lg\:hover\:text-warning-dark:hover {
    color: #de751f;
  }

  .lg\:hover\:text-warning:hover {
    color: #ff811d;
  }

  .lg\:hover\:text-warning-light:hover {
    color: #ff9f6a;
  }

  .lg\:hover\:text-warning-lighter:hover {
    color: #f9c4ad;
  }

  .lg\:hover\:text-warning-lightest:hover {
    color: #fff8e6;
  }

  .lg\:hover\:text-success-darkest:hover {
    color: #0f2f21;
  }

  .lg\:hover\:text-success-darker:hover {
    color: #1a4731;
  }

  .lg\:hover\:text-success-dark:hover {
    color: #1f9d55;
  }

  .lg\:hover\:text-success:hover {
    color: #21d018;
  }

  .lg\:hover\:text-success-light:hover {
    color: #51d88a;
  }

  .lg\:hover\:text-success-lighter:hover {
    color: #a2f5bf;
  }

  .lg\:hover\:text-success-lightest:hover {
    color: #e3fcec;
  }

  .lg\:hover\:text-info-darkest:hover {
    color: #12283a;
  }

  .lg\:hover\:text-info-darker:hover {
    color: #1c3d5a;
  }

  .lg\:hover\:text-info-dark:hover {
    color: #2779bd;
  }

  .lg\:hover\:text-info:hover {
    color: #234fac;
  }

  .lg\:hover\:text-info-light:hover {
    color: #6cb2eb;
  }

  .lg\:hover\:text-info-lighter:hover {
    color: #bcdefa;
  }

  .lg\:hover\:text-info-lightest:hover {
    color: #cde5f7;
  }

  .lg\:text-xs {
    font-size: .75rem;
  }

  .lg\:text-sm {
    font-size: .875rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .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\:text-7xl {
    font-size: 4rem;
  }

  .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\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-normal {
    letter-spacing: 0;
  }

  .lg\:tracking-wide {
    letter-spacing: .05em;
  }

  .lg\:tracking-wider {
    letter-spacing: .1em;
  }

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

  .group:hover .lg\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .lg\:group-hover\: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-6 {
    width: 1.5rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .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-2\/4 {
    width: 50%;
  }

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

  .lg\:expand-outside {
    top: -25px;
    height: calc(100% + 50px);
  }
}

@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-light {
    background-color: #fff;
  }

  .xl\:bg-soft {
    background-color: #f5f6f7;
  }

  .xl\:bg-soft-darker {
    background-color: #f4f9fb;
  }

  .xl\:bg-dark {
    background-color: #323940;
  }

  .xl\:bg-dark-soft {
    background-color: #dadcde;
  }

  .xl\:bg-dark-softer {
    background-color: #738596;
  }

  .xl\:bg-dark-softest {
    background-color: #a2aebc;
  }

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

  .xl\:bg-black-darkest {
    background-color: #000;
  }

  .xl\:bg-black {
    background-color: #222b2f;
  }

  .xl\:bg-grey-darkest {
    background-color: #364349;
  }

  .xl\:bg-grey-darker {
    background-color: #596a73;
  }

  .xl\:bg-grey-dark {
    background-color: #70818a;
  }

  .xl\:bg-grey {
    background-color: #9babb4;
  }

  .xl\:bg-grey-light {
    background-color: #738596;
  }

  .xl\:bg-grey-lighter {
    background-color: #a2aebc;
  }

  .xl\:bg-grey-lightest {
    background-color: #dadcde;
  }

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

  .xl\:bg-white-darker {
    background-color: #ecf1f1;
  }

  .xl\:bg-primary-darkest {
    background-color: #0d3331;
  }

  .xl\:bg-primary-darker {
    background-color: #20504f;
  }

  .xl\:bg-primary-dark {
    background-color: #0c6a68;
  }

  .xl\:bg-primary {
    background-color: #129d9a;
  }

  .xl\:bg-primary-light {
    background-color: #64d5ca;
  }

  .xl\:bg-primary-lighter {
    background-color: #b3d6d5;
  }

  .xl\:bg-primary-lightest {
    background-color: #bbe1e0;
  }

  .xl\:bg-primary-most-lightest {
    background-color: #fdfff7;
  }

  .xl\:bg-secondary-darkest {
    background-color: #462a16;
  }

  .xl\:bg-secondary-darker {
    background-color: #bf881b;
  }

  .xl\:bg-secondary-dark {
    background-color: #ff9919;
  }

  .xl\:bg-secondary {
    background-color: #ffb21d;
  }

  .xl\:bg-secondary-light {
    background-color: #ffc761;
  }

  .xl\:bg-secondary-lighter {
    background-color: #f9c4ad;
  }

  .xl\:bg-secondary-lightest {
    background-color: #ffedd2;
  }

  .xl\:bg-error-darkest {
    background-color: #3b0d0c;
  }

  .xl\:bg-error-darker {
    background-color: #621b18;
  }

  .xl\:bg-error-dark {
    background-color: #cc1f1a;
  }

  .xl\:bg-error {
    background-color: #fd1d23;
  }

  .xl\:bg-error-light {
    background-color: #ef5753;
  }

  .xl\:bg-error-lighter {
    background-color: #f9acaa;
  }

  .xl\:bg-error-lightest {
    background-color: #fcebea;
  }

  .xl\:bg-warning-darkest {
    background-color: #462a16;
  }

  .xl\:bg-warning-darker {
    background-color: #613b1f;
  }

  .xl\:bg-warning-dark {
    background-color: #de751f;
  }

  .xl\:bg-warning {
    background-color: #ff811d;
  }

  .xl\:bg-warning-light {
    background-color: #ff9f6a;
  }

  .xl\:bg-warning-lighter {
    background-color: #f9c4ad;
  }

  .xl\:bg-warning-lightest {
    background-color: #fff8e6;
  }

  .xl\:bg-success-darkest {
    background-color: #0f2f21;
  }

  .xl\:bg-success-darker {
    background-color: #1a4731;
  }

  .xl\:bg-success-dark {
    background-color: #1f9d55;
  }

  .xl\:bg-success {
    background-color: #21d018;
  }

  .xl\:bg-success-light {
    background-color: #51d88a;
  }

  .xl\:bg-success-lighter {
    background-color: #a2f5bf;
  }

  .xl\:bg-success-lightest {
    background-color: #e3fcec;
  }

  .xl\:bg-info-darkest {
    background-color: #12283a;
  }

  .xl\:bg-info-darker {
    background-color: #1c3d5a;
  }

  .xl\:bg-info-dark {
    background-color: #2779bd;
  }

  .xl\:bg-info {
    background-color: #234fac;
  }

  .xl\:bg-info-light {
    background-color: #6cb2eb;
  }

  .xl\:bg-info-lighter {
    background-color: #bcdefa;
  }

  .xl\:bg-info-lightest {
    background-color: #cde5f7;
  }

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

  .xl\:hover\:bg-soft:hover {
    background-color: #f5f6f7;
  }

  .xl\:hover\:bg-soft-darker:hover {
    background-color: #f4f9fb;
  }

  .xl\:hover\:bg-dark:hover {
    background-color: #323940;
  }

  .xl\:hover\:bg-dark-soft:hover {
    background-color: #dadcde;
  }

  .xl\:hover\:bg-dark-softer:hover {
    background-color: #738596;
  }

  .xl\:hover\:bg-dark-softest:hover {
    background-color: #a2aebc;
  }

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

  .xl\:hover\:bg-black-darkest:hover {
    background-color: #000;
  }

  .xl\:hover\:bg-black:hover {
    background-color: #222b2f;
  }

  .xl\:hover\:bg-grey-darkest:hover {
    background-color: #364349;
  }

  .xl\:hover\:bg-grey-darker:hover {
    background-color: #596a73;
  }

  .xl\:hover\:bg-grey-dark:hover {
    background-color: #70818a;
  }

  .xl\:hover\:bg-grey:hover {
    background-color: #9babb4;
  }

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

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

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

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

  .xl\:hover\:bg-white-darker:hover {
    background-color: #ecf1f1;
  }

  .xl\:hover\:bg-primary-darkest:hover {
    background-color: #0d3331;
  }

  .xl\:hover\:bg-primary-darker:hover {
    background-color: #20504f;
  }

  .xl\:hover\:bg-primary-dark:hover {
    background-color: #0c6a68;
  }

  .xl\:hover\:bg-primary:hover {
    background-color: #129d9a;
  }

  .xl\:hover\:bg-primary-light:hover {
    background-color: #64d5ca;
  }

  .xl\:hover\:bg-primary-lighter:hover {
    background-color: #b3d6d5;
  }

  .xl\:hover\:bg-primary-lightest:hover {
    background-color: #bbe1e0;
  }

  .xl\:hover\:bg-primary-most-lightest:hover {
    background-color: #fdfff7;
  }

  .xl\:hover\:bg-secondary-darkest:hover {
    background-color: #462a16;
  }

  .xl\:hover\:bg-secondary-darker:hover {
    background-color: #bf881b;
  }

  .xl\:hover\:bg-secondary-dark:hover {
    background-color: #ff9919;
  }

  .xl\:hover\:bg-secondary:hover {
    background-color: #ffb21d;
  }

  .xl\:hover\:bg-secondary-light:hover {
    background-color: #ffc761;
  }

  .xl\:hover\:bg-secondary-lighter:hover {
    background-color: #f9c4ad;
  }

  .xl\:hover\:bg-secondary-lightest:hover {
    background-color: #ffedd2;
  }

  .xl\:hover\:bg-error-darkest:hover {
    background-color: #3b0d0c;
  }

  .xl\:hover\:bg-error-darker:hover {
    background-color: #621b18;
  }

  .xl\:hover\:bg-error-dark:hover {
    background-color: #cc1f1a;
  }

  .xl\:hover\:bg-error:hover {
    background-color: #fd1d23;
  }

  .xl\:hover\:bg-error-light:hover {
    background-color: #ef5753;
  }

  .xl\:hover\:bg-error-lighter:hover {
    background-color: #f9acaa;
  }

  .xl\:hover\:bg-error-lightest:hover {
    background-color: #fcebea;
  }

  .xl\:hover\:bg-warning-darkest:hover {
    background-color: #462a16;
  }

  .xl\:hover\:bg-warning-darker:hover {
    background-color: #613b1f;
  }

  .xl\:hover\:bg-warning-dark:hover {
    background-color: #de751f;
  }

  .xl\:hover\:bg-warning:hover {
    background-color: #ff811d;
  }

  .xl\:hover\:bg-warning-light:hover {
    background-color: #ff9f6a;
  }

  .xl\:hover\:bg-warning-lighter:hover {
    background-color: #f9c4ad;
  }

  .xl\:hover\:bg-warning-lightest:hover {
    background-color: #fff8e6;
  }

  .xl\:hover\:bg-success-darkest:hover {
    background-color: #0f2f21;
  }

  .xl\:hover\:bg-success-darker:hover {
    background-color: #1a4731;
  }

  .xl\:hover\:bg-success-dark:hover {
    background-color: #1f9d55;
  }

  .xl\:hover\:bg-success:hover {
    background-color: #21d018;
  }

  .xl\:hover\:bg-success-light:hover {
    background-color: #51d88a;
  }

  .xl\:hover\:bg-success-lighter:hover {
    background-color: #a2f5bf;
  }

  .xl\:hover\:bg-success-lightest:hover {
    background-color: #e3fcec;
  }

  .xl\:hover\:bg-info-darkest:hover {
    background-color: #12283a;
  }

  .xl\:hover\:bg-info-darker:hover {
    background-color: #1c3d5a;
  }

  .xl\:hover\:bg-info-dark:hover {
    background-color: #2779bd;
  }

  .xl\:hover\:bg-info:hover {
    background-color: #234fac;
  }

  .xl\:hover\:bg-info-light:hover {
    background-color: #6cb2eb;
  }

  .xl\:hover\:bg-info-lighter:hover {
    background-color: #bcdefa;
  }

  .xl\:hover\:bg-info-lightest:hover {
    background-color: #cde5f7;
  }

  .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-auto {
    background-size: auto;
  }

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

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

  .xl\:border-light {
    border-color: #fff;
  }

  .xl\:border-soft {
    border-color: #f5f6f7;
  }

  .xl\:border-soft-darker {
    border-color: #f4f9fb;
  }

  .xl\:border-dark {
    border-color: #323940;
  }

  .xl\:border-dark-soft {
    border-color: #dadcde;
  }

  .xl\:border-dark-softer {
    border-color: #738596;
  }

  .xl\:border-dark-softest {
    border-color: #a2aebc;
  }

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

  .xl\:border-black-darkest {
    border-color: #000;
  }

  .xl\:border-black {
    border-color: #222b2f;
  }

  .xl\:border-grey-darkest {
    border-color: #364349;
  }

  .xl\:border-grey-darker {
    border-color: #596a73;
  }

  .xl\:border-grey-dark {
    border-color: #70818a;
  }

  .xl\:border-grey {
    border-color: #9babb4;
  }

  .xl\:border-grey-light {
    border-color: #738596;
  }

  .xl\:border-grey-lighter {
    border-color: #a2aebc;
  }

  .xl\:border-grey-lightest {
    border-color: #dadcde;
  }

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

  .xl\:border-white-darker {
    border-color: #ecf1f1;
  }

  .xl\:border-primary-darkest {
    border-color: #0d3331;
  }

  .xl\:border-primary-darker {
    border-color: #20504f;
  }

  .xl\:border-primary-dark {
    border-color: #0c6a68;
  }

  .xl\:border-primary {
    border-color: #129d9a;
  }

  .xl\:border-primary-light {
    border-color: #64d5ca;
  }

  .xl\:border-primary-lighter {
    border-color: #b3d6d5;
  }

  .xl\:border-primary-lightest {
    border-color: #bbe1e0;
  }

  .xl\:border-primary-most-lightest {
    border-color: #fdfff7;
  }

  .xl\:border-secondary-darkest {
    border-color: #462a16;
  }

  .xl\:border-secondary-darker {
    border-color: #bf881b;
  }

  .xl\:border-secondary-dark {
    border-color: #ff9919;
  }

  .xl\:border-secondary {
    border-color: #ffb21d;
  }

  .xl\:border-secondary-light {
    border-color: #ffc761;
  }

  .xl\:border-secondary-lighter {
    border-color: #f9c4ad;
  }

  .xl\:border-secondary-lightest {
    border-color: #ffedd2;
  }

  .xl\:border-error-darkest {
    border-color: #3b0d0c;
  }

  .xl\:border-error-darker {
    border-color: #621b18;
  }

  .xl\:border-error-dark {
    border-color: #cc1f1a;
  }

  .xl\:border-error {
    border-color: #fd1d23;
  }

  .xl\:border-error-light {
    border-color: #ef5753;
  }

  .xl\:border-error-lighter {
    border-color: #f9acaa;
  }

  .xl\:border-error-lightest {
    border-color: #fcebea;
  }

  .xl\:border-warning-darkest {
    border-color: #462a16;
  }

  .xl\:border-warning-darker {
    border-color: #613b1f;
  }

  .xl\:border-warning-dark {
    border-color: #de751f;
  }

  .xl\:border-warning {
    border-color: #ff811d;
  }

  .xl\:border-warning-light {
    border-color: #ff9f6a;
  }

  .xl\:border-warning-lighter {
    border-color: #f9c4ad;
  }

  .xl\:border-warning-lightest {
    border-color: #fff8e6;
  }

  .xl\:border-success-darkest {
    border-color: #0f2f21;
  }

  .xl\:border-success-darker {
    border-color: #1a4731;
  }

  .xl\:border-success-dark {
    border-color: #1f9d55;
  }

  .xl\:border-success {
    border-color: #21d018;
  }

  .xl\:border-success-light {
    border-color: #51d88a;
  }

  .xl\:border-success-lighter {
    border-color: #a2f5bf;
  }

  .xl\:border-success-lightest {
    border-color: #e3fcec;
  }

  .xl\:border-info-darkest {
    border-color: #12283a;
  }

  .xl\:border-info-darker {
    border-color: #1c3d5a;
  }

  .xl\:border-info-dark {
    border-color: #2779bd;
  }

  .xl\:border-info {
    border-color: #234fac;
  }

  .xl\:border-info-light {
    border-color: #6cb2eb;
  }

  .xl\:border-info-lighter {
    border-color: #bcdefa;
  }

  .xl\:border-info-lightest {
    border-color: #cde5f7;
  }

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

  .xl\:hover\:border-soft:hover {
    border-color: #f5f6f7;
  }

  .xl\:hover\:border-soft-darker:hover {
    border-color: #f4f9fb;
  }

  .xl\:hover\:border-dark:hover {
    border-color: #323940;
  }

  .xl\:hover\:border-dark-soft:hover {
    border-color: #dadcde;
  }

  .xl\:hover\:border-dark-softer:hover {
    border-color: #738596;
  }

  .xl\:hover\:border-dark-softest:hover {
    border-color: #a2aebc;
  }

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

  .xl\:hover\:border-black-darkest:hover {
    border-color: #000;
  }

  .xl\:hover\:border-black:hover {
    border-color: #222b2f;
  }

  .xl\:hover\:border-grey-darkest:hover {
    border-color: #364349;
  }

  .xl\:hover\:border-grey-darker:hover {
    border-color: #596a73;
  }

  .xl\:hover\:border-grey-dark:hover {
    border-color: #70818a;
  }

  .xl\:hover\:border-grey:hover {
    border-color: #9babb4;
  }

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

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

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

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

  .xl\:hover\:border-white-darker:hover {
    border-color: #ecf1f1;
  }

  .xl\:hover\:border-primary-darkest:hover {
    border-color: #0d3331;
  }

  .xl\:hover\:border-primary-darker:hover {
    border-color: #20504f;
  }

  .xl\:hover\:border-primary-dark:hover {
    border-color: #0c6a68;
  }

  .xl\:hover\:border-primary:hover {
    border-color: #129d9a;
  }

  .xl\:hover\:border-primary-light:hover {
    border-color: #64d5ca;
  }

  .xl\:hover\:border-primary-lighter:hover {
    border-color: #b3d6d5;
  }

  .xl\:hover\:border-primary-lightest:hover {
    border-color: #bbe1e0;
  }

  .xl\:hover\:border-primary-most-lightest:hover {
    border-color: #fdfff7;
  }

  .xl\:hover\:border-secondary-darkest:hover {
    border-color: #462a16;
  }

  .xl\:hover\:border-secondary-darker:hover {
    border-color: #bf881b;
  }

  .xl\:hover\:border-secondary-dark:hover {
    border-color: #ff9919;
  }

  .xl\:hover\:border-secondary:hover {
    border-color: #ffb21d;
  }

  .xl\:hover\:border-secondary-light:hover {
    border-color: #ffc761;
  }

  .xl\:hover\:border-secondary-lighter:hover {
    border-color: #f9c4ad;
  }

  .xl\:hover\:border-secondary-lightest:hover {
    border-color: #ffedd2;
  }

  .xl\:hover\:border-error-darkest:hover {
    border-color: #3b0d0c;
  }

  .xl\:hover\:border-error-darker:hover {
    border-color: #621b18;
  }

  .xl\:hover\:border-error-dark:hover {
    border-color: #cc1f1a;
  }

  .xl\:hover\:border-error:hover {
    border-color: #fd1d23;
  }

  .xl\:hover\:border-error-light:hover {
    border-color: #ef5753;
  }

  .xl\:hover\:border-error-lighter:hover {
    border-color: #f9acaa;
  }

  .xl\:hover\:border-error-lightest:hover {
    border-color: #fcebea;
  }

  .xl\:hover\:border-warning-darkest:hover {
    border-color: #462a16;
  }

  .xl\:hover\:border-warning-darker:hover {
    border-color: #613b1f;
  }

  .xl\:hover\:border-warning-dark:hover {
    border-color: #de751f;
  }

  .xl\:hover\:border-warning:hover {
    border-color: #ff811d;
  }

  .xl\:hover\:border-warning-light:hover {
    border-color: #ff9f6a;
  }

  .xl\:hover\:border-warning-lighter:hover {
    border-color: #f9c4ad;
  }

  .xl\:hover\:border-warning-lightest:hover {
    border-color: #fff8e6;
  }

  .xl\:hover\:border-success-darkest:hover {
    border-color: #0f2f21;
  }

  .xl\:hover\:border-success-darker:hover {
    border-color: #1a4731;
  }

  .xl\:hover\:border-success-dark:hover {
    border-color: #1f9d55;
  }

  .xl\:hover\:border-success:hover {
    border-color: #21d018;
  }

  .xl\:hover\:border-success-light:hover {
    border-color: #51d88a;
  }

  .xl\:hover\:border-success-lighter:hover {
    border-color: #a2f5bf;
  }

  .xl\:hover\:border-success-lightest:hover {
    border-color: #e3fcec;
  }

  .xl\:hover\:border-info-darkest:hover {
    border-color: #12283a;
  }

  .xl\:hover\:border-info-darker:hover {
    border-color: #1c3d5a;
  }

  .xl\:hover\:border-info-dark:hover {
    border-color: #2779bd;
  }

  .xl\:hover\:border-info:hover {
    border-color: #234fac;
  }

  .xl\:hover\:border-info-light:hover {
    border-color: #6cb2eb;
  }

  .xl\:hover\:border-info-lighter:hover {
    border-color: #bcdefa;
  }

  .xl\:hover\:border-info-lightest:hover {
    border-color: #cde5f7;
  }

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

  .xl\:focus\:border-soft:focus {
    border-color: #f5f6f7;
  }

  .xl\:focus\:border-soft-darker:focus {
    border-color: #f4f9fb;
  }

  .xl\:focus\:border-dark:focus {
    border-color: #323940;
  }

  .xl\:focus\:border-dark-soft:focus {
    border-color: #dadcde;
  }

  .xl\:focus\:border-dark-softer:focus {
    border-color: #738596;
  }

  .xl\:focus\:border-dark-softest:focus {
    border-color: #a2aebc;
  }

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

  .xl\:focus\:border-black-darkest:focus {
    border-color: #000;
  }

  .xl\:focus\:border-black:focus {
    border-color: #222b2f;
  }

  .xl\:focus\:border-grey-darkest:focus {
    border-color: #364349;
  }

  .xl\:focus\:border-grey-darker:focus {
    border-color: #596a73;
  }

  .xl\:focus\:border-grey-dark:focus {
    border-color: #70818a;
  }

  .xl\:focus\:border-grey:focus {
    border-color: #9babb4;
  }

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

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

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

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

  .xl\:focus\:border-white-darker:focus {
    border-color: #ecf1f1;
  }

  .xl\:focus\:border-primary-darkest:focus {
    border-color: #0d3331;
  }

  .xl\:focus\:border-primary-darker:focus {
    border-color: #20504f;
  }

  .xl\:focus\:border-primary-dark:focus {
    border-color: #0c6a68;
  }

  .xl\:focus\:border-primary:focus {
    border-color: #129d9a;
  }

  .xl\:focus\:border-primary-light:focus {
    border-color: #64d5ca;
  }

  .xl\:focus\:border-primary-lighter:focus {
    border-color: #b3d6d5;
  }

  .xl\:focus\:border-primary-lightest:focus {
    border-color: #bbe1e0;
  }

  .xl\:focus\:border-primary-most-lightest:focus {
    border-color: #fdfff7;
  }

  .xl\:focus\:border-secondary-darkest:focus {
    border-color: #462a16;
  }

  .xl\:focus\:border-secondary-darker:focus {
    border-color: #bf881b;
  }

  .xl\:focus\:border-secondary-dark:focus {
    border-color: #ff9919;
  }

  .xl\:focus\:border-secondary:focus {
    border-color: #ffb21d;
  }

  .xl\:focus\:border-secondary-light:focus {
    border-color: #ffc761;
  }

  .xl\:focus\:border-secondary-lighter:focus {
    border-color: #f9c4ad;
  }

  .xl\:focus\:border-secondary-lightest:focus {
    border-color: #ffedd2;
  }

  .xl\:focus\:border-error-darkest:focus {
    border-color: #3b0d0c;
  }

  .xl\:focus\:border-error-darker:focus {
    border-color: #621b18;
  }

  .xl\:focus\:border-error-dark:focus {
    border-color: #cc1f1a;
  }

  .xl\:focus\:border-error:focus {
    border-color: #fd1d23;
  }

  .xl\:focus\:border-error-light:focus {
    border-color: #ef5753;
  }

  .xl\:focus\:border-error-lighter:focus {
    border-color: #f9acaa;
  }

  .xl\:focus\:border-error-lightest:focus {
    border-color: #fcebea;
  }

  .xl\:focus\:border-warning-darkest:focus {
    border-color: #462a16;
  }

  .xl\:focus\:border-warning-darker:focus {
    border-color: #613b1f;
  }

  .xl\:focus\:border-warning-dark:focus {
    border-color: #de751f;
  }

  .xl\:focus\:border-warning:focus {
    border-color: #ff811d;
  }

  .xl\:focus\:border-warning-light:focus {
    border-color: #ff9f6a;
  }

  .xl\:focus\:border-warning-lighter:focus {
    border-color: #f9c4ad;
  }

  .xl\:focus\:border-warning-lightest:focus {
    border-color: #fff8e6;
  }

  .xl\:focus\:border-success-darkest:focus {
    border-color: #0f2f21;
  }

  .xl\:focus\:border-success-darker:focus {
    border-color: #1a4731;
  }

  .xl\:focus\:border-success-dark:focus {
    border-color: #1f9d55;
  }

  .xl\:focus\:border-success:focus {
    border-color: #21d018;
  }

  .xl\:focus\:border-success-light:focus {
    border-color: #51d88a;
  }

  .xl\:focus\:border-success-lighter:focus {
    border-color: #a2f5bf;
  }

  .xl\:focus\:border-success-lightest:focus {
    border-color: #e3fcec;
  }

  .xl\:focus\:border-info-darkest:focus {
    border-color: #12283a;
  }

  .xl\:focus\:border-info-darker:focus {
    border-color: #1c3d5a;
  }

  .xl\:focus\:border-info-dark:focus {
    border-color: #2779bd;
  }

  .xl\:focus\:border-info:focus {
    border-color: #234fac;
  }

  .xl\:focus\:border-info-light:focus {
    border-color: #6cb2eb;
  }

  .xl\:focus\:border-info-lighter:focus {
    border-color: #bcdefa;
  }

  .xl\:focus\:border-info-lightest:focus {
    border-color: #cde5f7;
  }

  .group:hover .xl\:group-hover\:border-light {
    border-color: #fff;
  }

  .group:hover .xl\:group-hover\:border-soft {
    border-color: #f5f6f7;
  }

  .group:hover .xl\:group-hover\:border-soft-darker {
    border-color: #f4f9fb;
  }

  .group:hover .xl\:group-hover\:border-dark {
    border-color: #323940;
  }

  .group:hover .xl\:group-hover\:border-dark-soft {
    border-color: #dadcde;
  }

  .group:hover .xl\:group-hover\:border-dark-softer {
    border-color: #738596;
  }

  .group:hover .xl\:group-hover\:border-dark-softest {
    border-color: #a2aebc;
  }

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

  .group:hover .xl\:group-hover\:border-black-darkest {
    border-color: #000;
  }

  .group:hover .xl\:group-hover\:border-black {
    border-color: #222b2f;
  }

  .group:hover .xl\:group-hover\:border-grey-darkest {
    border-color: #364349;
  }

  .group:hover .xl\:group-hover\:border-grey-darker {
    border-color: #596a73;
  }

  .group:hover .xl\:group-hover\:border-grey-dark {
    border-color: #70818a;
  }

  .group:hover .xl\:group-hover\:border-grey {
    border-color: #9babb4;
  }

  .group:hover .xl\:group-hover\:border-grey-light {
    border-color: #738596;
  }

  .group:hover .xl\:group-hover\:border-grey-lighter {
    border-color: #a2aebc;
  }

  .group:hover .xl\:group-hover\:border-grey-lightest {
    border-color: #dadcde;
  }

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

  .group:hover .xl\:group-hover\:border-white-darker {
    border-color: #ecf1f1;
  }

  .group:hover .xl\:group-hover\:border-primary-darkest {
    border-color: #0d3331;
  }

  .group:hover .xl\:group-hover\:border-primary-darker {
    border-color: #20504f;
  }

  .group:hover .xl\:group-hover\:border-primary-dark {
    border-color: #0c6a68;
  }

  .group:hover .xl\:group-hover\:border-primary {
    border-color: #129d9a;
  }

  .group:hover .xl\:group-hover\:border-primary-light {
    border-color: #64d5ca;
  }

  .group:hover .xl\:group-hover\:border-primary-lighter {
    border-color: #b3d6d5;
  }

  .group:hover .xl\:group-hover\:border-primary-lightest {
    border-color: #bbe1e0;
  }

  .group:hover .xl\:group-hover\:border-primary-most-lightest {
    border-color: #fdfff7;
  }

  .group:hover .xl\:group-hover\:border-secondary-darkest {
    border-color: #462a16;
  }

  .group:hover .xl\:group-hover\:border-secondary-darker {
    border-color: #bf881b;
  }

  .group:hover .xl\:group-hover\:border-secondary-dark {
    border-color: #ff9919;
  }

  .group:hover .xl\:group-hover\:border-secondary {
    border-color: #ffb21d;
  }

  .group:hover .xl\:group-hover\:border-secondary-light {
    border-color: #ffc761;
  }

  .group:hover .xl\:group-hover\:border-secondary-lighter {
    border-color: #f9c4ad;
  }

  .group:hover .xl\:group-hover\:border-secondary-lightest {
    border-color: #ffedd2;
  }

  .group:hover .xl\:group-hover\:border-error-darkest {
    border-color: #3b0d0c;
  }

  .group:hover .xl\:group-hover\:border-error-darker {
    border-color: #621b18;
  }

  .group:hover .xl\:group-hover\:border-error-dark {
    border-color: #cc1f1a;
  }

  .group:hover .xl\:group-hover\:border-error {
    border-color: #fd1d23;
  }

  .group:hover .xl\:group-hover\:border-error-light {
    border-color: #ef5753;
  }

  .group:hover .xl\:group-hover\:border-error-lighter {
    border-color: #f9acaa;
  }

  .group:hover .xl\:group-hover\:border-error-lightest {
    border-color: #fcebea;
  }

  .group:hover .xl\:group-hover\:border-warning-darkest {
    border-color: #462a16;
  }

  .group:hover .xl\:group-hover\:border-warning-darker {
    border-color: #613b1f;
  }

  .group:hover .xl\:group-hover\:border-warning-dark {
    border-color: #de751f;
  }

  .group:hover .xl\:group-hover\:border-warning {
    border-color: #ff811d;
  }

  .group:hover .xl\:group-hover\:border-warning-light {
    border-color: #ff9f6a;
  }

  .group:hover .xl\:group-hover\:border-warning-lighter {
    border-color: #f9c4ad;
  }

  .group:hover .xl\:group-hover\:border-warning-lightest {
    border-color: #fff8e6;
  }

  .group:hover .xl\:group-hover\:border-success-darkest {
    border-color: #0f2f21;
  }

  .group:hover .xl\:group-hover\:border-success-darker {
    border-color: #1a4731;
  }

  .group:hover .xl\:group-hover\:border-success-dark {
    border-color: #1f9d55;
  }

  .group:hover .xl\:group-hover\:border-success {
    border-color: #21d018;
  }

  .group:hover .xl\:group-hover\:border-success-light {
    border-color: #51d88a;
  }

  .group:hover .xl\:group-hover\:border-success-lighter {
    border-color: #a2f5bf;
  }

  .group:hover .xl\:group-hover\:border-success-lightest {
    border-color: #e3fcec;
  }

  .group:hover .xl\:group-hover\:border-info-darkest {
    border-color: #12283a;
  }

  .group:hover .xl\:group-hover\:border-info-darker {
    border-color: #1c3d5a;
  }

  .group:hover .xl\:group-hover\:border-info-dark {
    border-color: #2779bd;
  }

  .group:hover .xl\:group-hover\:border-info {
    border-color: #234fac;
  }

  .group:hover .xl\:group-hover\:border-info-light {
    border-color: #6cb2eb;
  }

  .group:hover .xl\:group-hover\:border-info-lighter {
    border-color: #bcdefa;
  }

  .group:hover .xl\:group-hover\:border-info-lightest {
    border-color: #cde5f7;
  }

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

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

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

  .xl\:rounded-lg {
    border-radius: .3rem;
  }

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

  .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-lg {
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
  }

  .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-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-lg {
    border-top-left-radius: .3rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: .3rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: .3rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: .3rem;
  }

  .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\: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-5 {
    border-width: 5px;
  }

  .xl\:border-6 {
    border-width: 6px;
  }

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

  .xl\:border-15 {
    border-width: 15px;
  }

  .xl\:border-25 {
    border-width: 25px;
  }

  .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-5 {
    border-top-width: 5px;
  }

  .xl\:border-r-5 {
    border-right-width: 5px;
  }

  .xl\:border-b-5 {
    border-bottom-width: 5px;
  }

  .xl\:border-l-5 {
    border-left-width: 5px;
  }

  .xl\:border-t-6 {
    border-top-width: 6px;
  }

  .xl\:border-r-6 {
    border-right-width: 6px;
  }

  .xl\:border-b-6 {
    border-bottom-width: 6px;
  }

  .xl\:border-l-6 {
    border-left-width: 6px;
  }

  .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-15 {
    border-top-width: 15px;
  }

  .xl\:border-r-15 {
    border-right-width: 15px;
  }

  .xl\:border-b-15 {
    border-bottom-width: 15px;
  }

  .xl\:border-l-15 {
    border-left-width: 15px;
  }

  .xl\:border-t-25 {
    border-top-width: 25px;
  }

  .xl\:border-r-25 {
    border-right-width: 25px;
  }

  .xl\:border-b-25 {
    border-bottom-width: 25px;
  }

  .xl\:border-l-25 {
    border-left-width: 25px;
  }

  .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: Nunito, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  }

  .xl\:font-serif {
    font-family: Trocchi, Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .xl\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .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\:h-1 {
    height: .25rem;
  }

  .xl\:h-2 {
    height: .5rem;
  }

  .xl\:h-3 {
    height: .75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .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-24 {
    height: 6rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-42 {
    height: 10rem;
  }

  .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\:h-md {
    height: 17rem;
  }

  .xl\:h-lg {
    height: 32rem;
  }

  .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-8 {
    margin: 2rem;
  }

  .xl\:m-12 {
    margin: 3rem;
  }

  .xl\:m-16 {
    margin: 4rem;
  }

  .xl\:m-20 {
    margin: 5rem;
  }

  .xl\:m-24 {
    margin: 6rem;
  }

  .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-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .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-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-8 {
    margin-top: 2rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .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-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-126 {
    max-height: 48rem;
  }

  .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-12 {
    margin: -3rem;
  }

  .xl\:-m-16 {
    margin: -4rem;
  }

  .xl\:-m-20 {
    margin: -5rem;
  }

  .xl\:-m-24 {
    margin: -6rem;
  }

  .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-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-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-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-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-50 {
    opacity: .5;
  }

  .xl\:opacity-75 {
    opacity: .75;
  }

  .xl\:opacity-90 {
    opacity: .9;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xl\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .xl\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .xl\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .xl\:hover\:opacity-90:hover {
    opacity: .9;
  }

  .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-20 {
    padding: 5rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:p-32 {
    padding: 8rem;
  }

  .xl\:p-48 {
    padding: 12rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .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-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-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .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-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-48 {
    padding-top: 12rem;
  }

  .xl\:pr-48 {
    padding-right: 12rem;
  }

  .xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .xl\:pl-48 {
    padding-left: 12rem;
  }

  .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\: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 8px 20px #e3e7ea;;
  }

  .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-none {
    box-shadow: none;
  }

  .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-light {
    color: #fff;
  }

  .xl\:text-soft {
    color: #f5f6f7;
  }

  .xl\:text-soft-darker {
    color: #f4f9fb;
  }

  .xl\:text-dark {
    color: #323940;
  }

  .xl\:text-dark-soft {
    color: #dadcde;
  }

  .xl\:text-dark-softer {
    color: #738596;
  }

  .xl\:text-dark-softest {
    color: #a2aebc;
  }

  .xl\:text-transparent {
    color: transparent;
  }

  .xl\:text-black-darkest {
    color: #000;
  }

  .xl\:text-black {
    color: #222b2f;
  }

  .xl\:text-grey-darkest {
    color: #364349;
  }

  .xl\:text-grey-darker {
    color: #596a73;
  }

  .xl\:text-grey-dark {
    color: #70818a;
  }

  .xl\:text-grey {
    color: #9babb4;
  }

  .xl\:text-grey-light {
    color: #738596;
  }

  .xl\:text-grey-lighter {
    color: #a2aebc;
  }

  .xl\:text-grey-lightest {
    color: #dadcde;
  }

  .xl\:text-white {
    color: #fff;
  }

  .xl\:text-white-darker {
    color: #ecf1f1;
  }

  .xl\:text-primary-darkest {
    color: #0d3331;
  }

  .xl\:text-primary-darker {
    color: #20504f;
  }

  .xl\:text-primary-dark {
    color: #0c6a68;
  }

  .xl\:text-primary {
    color: #129d9a;
  }

  .xl\:text-primary-light {
    color: #64d5ca;
  }

  .xl\:text-primary-lighter {
    color: #b3d6d5;
  }

  .xl\:text-primary-lightest {
    color: #bbe1e0;
  }

  .xl\:text-primary-most-lightest {
    color: #fdfff7;
  }

  .xl\:text-secondary-darkest {
    color: #462a16;
  }

  .xl\:text-secondary-darker {
    color: #bf881b;
  }

  .xl\:text-secondary-dark {
    color: #ff9919;
  }

  .xl\:text-secondary {
    color: #ffb21d;
  }

  .xl\:text-secondary-light {
    color: #ffc761;
  }

  .xl\:text-secondary-lighter {
    color: #f9c4ad;
  }

  .xl\:text-secondary-lightest {
    color: #ffedd2;
  }

  .xl\:text-error-darkest {
    color: #3b0d0c;
  }

  .xl\:text-error-darker {
    color: #621b18;
  }

  .xl\:text-error-dark {
    color: #cc1f1a;
  }

  .xl\:text-error {
    color: #fd1d23;
  }

  .xl\:text-error-light {
    color: #ef5753;
  }

  .xl\:text-error-lighter {
    color: #f9acaa;
  }

  .xl\:text-error-lightest {
    color: #fcebea;
  }

  .xl\:text-warning-darkest {
    color: #462a16;
  }

  .xl\:text-warning-darker {
    color: #613b1f;
  }

  .xl\:text-warning-dark {
    color: #de751f;
  }

  .xl\:text-warning {
    color: #ff811d;
  }

  .xl\:text-warning-light {
    color: #ff9f6a;
  }

  .xl\:text-warning-lighter {
    color: #f9c4ad;
  }

  .xl\:text-warning-lightest {
    color: #fff8e6;
  }

  .xl\:text-success-darkest {
    color: #0f2f21;
  }

  .xl\:text-success-darker {
    color: #1a4731;
  }

  .xl\:text-success-dark {
    color: #1f9d55;
  }

  .xl\:text-success {
    color: #21d018;
  }

  .xl\:text-success-light {
    color: #51d88a;
  }

  .xl\:text-success-lighter {
    color: #a2f5bf;
  }

  .xl\:text-success-lightest {
    color: #e3fcec;
  }

  .xl\:text-info-darkest {
    color: #12283a;
  }

  .xl\:text-info-darker {
    color: #1c3d5a;
  }

  .xl\:text-info-dark {
    color: #2779bd;
  }

  .xl\:text-info {
    color: #234fac;
  }

  .xl\:text-info-light {
    color: #6cb2eb;
  }

  .xl\:text-info-lighter {
    color: #bcdefa;
  }

  .xl\:text-info-lightest {
    color: #cde5f7;
  }

  .xl\:hover\:text-light:hover {
    color: #fff;
  }

  .xl\:hover\:text-soft:hover {
    color: #f5f6f7;
  }

  .xl\:hover\:text-soft-darker:hover {
    color: #f4f9fb;
  }

  .xl\:hover\:text-dark:hover {
    color: #323940;
  }

  .xl\:hover\:text-dark-soft:hover {
    color: #dadcde;
  }

  .xl\:hover\:text-dark-softer:hover {
    color: #738596;
  }

  .xl\:hover\:text-dark-softest:hover {
    color: #a2aebc;
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-black-darkest:hover {
    color: #000;
  }

  .xl\:hover\:text-black:hover {
    color: #222b2f;
  }

  .xl\:hover\:text-grey-darkest:hover {
    color: #364349;
  }

  .xl\:hover\:text-grey-darker:hover {
    color: #596a73;
  }

  .xl\:hover\:text-grey-dark:hover {
    color: #70818a;
  }

  .xl\:hover\:text-grey:hover {
    color: #9babb4;
  }

  .xl\:hover\:text-grey-light:hover {
    color: #738596;
  }

  .xl\:hover\:text-grey-lighter:hover {
    color: #a2aebc;
  }

  .xl\:hover\:text-grey-lightest:hover {
    color: #dadcde;
  }

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

  .xl\:hover\:text-white-darker:hover {
    color: #ecf1f1;
  }

  .xl\:hover\:text-primary-darkest:hover {
    color: #0d3331;
  }

  .xl\:hover\:text-primary-darker:hover {
    color: #20504f;
  }

  .xl\:hover\:text-primary-dark:hover {
    color: #0c6a68;
  }

  .xl\:hover\:text-primary:hover {
    color: #129d9a;
  }

  .xl\:hover\:text-primary-light:hover {
    color: #64d5ca;
  }

  .xl\:hover\:text-primary-lighter:hover {
    color: #b3d6d5;
  }

  .xl\:hover\:text-primary-lightest:hover {
    color: #bbe1e0;
  }

  .xl\:hover\:text-primary-most-lightest:hover {
    color: #fdfff7;
  }

  .xl\:hover\:text-secondary-darkest:hover {
    color: #462a16;
  }

  .xl\:hover\:text-secondary-darker:hover {
    color: #bf881b;
  }

  .xl\:hover\:text-secondary-dark:hover {
    color: #ff9919;
  }

  .xl\:hover\:text-secondary:hover {
    color: #ffb21d;
  }

  .xl\:hover\:text-secondary-light:hover {
    color: #ffc761;
  }

  .xl\:hover\:text-secondary-lighter:hover {
    color: #f9c4ad;
  }

  .xl\:hover\:text-secondary-lightest:hover {
    color: #ffedd2;
  }

  .xl\:hover\:text-error-darkest:hover {
    color: #3b0d0c;
  }

  .xl\:hover\:text-error-darker:hover {
    color: #621b18;
  }

  .xl\:hover\:text-error-dark:hover {
    color: #cc1f1a;
  }

  .xl\:hover\:text-error:hover {
    color: #fd1d23;
  }

  .xl\:hover\:text-error-light:hover {
    color: #ef5753;
  }

  .xl\:hover\:text-error-lighter:hover {
    color: #f9acaa;
  }

  .xl\:hover\:text-error-lightest:hover {
    color: #fcebea;
  }

  .xl\:hover\:text-warning-darkest:hover {
    color: #462a16;
  }

  .xl\:hover\:text-warning-darker:hover {
    color: #613b1f;
  }

  .xl\:hover\:text-warning-dark:hover {
    color: #de751f;
  }

  .xl\:hover\:text-warning:hover {
    color: #ff811d;
  }

  .xl\:hover\:text-warning-light:hover {
    color: #ff9f6a;
  }

  .xl\:hover\:text-warning-lighter:hover {
    color: #f9c4ad;
  }

  .xl\:hover\:text-warning-lightest:hover {
    color: #fff8e6;
  }

  .xl\:hover\:text-success-darkest:hover {
    color: #0f2f21;
  }

  .xl\:hover\:text-success-darker:hover {
    color: #1a4731;
  }

  .xl\:hover\:text-success-dark:hover {
    color: #1f9d55;
  }

  .xl\:hover\:text-success:hover {
    color: #21d018;
  }

  .xl\:hover\:text-success-light:hover {
    color: #51d88a;
  }

  .xl\:hover\:text-success-lighter:hover {
    color: #a2f5bf;
  }

  .xl\:hover\:text-success-lightest:hover {
    color: #e3fcec;
  }

  .xl\:hover\:text-info-darkest:hover {
    color: #12283a;
  }

  .xl\:hover\:text-info-darker:hover {
    color: #1c3d5a;
  }

  .xl\:hover\:text-info-dark:hover {
    color: #2779bd;
  }

  .xl\:hover\:text-info:hover {
    color: #234fac;
  }

  .xl\:hover\:text-info-light:hover {
    color: #6cb2eb;
  }

  .xl\:hover\:text-info-lighter:hover {
    color: #bcdefa;
  }

  .xl\:hover\:text-info-lightest:hover {
    color: #cde5f7;
  }

  .xl\:text-xs {
    font-size: .75rem;
  }

  .xl\:text-sm {
    font-size: .875rem;
  }

  .xl\:text-base {
    font-size: 1rem;
  }

  .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\:text-7xl {
    font-size: 4rem;
  }

  .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\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .xl\:tracking-normal {
    letter-spacing: 0;
  }

  .xl\:tracking-wide {
    letter-spacing: .05em;
  }

  .xl\:tracking-wider {
    letter-spacing: .1em;
  }

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

  .group:hover .xl\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .xl\:group-hover\: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-6 {
    width: 1.5rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .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-2\/4 {
    width: 50%;
  }

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

  .xl\:expand-outside {
    top: -25px;
    height: calc(100% + 50px);
  }
}

@media (min-width: 1500px) {
  .xxl\:list-reset {
    list-style: none;
    padding: 0;
  }

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

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

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

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

  .xxl\:bg-light {
    background-color: #fff;
  }

  .xxl\:bg-soft {
    background-color: #f5f6f7;
  }

  .xxl\:bg-soft-darker {
    background-color: #f4f9fb;
  }

  .xxl\:bg-dark {
    background-color: #323940;
  }

  .xxl\:bg-dark-soft {
    background-color: #dadcde;
  }

  .xxl\:bg-dark-softer {
    background-color: #738596;
  }

  .xxl\:bg-dark-softest {
    background-color: #a2aebc;
  }

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

  .xxl\:bg-black-darkest {
    background-color: #000;
  }

  .xxl\:bg-black {
    background-color: #222b2f;
  }

  .xxl\:bg-grey-darkest {
    background-color: #364349;
  }

  .xxl\:bg-grey-darker {
    background-color: #596a73;
  }

  .xxl\:bg-grey-dark {
    background-color: #70818a;
  }

  .xxl\:bg-grey {
    background-color: #9babb4;
  }

  .xxl\:bg-grey-light {
    background-color: #738596;
  }

  .xxl\:bg-grey-lighter {
    background-color: #a2aebc;
  }

  .xxl\:bg-grey-lightest {
    background-color: #dadcde;
  }

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

  .xxl\:bg-white-darker {
    background-color: #ecf1f1;
  }

  .xxl\:bg-primary-darkest {
    background-color: #0d3331;
  }

  .xxl\:bg-primary-darker {
    background-color: #20504f;
  }

  .xxl\:bg-primary-dark {
    background-color: #0c6a68;
  }

  .xxl\:bg-primary {
    background-color: #129d9a;
  }

  .xxl\:bg-primary-light {
    background-color: #64d5ca;
  }

  .xxl\:bg-primary-lighter {
    background-color: #b3d6d5;
  }

  .xxl\:bg-primary-lightest {
    background-color: #bbe1e0;
  }

  .xxl\:bg-primary-most-lightest {
    background-color: #fdfff7;
  }

  .xxl\:bg-secondary-darkest {
    background-color: #462a16;
  }

  .xxl\:bg-secondary-darker {
    background-color: #bf881b;
  }

  .xxl\:bg-secondary-dark {
    background-color: #ff9919;
  }

  .xxl\:bg-secondary {
    background-color: #ffb21d;
  }

  .xxl\:bg-secondary-light {
    background-color: #ffc761;
  }

  .xxl\:bg-secondary-lighter {
    background-color: #f9c4ad;
  }

  .xxl\:bg-secondary-lightest {
    background-color: #ffedd2;
  }

  .xxl\:bg-error-darkest {
    background-color: #3b0d0c;
  }

  .xxl\:bg-error-darker {
    background-color: #621b18;
  }

  .xxl\:bg-error-dark {
    background-color: #cc1f1a;
  }

  .xxl\:bg-error {
    background-color: #fd1d23;
  }

  .xxl\:bg-error-light {
    background-color: #ef5753;
  }

  .xxl\:bg-error-lighter {
    background-color: #f9acaa;
  }

  .xxl\:bg-error-lightest {
    background-color: #fcebea;
  }

  .xxl\:bg-warning-darkest {
    background-color: #462a16;
  }

  .xxl\:bg-warning-darker {
    background-color: #613b1f;
  }

  .xxl\:bg-warning-dark {
    background-color: #de751f;
  }

  .xxl\:bg-warning {
    background-color: #ff811d;
  }

  .xxl\:bg-warning-light {
    background-color: #ff9f6a;
  }

  .xxl\:bg-warning-lighter {
    background-color: #f9c4ad;
  }

  .xxl\:bg-warning-lightest {
    background-color: #fff8e6;
  }

  .xxl\:bg-success-darkest {
    background-color: #0f2f21;
  }

  .xxl\:bg-success-darker {
    background-color: #1a4731;
  }

  .xxl\:bg-success-dark {
    background-color: #1f9d55;
  }

  .xxl\:bg-success {
    background-color: #21d018;
  }

  .xxl\:bg-success-light {
    background-color: #51d88a;
  }

  .xxl\:bg-success-lighter {
    background-color: #a2f5bf;
  }

  .xxl\:bg-success-lightest {
    background-color: #e3fcec;
  }

  .xxl\:bg-info-darkest {
    background-color: #12283a;
  }

  .xxl\:bg-info-darker {
    background-color: #1c3d5a;
  }

  .xxl\:bg-info-dark {
    background-color: #2779bd;
  }

  .xxl\:bg-info {
    background-color: #234fac;
  }

  .xxl\:bg-info-light {
    background-color: #6cb2eb;
  }

  .xxl\:bg-info-lighter {
    background-color: #bcdefa;
  }

  .xxl\:bg-info-lightest {
    background-color: #cde5f7;
  }

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

  .xxl\:hover\:bg-soft:hover {
    background-color: #f5f6f7;
  }

  .xxl\:hover\:bg-soft-darker:hover {
    background-color: #f4f9fb;
  }

  .xxl\:hover\:bg-dark:hover {
    background-color: #323940;
  }

  .xxl\:hover\:bg-dark-soft:hover {
    background-color: #dadcde;
  }

  .xxl\:hover\:bg-dark-softer:hover {
    background-color: #738596;
  }

  .xxl\:hover\:bg-dark-softest:hover {
    background-color: #a2aebc;
  }

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

  .xxl\:hover\:bg-black-darkest:hover {
    background-color: #000;
  }

  .xxl\:hover\:bg-black:hover {
    background-color: #222b2f;
  }

  .xxl\:hover\:bg-grey-darkest:hover {
    background-color: #364349;
  }

  .xxl\:hover\:bg-grey-darker:hover {
    background-color: #596a73;
  }

  .xxl\:hover\:bg-grey-dark:hover {
    background-color: #70818a;
  }

  .xxl\:hover\:bg-grey:hover {
    background-color: #9babb4;
  }

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

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

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

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

  .xxl\:hover\:bg-white-darker:hover {
    background-color: #ecf1f1;
  }

  .xxl\:hover\:bg-primary-darkest:hover {
    background-color: #0d3331;
  }

  .xxl\:hover\:bg-primary-darker:hover {
    background-color: #20504f;
  }

  .xxl\:hover\:bg-primary-dark:hover {
    background-color: #0c6a68;
  }

  .xxl\:hover\:bg-primary:hover {
    background-color: #129d9a;
  }

  .xxl\:hover\:bg-primary-light:hover {
    background-color: #64d5ca;
  }

  .xxl\:hover\:bg-primary-lighter:hover {
    background-color: #b3d6d5;
  }

  .xxl\:hover\:bg-primary-lightest:hover {
    background-color: #bbe1e0;
  }

  .xxl\:hover\:bg-primary-most-lightest:hover {
    background-color: #fdfff7;
  }

  .xxl\:hover\:bg-secondary-darkest:hover {
    background-color: #462a16;
  }

  .xxl\:hover\:bg-secondary-darker:hover {
    background-color: #bf881b;
  }

  .xxl\:hover\:bg-secondary-dark:hover {
    background-color: #ff9919;
  }

  .xxl\:hover\:bg-secondary:hover {
    background-color: #ffb21d;
  }

  .xxl\:hover\:bg-secondary-light:hover {
    background-color: #ffc761;
  }

  .xxl\:hover\:bg-secondary-lighter:hover {
    background-color: #f9c4ad;
  }

  .xxl\:hover\:bg-secondary-lightest:hover {
    background-color: #ffedd2;
  }

  .xxl\:hover\:bg-error-darkest:hover {
    background-color: #3b0d0c;
  }

  .xxl\:hover\:bg-error-darker:hover {
    background-color: #621b18;
  }

  .xxl\:hover\:bg-error-dark:hover {
    background-color: #cc1f1a;
  }

  .xxl\:hover\:bg-error:hover {
    background-color: #fd1d23;
  }

  .xxl\:hover\:bg-error-light:hover {
    background-color: #ef5753;
  }

  .xxl\:hover\:bg-error-lighter:hover {
    background-color: #f9acaa;
  }

  .xxl\:hover\:bg-error-lightest:hover {
    background-color: #fcebea;
  }

  .xxl\:hover\:bg-warning-darkest:hover {
    background-color: #462a16;
  }

  .xxl\:hover\:bg-warning-darker:hover {
    background-color: #613b1f;
  }

  .xxl\:hover\:bg-warning-dark:hover {
    background-color: #de751f;
  }

  .xxl\:hover\:bg-warning:hover {
    background-color: #ff811d;
  }

  .xxl\:hover\:bg-warning-light:hover {
    background-color: #ff9f6a;
  }

  .xxl\:hover\:bg-warning-lighter:hover {
    background-color: #f9c4ad;
  }

  .xxl\:hover\:bg-warning-lightest:hover {
    background-color: #fff8e6;
  }

  .xxl\:hover\:bg-success-darkest:hover {
    background-color: #0f2f21;
  }

  .xxl\:hover\:bg-success-darker:hover {
    background-color: #1a4731;
  }

  .xxl\:hover\:bg-success-dark:hover {
    background-color: #1f9d55;
  }

  .xxl\:hover\:bg-success:hover {
    background-color: #21d018;
  }

  .xxl\:hover\:bg-success-light:hover {
    background-color: #51d88a;
  }

  .xxl\:hover\:bg-success-lighter:hover {
    background-color: #a2f5bf;
  }

  .xxl\:hover\:bg-success-lightest:hover {
    background-color: #e3fcec;
  }

  .xxl\:hover\:bg-info-darkest:hover {
    background-color: #12283a;
  }

  .xxl\:hover\:bg-info-darker:hover {
    background-color: #1c3d5a;
  }

  .xxl\:hover\:bg-info-dark:hover {
    background-color: #2779bd;
  }

  .xxl\:hover\:bg-info:hover {
    background-color: #234fac;
  }

  .xxl\:hover\:bg-info-light:hover {
    background-color: #6cb2eb;
  }

  .xxl\:hover\:bg-info-lighter:hover {
    background-color: #bcdefa;
  }

  .xxl\:hover\:bg-info-lightest:hover {
    background-color: #cde5f7;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xxl\:border-light {
    border-color: #fff;
  }

  .xxl\:border-soft {
    border-color: #f5f6f7;
  }

  .xxl\:border-soft-darker {
    border-color: #f4f9fb;
  }

  .xxl\:border-dark {
    border-color: #323940;
  }

  .xxl\:border-dark-soft {
    border-color: #dadcde;
  }

  .xxl\:border-dark-softer {
    border-color: #738596;
  }

  .xxl\:border-dark-softest {
    border-color: #a2aebc;
  }

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

  .xxl\:border-black-darkest {
    border-color: #000;
  }

  .xxl\:border-black {
    border-color: #222b2f;
  }

  .xxl\:border-grey-darkest {
    border-color: #364349;
  }

  .xxl\:border-grey-darker {
    border-color: #596a73;
  }

  .xxl\:border-grey-dark {
    border-color: #70818a;
  }

  .xxl\:border-grey {
    border-color: #9babb4;
  }

  .xxl\:border-grey-light {
    border-color: #738596;
  }

  .xxl\:border-grey-lighter {
    border-color: #a2aebc;
  }

  .xxl\:border-grey-lightest {
    border-color: #dadcde;
  }

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

  .xxl\:border-white-darker {
    border-color: #ecf1f1;
  }

  .xxl\:border-primary-darkest {
    border-color: #0d3331;
  }

  .xxl\:border-primary-darker {
    border-color: #20504f;
  }

  .xxl\:border-primary-dark {
    border-color: #0c6a68;
  }

  .xxl\:border-primary {
    border-color: #129d9a;
  }

  .xxl\:border-primary-light {
    border-color: #64d5ca;
  }

  .xxl\:border-primary-lighter {
    border-color: #b3d6d5;
  }

  .xxl\:border-primary-lightest {
    border-color: #bbe1e0;
  }

  .xxl\:border-primary-most-lightest {
    border-color: #fdfff7;
  }

  .xxl\:border-secondary-darkest {
    border-color: #462a16;
  }

  .xxl\:border-secondary-darker {
    border-color: #bf881b;
  }

  .xxl\:border-secondary-dark {
    border-color: #ff9919;
  }

  .xxl\:border-secondary {
    border-color: #ffb21d;
  }

  .xxl\:border-secondary-light {
    border-color: #ffc761;
  }

  .xxl\:border-secondary-lighter {
    border-color: #f9c4ad;
  }

  .xxl\:border-secondary-lightest {
    border-color: #ffedd2;
  }

  .xxl\:border-error-darkest {
    border-color: #3b0d0c;
  }

  .xxl\:border-error-darker {
    border-color: #621b18;
  }

  .xxl\:border-error-dark {
    border-color: #cc1f1a;
  }

  .xxl\:border-error {
    border-color: #fd1d23;
  }

  .xxl\:border-error-light {
    border-color: #ef5753;
  }

  .xxl\:border-error-lighter {
    border-color: #f9acaa;
  }

  .xxl\:border-error-lightest {
    border-color: #fcebea;
  }

  .xxl\:border-warning-darkest {
    border-color: #462a16;
  }

  .xxl\:border-warning-darker {
    border-color: #613b1f;
  }

  .xxl\:border-warning-dark {
    border-color: #de751f;
  }

  .xxl\:border-warning {
    border-color: #ff811d;
  }

  .xxl\:border-warning-light {
    border-color: #ff9f6a;
  }

  .xxl\:border-warning-lighter {
    border-color: #f9c4ad;
  }

  .xxl\:border-warning-lightest {
    border-color: #fff8e6;
  }

  .xxl\:border-success-darkest {
    border-color: #0f2f21;
  }

  .xxl\:border-success-darker {
    border-color: #1a4731;
  }

  .xxl\:border-success-dark {
    border-color: #1f9d55;
  }

  .xxl\:border-success {
    border-color: #21d018;
  }

  .xxl\:border-success-light {
    border-color: #51d88a;
  }

  .xxl\:border-success-lighter {
    border-color: #a2f5bf;
  }

  .xxl\:border-success-lightest {
    border-color: #e3fcec;
  }

  .xxl\:border-info-darkest {
    border-color: #12283a;
  }

  .xxl\:border-info-darker {
    border-color: #1c3d5a;
  }

  .xxl\:border-info-dark {
    border-color: #2779bd;
  }

  .xxl\:border-info {
    border-color: #234fac;
  }

  .xxl\:border-info-light {
    border-color: #6cb2eb;
  }

  .xxl\:border-info-lighter {
    border-color: #bcdefa;
  }

  .xxl\:border-info-lightest {
    border-color: #cde5f7;
  }

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

  .xxl\:hover\:border-soft:hover {
    border-color: #f5f6f7;
  }

  .xxl\:hover\:border-soft-darker:hover {
    border-color: #f4f9fb;
  }

  .xxl\:hover\:border-dark:hover {
    border-color: #323940;
  }

  .xxl\:hover\:border-dark-soft:hover {
    border-color: #dadcde;
  }

  .xxl\:hover\:border-dark-softer:hover {
    border-color: #738596;
  }

  .xxl\:hover\:border-dark-softest:hover {
    border-color: #a2aebc;
  }

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

  .xxl\:hover\:border-black-darkest:hover {
    border-color: #000;
  }

  .xxl\:hover\:border-black:hover {
    border-color: #222b2f;
  }

  .xxl\:hover\:border-grey-darkest:hover {
    border-color: #364349;
  }

  .xxl\:hover\:border-grey-darker:hover {
    border-color: #596a73;
  }

  .xxl\:hover\:border-grey-dark:hover {
    border-color: #70818a;
  }

  .xxl\:hover\:border-grey:hover {
    border-color: #9babb4;
  }

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

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

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

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

  .xxl\:hover\:border-white-darker:hover {
    border-color: #ecf1f1;
  }

  .xxl\:hover\:border-primary-darkest:hover {
    border-color: #0d3331;
  }

  .xxl\:hover\:border-primary-darker:hover {
    border-color: #20504f;
  }

  .xxl\:hover\:border-primary-dark:hover {
    border-color: #0c6a68;
  }

  .xxl\:hover\:border-primary:hover {
    border-color: #129d9a;
  }

  .xxl\:hover\:border-primary-light:hover {
    border-color: #64d5ca;
  }

  .xxl\:hover\:border-primary-lighter:hover {
    border-color: #b3d6d5;
  }

  .xxl\:hover\:border-primary-lightest:hover {
    border-color: #bbe1e0;
  }

  .xxl\:hover\:border-primary-most-lightest:hover {
    border-color: #fdfff7;
  }

  .xxl\:hover\:border-secondary-darkest:hover {
    border-color: #462a16;
  }

  .xxl\:hover\:border-secondary-darker:hover {
    border-color: #bf881b;
  }

  .xxl\:hover\:border-secondary-dark:hover {
    border-color: #ff9919;
  }

  .xxl\:hover\:border-secondary:hover {
    border-color: #ffb21d;
  }

  .xxl\:hover\:border-secondary-light:hover {
    border-color: #ffc761;
  }

  .xxl\:hover\:border-secondary-lighter:hover {
    border-color: #f9c4ad;
  }

  .xxl\:hover\:border-secondary-lightest:hover {
    border-color: #ffedd2;
  }

  .xxl\:hover\:border-error-darkest:hover {
    border-color: #3b0d0c;
  }

  .xxl\:hover\:border-error-darker:hover {
    border-color: #621b18;
  }

  .xxl\:hover\:border-error-dark:hover {
    border-color: #cc1f1a;
  }

  .xxl\:hover\:border-error:hover {
    border-color: #fd1d23;
  }

  .xxl\:hover\:border-error-light:hover {
    border-color: #ef5753;
  }

  .xxl\:hover\:border-error-lighter:hover {
    border-color: #f9acaa;
  }

  .xxl\:hover\:border-error-lightest:hover {
    border-color: #fcebea;
  }

  .xxl\:hover\:border-warning-darkest:hover {
    border-color: #462a16;
  }

  .xxl\:hover\:border-warning-darker:hover {
    border-color: #613b1f;
  }

  .xxl\:hover\:border-warning-dark:hover {
    border-color: #de751f;
  }

  .xxl\:hover\:border-warning:hover {
    border-color: #ff811d;
  }

  .xxl\:hover\:border-warning-light:hover {
    border-color: #ff9f6a;
  }

  .xxl\:hover\:border-warning-lighter:hover {
    border-color: #f9c4ad;
  }

  .xxl\:hover\:border-warning-lightest:hover {
    border-color: #fff8e6;
  }

  .xxl\:hover\:border-success-darkest:hover {
    border-color: #0f2f21;
  }

  .xxl\:hover\:border-success-darker:hover {
    border-color: #1a4731;
  }

  .xxl\:hover\:border-success-dark:hover {
    border-color: #1f9d55;
  }

  .xxl\:hover\:border-success:hover {
    border-color: #21d018;
  }

  .xxl\:hover\:border-success-light:hover {
    border-color: #51d88a;
  }

  .xxl\:hover\:border-success-lighter:hover {
    border-color: #a2f5bf;
  }

  .xxl\:hover\:border-success-lightest:hover {
    border-color: #e3fcec;
  }

  .xxl\:hover\:border-info-darkest:hover {
    border-color: #12283a;
  }

  .xxl\:hover\:border-info-darker:hover {
    border-color: #1c3d5a;
  }

  .xxl\:hover\:border-info-dark:hover {
    border-color: #2779bd;
  }

  .xxl\:hover\:border-info:hover {
    border-color: #234fac;
  }

  .xxl\:hover\:border-info-light:hover {
    border-color: #6cb2eb;
  }

  .xxl\:hover\:border-info-lighter:hover {
    border-color: #bcdefa;
  }

  .xxl\:hover\:border-info-lightest:hover {
    border-color: #cde5f7;
  }

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

  .xxl\:focus\:border-soft:focus {
    border-color: #f5f6f7;
  }

  .xxl\:focus\:border-soft-darker:focus {
    border-color: #f4f9fb;
  }

  .xxl\:focus\:border-dark:focus {
    border-color: #323940;
  }

  .xxl\:focus\:border-dark-soft:focus {
    border-color: #dadcde;
  }

  .xxl\:focus\:border-dark-softer:focus {
    border-color: #738596;
  }

  .xxl\:focus\:border-dark-softest:focus {
    border-color: #a2aebc;
  }

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

  .xxl\:focus\:border-black-darkest:focus {
    border-color: #000;
  }

  .xxl\:focus\:border-black:focus {
    border-color: #222b2f;
  }

  .xxl\:focus\:border-grey-darkest:focus {
    border-color: #364349;
  }

  .xxl\:focus\:border-grey-darker:focus {
    border-color: #596a73;
  }

  .xxl\:focus\:border-grey-dark:focus {
    border-color: #70818a;
  }

  .xxl\:focus\:border-grey:focus {
    border-color: #9babb4;
  }

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

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

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

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

  .xxl\:focus\:border-white-darker:focus {
    border-color: #ecf1f1;
  }

  .xxl\:focus\:border-primary-darkest:focus {
    border-color: #0d3331;
  }

  .xxl\:focus\:border-primary-darker:focus {
    border-color: #20504f;
  }

  .xxl\:focus\:border-primary-dark:focus {
    border-color: #0c6a68;
  }

  .xxl\:focus\:border-primary:focus {
    border-color: #129d9a;
  }

  .xxl\:focus\:border-primary-light:focus {
    border-color: #64d5ca;
  }

  .xxl\:focus\:border-primary-lighter:focus {
    border-color: #b3d6d5;
  }

  .xxl\:focus\:border-primary-lightest:focus {
    border-color: #bbe1e0;
  }

  .xxl\:focus\:border-primary-most-lightest:focus {
    border-color: #fdfff7;
  }

  .xxl\:focus\:border-secondary-darkest:focus {
    border-color: #462a16;
  }

  .xxl\:focus\:border-secondary-darker:focus {
    border-color: #bf881b;
  }

  .xxl\:focus\:border-secondary-dark:focus {
    border-color: #ff9919;
  }

  .xxl\:focus\:border-secondary:focus {
    border-color: #ffb21d;
  }

  .xxl\:focus\:border-secondary-light:focus {
    border-color: #ffc761;
  }

  .xxl\:focus\:border-secondary-lighter:focus {
    border-color: #f9c4ad;
  }

  .xxl\:focus\:border-secondary-lightest:focus {
    border-color: #ffedd2;
  }

  .xxl\:focus\:border-error-darkest:focus {
    border-color: #3b0d0c;
  }

  .xxl\:focus\:border-error-darker:focus {
    border-color: #621b18;
  }

  .xxl\:focus\:border-error-dark:focus {
    border-color: #cc1f1a;
  }

  .xxl\:focus\:border-error:focus {
    border-color: #fd1d23;
  }

  .xxl\:focus\:border-error-light:focus {
    border-color: #ef5753;
  }

  .xxl\:focus\:border-error-lighter:focus {
    border-color: #f9acaa;
  }

  .xxl\:focus\:border-error-lightest:focus {
    border-color: #fcebea;
  }

  .xxl\:focus\:border-warning-darkest:focus {
    border-color: #462a16;
  }

  .xxl\:focus\:border-warning-darker:focus {
    border-color: #613b1f;
  }

  .xxl\:focus\:border-warning-dark:focus {
    border-color: #de751f;
  }

  .xxl\:focus\:border-warning:focus {
    border-color: #ff811d;
  }

  .xxl\:focus\:border-warning-light:focus {
    border-color: #ff9f6a;
  }

  .xxl\:focus\:border-warning-lighter:focus {
    border-color: #f9c4ad;
  }

  .xxl\:focus\:border-warning-lightest:focus {
    border-color: #fff8e6;
  }

  .xxl\:focus\:border-success-darkest:focus {
    border-color: #0f2f21;
  }

  .xxl\:focus\:border-success-darker:focus {
    border-color: #1a4731;
  }

  .xxl\:focus\:border-success-dark:focus {
    border-color: #1f9d55;
  }

  .xxl\:focus\:border-success:focus {
    border-color: #21d018;
  }

  .xxl\:focus\:border-success-light:focus {
    border-color: #51d88a;
  }

  .xxl\:focus\:border-success-lighter:focus {
    border-color: #a2f5bf;
  }

  .xxl\:focus\:border-success-lightest:focus {
    border-color: #e3fcec;
  }

  .xxl\:focus\:border-info-darkest:focus {
    border-color: #12283a;
  }

  .xxl\:focus\:border-info-darker:focus {
    border-color: #1c3d5a;
  }

  .xxl\:focus\:border-info-dark:focus {
    border-color: #2779bd;
  }

  .xxl\:focus\:border-info:focus {
    border-color: #234fac;
  }

  .xxl\:focus\:border-info-light:focus {
    border-color: #6cb2eb;
  }

  .xxl\:focus\:border-info-lighter:focus {
    border-color: #bcdefa;
  }

  .xxl\:focus\:border-info-lightest:focus {
    border-color: #cde5f7;
  }

  .group:hover .xxl\:group-hover\:border-light {
    border-color: #fff;
  }

  .group:hover .xxl\:group-hover\:border-soft {
    border-color: #f5f6f7;
  }

  .group:hover .xxl\:group-hover\:border-soft-darker {
    border-color: #f4f9fb;
  }

  .group:hover .xxl\:group-hover\:border-dark {
    border-color: #323940;
  }

  .group:hover .xxl\:group-hover\:border-dark-soft {
    border-color: #dadcde;
  }

  .group:hover .xxl\:group-hover\:border-dark-softer {
    border-color: #738596;
  }

  .group:hover .xxl\:group-hover\:border-dark-softest {
    border-color: #a2aebc;
  }

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

  .group:hover .xxl\:group-hover\:border-black-darkest {
    border-color: #000;
  }

  .group:hover .xxl\:group-hover\:border-black {
    border-color: #222b2f;
  }

  .group:hover .xxl\:group-hover\:border-grey-darkest {
    border-color: #364349;
  }

  .group:hover .xxl\:group-hover\:border-grey-darker {
    border-color: #596a73;
  }

  .group:hover .xxl\:group-hover\:border-grey-dark {
    border-color: #70818a;
  }

  .group:hover .xxl\:group-hover\:border-grey {
    border-color: #9babb4;
  }

  .group:hover .xxl\:group-hover\:border-grey-light {
    border-color: #738596;
  }

  .group:hover .xxl\:group-hover\:border-grey-lighter {
    border-color: #a2aebc;
  }

  .group:hover .xxl\:group-hover\:border-grey-lightest {
    border-color: #dadcde;
  }

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

  .group:hover .xxl\:group-hover\:border-white-darker {
    border-color: #ecf1f1;
  }

  .group:hover .xxl\:group-hover\:border-primary-darkest {
    border-color: #0d3331;
  }

  .group:hover .xxl\:group-hover\:border-primary-darker {
    border-color: #20504f;
  }

  .group:hover .xxl\:group-hover\:border-primary-dark {
    border-color: #0c6a68;
  }

  .group:hover .xxl\:group-hover\:border-primary {
    border-color: #129d9a;
  }

  .group:hover .xxl\:group-hover\:border-primary-light {
    border-color: #64d5ca;
  }

  .group:hover .xxl\:group-hover\:border-primary-lighter {
    border-color: #b3d6d5;
  }

  .group:hover .xxl\:group-hover\:border-primary-lightest {
    border-color: #bbe1e0;
  }

  .group:hover .xxl\:group-hover\:border-primary-most-lightest {
    border-color: #fdfff7;
  }

  .group:hover .xxl\:group-hover\:border-secondary-darkest {
    border-color: #462a16;
  }

  .group:hover .xxl\:group-hover\:border-secondary-darker {
    border-color: #bf881b;
  }

  .group:hover .xxl\:group-hover\:border-secondary-dark {
    border-color: #ff9919;
  }

  .group:hover .xxl\:group-hover\:border-secondary {
    border-color: #ffb21d;
  }

  .group:hover .xxl\:group-hover\:border-secondary-light {
    border-color: #ffc761;
  }

  .group:hover .xxl\:group-hover\:border-secondary-lighter {
    border-color: #f9c4ad;
  }

  .group:hover .xxl\:group-hover\:border-secondary-lightest {
    border-color: #ffedd2;
  }

  .group:hover .xxl\:group-hover\:border-error-darkest {
    border-color: #3b0d0c;
  }

  .group:hover .xxl\:group-hover\:border-error-darker {
    border-color: #621b18;
  }

  .group:hover .xxl\:group-hover\:border-error-dark {
    border-color: #cc1f1a;
  }

  .group:hover .xxl\:group-hover\:border-error {
    border-color: #fd1d23;
  }

  .group:hover .xxl\:group-hover\:border-error-light {
    border-color: #ef5753;
  }

  .group:hover .xxl\:group-hover\:border-error-lighter {
    border-color: #f9acaa;
  }

  .group:hover .xxl\:group-hover\:border-error-lightest {
    border-color: #fcebea;
  }

  .group:hover .xxl\:group-hover\:border-warning-darkest {
    border-color: #462a16;
  }

  .group:hover .xxl\:group-hover\:border-warning-darker {
    border-color: #613b1f;
  }

  .group:hover .xxl\:group-hover\:border-warning-dark {
    border-color: #de751f;
  }

  .group:hover .xxl\:group-hover\:border-warning {
    border-color: #ff811d;
  }

  .group:hover .xxl\:group-hover\:border-warning-light {
    border-color: #ff9f6a;
  }

  .group:hover .xxl\:group-hover\:border-warning-lighter {
    border-color: #f9c4ad;
  }

  .group:hover .xxl\:group-hover\:border-warning-lightest {
    border-color: #fff8e6;
  }

  .group:hover .xxl\:group-hover\:border-success-darkest {
    border-color: #0f2f21;
  }

  .group:hover .xxl\:group-hover\:border-success-darker {
    border-color: #1a4731;
  }

  .group:hover .xxl\:group-hover\:border-success-dark {
    border-color: #1f9d55;
  }

  .group:hover .xxl\:group-hover\:border-success {
    border-color: #21d018;
  }

  .group:hover .xxl\:group-hover\:border-success-light {
    border-color: #51d88a;
  }

  .group:hover .xxl\:group-hover\:border-success-lighter {
    border-color: #a2f5bf;
  }

  .group:hover .xxl\:group-hover\:border-success-lightest {
    border-color: #e3fcec;
  }

  .group:hover .xxl\:group-hover\:border-info-darkest {
    border-color: #12283a;
  }

  .group:hover .xxl\:group-hover\:border-info-darker {
    border-color: #1c3d5a;
  }

  .group:hover .xxl\:group-hover\:border-info-dark {
    border-color: #2779bd;
  }

  .group:hover .xxl\:group-hover\:border-info {
    border-color: #234fac;
  }

  .group:hover .xxl\:group-hover\:border-info-light {
    border-color: #6cb2eb;
  }

  .group:hover .xxl\:group-hover\:border-info-lighter {
    border-color: #bcdefa;
  }

  .group:hover .xxl\:group-hover\:border-info-lightest {
    border-color: #cde5f7;
  }

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

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

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

  .xxl\:rounded-lg {
    border-radius: .3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xxl\:rounded-t-lg {
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
  }

  .xxl\:rounded-r-lg {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
  }

  .xxl\:rounded-b-lg {
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
  }

  .xxl\:rounded-l-lg {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xxl\:rounded-tl-lg {
    border-top-left-radius: .3rem;
  }

  .xxl\:rounded-tr-lg {
    border-top-right-radius: .3rem;
  }

  .xxl\:rounded-br-lg {
    border-bottom-right-radius: .3rem;
  }

  .xxl\:rounded-bl-lg {
    border-bottom-left-radius: .3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xxl\:border-5 {
    border-width: 5px;
  }

  .xxl\:border-6 {
    border-width: 6px;
  }

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

  .xxl\:border-15 {
    border-width: 15px;
  }

  .xxl\:border-25 {
    border-width: 25px;
  }

  .xxl\:border {
    border-width: 1px;
  }

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

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

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

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

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

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

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

  .xxl\:border-l-2 {
    border-left-width: 2px;
  }

  .xxl\:border-t-4 {
    border-top-width: 4px;
  }

  .xxl\:border-r-4 {
    border-right-width: 4px;
  }

  .xxl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xxl\:border-l-4 {
    border-left-width: 4px;
  }

  .xxl\:border-t-5 {
    border-top-width: 5px;
  }

  .xxl\:border-r-5 {
    border-right-width: 5px;
  }

  .xxl\:border-b-5 {
    border-bottom-width: 5px;
  }

  .xxl\:border-l-5 {
    border-left-width: 5px;
  }

  .xxl\:border-t-6 {
    border-top-width: 6px;
  }

  .xxl\:border-r-6 {
    border-right-width: 6px;
  }

  .xxl\:border-b-6 {
    border-bottom-width: 6px;
  }

  .xxl\:border-l-6 {
    border-left-width: 6px;
  }

  .xxl\:border-t-8 {
    border-top-width: 8px;
  }

  .xxl\:border-r-8 {
    border-right-width: 8px;
  }

  .xxl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xxl\:border-l-8 {
    border-left-width: 8px;
  }

  .xxl\:border-t-15 {
    border-top-width: 15px;
  }

  .xxl\:border-r-15 {
    border-right-width: 15px;
  }

  .xxl\:border-b-15 {
    border-bottom-width: 15px;
  }

  .xxl\:border-l-15 {
    border-left-width: 15px;
  }

  .xxl\:border-t-25 {
    border-top-width: 25px;
  }

  .xxl\:border-r-25 {
    border-right-width: 25px;
  }

  .xxl\:border-b-25 {
    border-bottom-width: 25px;
  }

  .xxl\:border-l-25 {
    border-left-width: 25px;
  }

  .xxl\:border-t {
    border-top-width: 1px;
  }

  .xxl\:border-r {
    border-right-width: 1px;
  }

  .xxl\:border-b {
    border-bottom-width: 1px;
  }

  .xxl\:border-l {
    border-left-width: 1px;
  }

  .xxl\:cursor-auto {
    cursor: auto;
  }

  .xxl\:cursor-default {
    cursor: default;
  }

  .xxl\:cursor-pointer {
    cursor: pointer;
  }

  .xxl\:cursor-wait {
    cursor: wait;
  }

  .xxl\:cursor-move {
    cursor: move;
  }

  .xxl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xxl\:block {
    display: block;
  }

  .xxl\:inline-block {
    display: inline-block;
  }

  .xxl\:inline {
    display: inline;
  }

  .xxl\:table {
    display: table;
  }

  .xxl\:table-row {
    display: table-row;
  }

  .xxl\:table-cell {
    display: table-cell;
  }

  .xxl\:hidden {
    display: none;
  }

  .xxl\:flex {
    display: flex;
  }

  .xxl\:inline-flex {
    display: inline-flex;
  }

  .xxl\:flex-row {
    flex-direction: row;
  }

  .xxl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xxl\:flex-col {
    flex-direction: column;
  }

  .xxl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xxl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xxl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xxl\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xxl\:items-start {
    align-items: flex-start;
  }

  .xxl\:items-end {
    align-items: flex-end;
  }

  .xxl\:items-center {
    align-items: center;
  }

  .xxl\:items-baseline {
    align-items: baseline;
  }

  .xxl\:items-stretch {
    align-items: stretch;
  }

  .xxl\:self-auto {
    align-self: auto;
  }

  .xxl\:self-start {
    align-self: flex-start;
  }

  .xxl\:self-end {
    align-self: flex-end;
  }

  .xxl\:self-center {
    align-self: center;
  }

  .xxl\:self-stretch {
    align-self: stretch;
  }

  .xxl\:justify-start {
    justify-content: flex-start;
  }

  .xxl\:justify-end {
    justify-content: flex-end;
  }

  .xxl\:justify-center {
    justify-content: center;
  }

  .xxl\:justify-between {
    justify-content: space-between;
  }

  .xxl\:justify-around {
    justify-content: space-around;
  }

  .xxl\:content-center {
    align-content: center;
  }

  .xxl\:content-start {
    align-content: flex-start;
  }

  .xxl\:content-end {
    align-content: flex-end;
  }

  .xxl\:content-between {
    align-content: space-between;
  }

  .xxl\:content-around {
    align-content: space-around;
  }

  .xxl\:flex-1 {
    flex: 1 1 0%;
  }

  .xxl\:flex-auto {
    flex: 1 1 auto;
  }

  .xxl\:flex-initial {
    flex: 0 1 auto;
  }

  .xxl\:flex-none {
    flex: none;
  }

  .xxl\:flex-grow {
    flex-grow: 1;
  }

  .xxl\:flex-shrink {
    flex-shrink: 1;
  }

  .xxl\:flex-no-grow {
    flex-grow: 0;
  }

  .xxl\:flex-no-shrink {
    flex-shrink: 0;
  }

  .xxl\:float-right {
    float: right;
  }

  .xxl\:float-left {
    float: left;
  }

  .xxl\:float-none {
    float: none;
  }

  .xxl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xxl\:font-sans {
    font-family: Nunito, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  }

  .xxl\:font-serif {
    font-family: Trocchi, Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .xxl\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .xxl\:font-hairline {
    font-weight: 100;
  }

  .xxl\:font-thin {
    font-weight: 200;
  }

  .xxl\:font-light {
    font-weight: 300;
  }

  .xxl\:font-normal {
    font-weight: 400;
  }

  .xxl\:font-medium {
    font-weight: 500;
  }

  .xxl\:font-semibold {
    font-weight: 600;
  }

  .xxl\:font-bold {
    font-weight: 700;
  }

  .xxl\:font-extrabold {
    font-weight: 800;
  }

  .xxl\:font-black {
    font-weight: 900;
  }

  .xxl\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xxl\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xxl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xxl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xxl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xxl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xxl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xxl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xxl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xxl\:h-1 {
    height: .25rem;
  }

  .xxl\:h-2 {
    height: .5rem;
  }

  .xxl\:h-3 {
    height: .75rem;
  }

  .xxl\:h-4 {
    height: 1rem;
  }

  .xxl\:h-6 {
    height: 1.5rem;
  }

  .xxl\:h-8 {
    height: 2rem;
  }

  .xxl\:h-10 {
    height: 2.5rem;
  }

  .xxl\:h-12 {
    height: 3rem;
  }

  .xxl\:h-16 {
    height: 4rem;
  }

  .xxl\:h-24 {
    height: 6rem;
  }

  .xxl\:h-32 {
    height: 8rem;
  }

  .xxl\:h-42 {
    height: 10rem;
  }

  .xxl\:h-48 {
    height: 12rem;
  }

  .xxl\:h-64 {
    height: 16rem;
  }

  .xxl\:h-auto {
    height: auto;
  }

  .xxl\:h-px {
    height: 1px;
  }

  .xxl\:h-full {
    height: 100%;
  }

  .xxl\:h-screen {
    height: 100vh;
  }

  .xxl\:h-md {
    height: 17rem;
  }

  .xxl\:h-lg {
    height: 32rem;
  }

  .xxl\:leading-none {
    line-height: 1;
  }

  .xxl\:leading-tight {
    line-height: 1.25;
  }

  .xxl\:leading-normal {
    line-height: 1.5;
  }

  .xxl\:leading-loose {
    line-height: 2;
  }

  .xxl\:m-0 {
    margin: 0;
  }

  .xxl\:m-1 {
    margin: .25rem;
  }

  .xxl\:m-2 {
    margin: .5rem;
  }

  .xxl\:m-3 {
    margin: .75rem;
  }

  .xxl\:m-4 {
    margin: 1rem;
  }

  .xxl\:m-5 {
    margin: 1.25rem;
  }

  .xxl\:m-6 {
    margin: 1.5rem;
  }

  .xxl\:m-8 {
    margin: 2rem;
  }

  .xxl\:m-12 {
    margin: 3rem;
  }

  .xxl\:m-16 {
    margin: 4rem;
  }

  .xxl\:m-20 {
    margin: 5rem;
  }

  .xxl\:m-24 {
    margin: 6rem;
  }

  .xxl\:m-auto {
    margin: auto;
  }

  .xxl\:m-px {
    margin: 1px;
  }

  .xxl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xxl\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xxl\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xxl\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xxl\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xxl\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xxl\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xxl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xxl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xxl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xxl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xxl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xxl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xxl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xxl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xxl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xxl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xxl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xxl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xxl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xxl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xxl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xxl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xxl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xxl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xxl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xxl\:mt-0 {
    margin-top: 0;
  }

  .xxl\:mr-0 {
    margin-right: 0;
  }

  .xxl\:mb-0 {
    margin-bottom: 0;
  }

  .xxl\:ml-0 {
    margin-left: 0;
  }

  .xxl\:mt-1 {
    margin-top: .25rem;
  }

  .xxl\:mr-1 {
    margin-right: .25rem;
  }

  .xxl\:mb-1 {
    margin-bottom: .25rem;
  }

  .xxl\:ml-1 {
    margin-left: .25rem;
  }

  .xxl\:mt-2 {
    margin-top: .5rem;
  }

  .xxl\:mr-2 {
    margin-right: .5rem;
  }

  .xxl\:mb-2 {
    margin-bottom: .5rem;
  }

  .xxl\:ml-2 {
    margin-left: .5rem;
  }

  .xxl\:mt-3 {
    margin-top: .75rem;
  }

  .xxl\:mr-3 {
    margin-right: .75rem;
  }

  .xxl\:mb-3 {
    margin-bottom: .75rem;
  }

  .xxl\:ml-3 {
    margin-left: .75rem;
  }

  .xxl\:mt-4 {
    margin-top: 1rem;
  }

  .xxl\:mr-4 {
    margin-right: 1rem;
  }

  .xxl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xxl\:ml-4 {
    margin-left: 1rem;
  }

  .xxl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xxl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xxl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xxl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xxl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xxl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xxl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xxl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xxl\:mt-8 {
    margin-top: 2rem;
  }

  .xxl\:mr-8 {
    margin-right: 2rem;
  }

  .xxl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xxl\:ml-8 {
    margin-left: 2rem;
  }

  .xxl\:mt-12 {
    margin-top: 3rem;
  }

  .xxl\:mr-12 {
    margin-right: 3rem;
  }

  .xxl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xxl\:ml-12 {
    margin-left: 3rem;
  }

  .xxl\:mt-16 {
    margin-top: 4rem;
  }

  .xxl\:mr-16 {
    margin-right: 4rem;
  }

  .xxl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xxl\:ml-16 {
    margin-left: 4rem;
  }

  .xxl\:mt-20 {
    margin-top: 5rem;
  }

  .xxl\:mr-20 {
    margin-right: 5rem;
  }

  .xxl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xxl\:ml-20 {
    margin-left: 5rem;
  }

  .xxl\:mt-24 {
    margin-top: 6rem;
  }

  .xxl\:mr-24 {
    margin-right: 6rem;
  }

  .xxl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xxl\:ml-24 {
    margin-left: 6rem;
  }

  .xxl\:mt-auto {
    margin-top: auto;
  }

  .xxl\:mr-auto {
    margin-right: auto;
  }

  .xxl\:mb-auto {
    margin-bottom: auto;
  }

  .xxl\:ml-auto {
    margin-left: auto;
  }

  .xxl\:mt-px {
    margin-top: 1px;
  }

  .xxl\:mr-px {
    margin-right: 1px;
  }

  .xxl\:mb-px {
    margin-bottom: 1px;
  }

  .xxl\:ml-px {
    margin-left: 1px;
  }

  .xxl\:max-h-126 {
    max-height: 48rem;
  }

  .xxl\:max-h-full {
    max-height: 100%;
  }

  .xxl\:max-h-screen {
    max-height: 100vh;
  }

  .xxl\:max-w-xs {
    max-width: 20rem;
  }

  .xxl\:max-w-sm {
    max-width: 30rem;
  }

  .xxl\:max-w-md {
    max-width: 40rem;
  }

  .xxl\:max-w-lg {
    max-width: 50rem;
  }

  .xxl\:max-w-xl {
    max-width: 60rem;
  }

  .xxl\:max-w-2xl {
    max-width: 70rem;
  }

  .xxl\:max-w-3xl {
    max-width: 80rem;
  }

  .xxl\:max-w-4xl {
    max-width: 90rem;
  }

  .xxl\:max-w-5xl {
    max-width: 100rem;
  }

  .xxl\:max-w-full {
    max-width: 100%;
  }

  .xxl\:min-h-0 {
    min-height: 0;
  }

  .xxl\:min-h-full {
    min-height: 100%;
  }

  .xxl\:min-h-screen {
    min-height: 100vh;
  }

  .xxl\:min-w-0 {
    min-width: 0;
  }

  .xxl\:min-w-full {
    min-width: 100%;
  }

  .xxl\:-m-0 {
    margin: 0;
  }

  .xxl\:-m-1 {
    margin: -0.25rem;
  }

  .xxl\:-m-2 {
    margin: -0.5rem;
  }

  .xxl\:-m-3 {
    margin: -0.75rem;
  }

  .xxl\:-m-4 {
    margin: -1rem;
  }

  .xxl\:-m-5 {
    margin: -1.25rem;
  }

  .xxl\:-m-6 {
    margin: -1.5rem;
  }

  .xxl\:-m-8 {
    margin: -2rem;
  }

  .xxl\:-m-12 {
    margin: -3rem;
  }

  .xxl\:-m-16 {
    margin: -4rem;
  }

  .xxl\:-m-20 {
    margin: -5rem;
  }

  .xxl\:-m-24 {
    margin: -6rem;
  }

  .xxl\:-m-px {
    margin: -1px;
  }

  .xxl\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxl\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xxl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xxl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xxl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xxl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xxl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xxl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xxl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xxl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xxl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xxl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xxl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xxl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xxl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xxl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xxl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xxl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xxl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xxl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xxl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xxl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xxl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xxl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xxl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xxl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xxl\:-mt-0 {
    margin-top: 0;
  }

  .xxl\:-mr-0 {
    margin-right: 0;
  }

  .xxl\:-mb-0 {
    margin-bottom: 0;
  }

  .xxl\:-ml-0 {
    margin-left: 0;
  }

  .xxl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xxl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xxl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xxl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xxl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xxl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xxl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xxl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xxl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xxl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xxl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xxl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xxl\:-mt-4 {
    margin-top: -1rem;
  }

  .xxl\:-mr-4 {
    margin-right: -1rem;
  }

  .xxl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xxl\:-ml-4 {
    margin-left: -1rem;
  }

  .xxl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xxl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xxl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xxl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xxl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xxl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xxl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xxl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xxl\:-mt-8 {
    margin-top: -2rem;
  }

  .xxl\:-mr-8 {
    margin-right: -2rem;
  }

  .xxl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xxl\:-ml-8 {
    margin-left: -2rem;
  }

  .xxl\:-mt-12 {
    margin-top: -3rem;
  }

  .xxl\:-mr-12 {
    margin-right: -3rem;
  }

  .xxl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xxl\:-ml-12 {
    margin-left: -3rem;
  }

  .xxl\:-mt-16 {
    margin-top: -4rem;
  }

  .xxl\:-mr-16 {
    margin-right: -4rem;
  }

  .xxl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xxl\:-ml-16 {
    margin-left: -4rem;
  }

  .xxl\:-mt-20 {
    margin-top: -5rem;
  }

  .xxl\:-mr-20 {
    margin-right: -5rem;
  }

  .xxl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xxl\:-ml-20 {
    margin-left: -5rem;
  }

  .xxl\:-mt-24 {
    margin-top: -6rem;
  }

  .xxl\:-mr-24 {
    margin-right: -6rem;
  }

  .xxl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xxl\:-ml-24 {
    margin-left: -6rem;
  }

  .xxl\:-mt-px {
    margin-top: -1px;
  }

  .xxl\:-mr-px {
    margin-right: -1px;
  }

  .xxl\:-mb-px {
    margin-bottom: -1px;
  }

  .xxl\:-ml-px {
    margin-left: -1px;
  }

  .xxl\:opacity-0 {
    opacity: 0;
  }

  .xxl\:opacity-25 {
    opacity: .25;
  }

  .xxl\:opacity-50 {
    opacity: .5;
  }

  .xxl\:opacity-75 {
    opacity: .75;
  }

  .xxl\:opacity-90 {
    opacity: .9;
  }

  .xxl\:opacity-100 {
    opacity: 1;
  }

  .xxl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xxl\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .xxl\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .xxl\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .xxl\:hover\:opacity-90:hover {
    opacity: .9;
  }

  .xxl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xxl\:overflow-auto {
    overflow: auto;
  }

  .xxl\:overflow-hidden {
    overflow: hidden;
  }

  .xxl\:overflow-visible {
    overflow: visible;
  }

  .xxl\:overflow-scroll {
    overflow: scroll;
  }

  .xxl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xxl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xxl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xxl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xxl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xxl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xxl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xxl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xxl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xxl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xxl\:p-0 {
    padding: 0;
  }

  .xxl\:p-1 {
    padding: .25rem;
  }

  .xxl\:p-2 {
    padding: .5rem;
  }

  .xxl\:p-3 {
    padding: .75rem;
  }

  .xxl\:p-4 {
    padding: 1rem;
  }

  .xxl\:p-5 {
    padding: 1.25rem;
  }

  .xxl\:p-6 {
    padding: 1.5rem;
  }

  .xxl\:p-8 {
    padding: 2rem;
  }

  .xxl\:p-10 {
    padding: 2.5rem;
  }

  .xxl\:p-12 {
    padding: 3rem;
  }

  .xxl\:p-16 {
    padding: 4rem;
  }

  .xxl\:p-20 {
    padding: 5rem;
  }

  .xxl\:p-24 {
    padding: 6rem;
  }

  .xxl\:p-32 {
    padding: 8rem;
  }

  .xxl\:p-48 {
    padding: 12rem;
  }

  .xxl\:p-px {
    padding: 1px;
  }

  .xxl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xxl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xxl\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xxl\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xxl\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xxl\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xxl\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xxl\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xxl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xxl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xxl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xxl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xxl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xxl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xxl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xxl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xxl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xxl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xxl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xxl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xxl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xxl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xxl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xxl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xxl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xxl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xxl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xxl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xxl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xxl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xxl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xxl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xxl\:pt-0 {
    padding-top: 0;
  }

  .xxl\:pr-0 {
    padding-right: 0;
  }

  .xxl\:pb-0 {
    padding-bottom: 0;
  }

  .xxl\:pl-0 {
    padding-left: 0;
  }

  .xxl\:pt-1 {
    padding-top: .25rem;
  }

  .xxl\:pr-1 {
    padding-right: .25rem;
  }

  .xxl\:pb-1 {
    padding-bottom: .25rem;
  }

  .xxl\:pl-1 {
    padding-left: .25rem;
  }

  .xxl\:pt-2 {
    padding-top: .5rem;
  }

  .xxl\:pr-2 {
    padding-right: .5rem;
  }

  .xxl\:pb-2 {
    padding-bottom: .5rem;
  }

  .xxl\:pl-2 {
    padding-left: .5rem;
  }

  .xxl\:pt-3 {
    padding-top: .75rem;
  }

  .xxl\:pr-3 {
    padding-right: .75rem;
  }

  .xxl\:pb-3 {
    padding-bottom: .75rem;
  }

  .xxl\:pl-3 {
    padding-left: .75rem;
  }

  .xxl\:pt-4 {
    padding-top: 1rem;
  }

  .xxl\:pr-4 {
    padding-right: 1rem;
  }

  .xxl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xxl\:pl-4 {
    padding-left: 1rem;
  }

  .xxl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xxl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xxl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xxl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xxl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xxl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xxl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xxl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xxl\:pt-8 {
    padding-top: 2rem;
  }

  .xxl\:pr-8 {
    padding-right: 2rem;
  }

  .xxl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xxl\:pl-8 {
    padding-left: 2rem;
  }

  .xxl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xxl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xxl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xxl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xxl\:pt-12 {
    padding-top: 3rem;
  }

  .xxl\:pr-12 {
    padding-right: 3rem;
  }

  .xxl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xxl\:pl-12 {
    padding-left: 3rem;
  }

  .xxl\:pt-16 {
    padding-top: 4rem;
  }

  .xxl\:pr-16 {
    padding-right: 4rem;
  }

  .xxl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xxl\:pl-16 {
    padding-left: 4rem;
  }

  .xxl\:pt-20 {
    padding-top: 5rem;
  }

  .xxl\:pr-20 {
    padding-right: 5rem;
  }

  .xxl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xxl\:pl-20 {
    padding-left: 5rem;
  }

  .xxl\:pt-24 {
    padding-top: 6rem;
  }

  .xxl\:pr-24 {
    padding-right: 6rem;
  }

  .xxl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xxl\:pl-24 {
    padding-left: 6rem;
  }

  .xxl\:pt-32 {
    padding-top: 8rem;
  }

  .xxl\:pr-32 {
    padding-right: 8rem;
  }

  .xxl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xxl\:pl-32 {
    padding-left: 8rem;
  }

  .xxl\:pt-48 {
    padding-top: 12rem;
  }

  .xxl\:pr-48 {
    padding-right: 12rem;
  }

  .xxl\:pb-48 {
    padding-bottom: 12rem;
  }

  .xxl\:pl-48 {
    padding-left: 12rem;
  }

  .xxl\:pt-px {
    padding-top: 1px;
  }

  .xxl\:pr-px {
    padding-right: 1px;
  }

  .xxl\:pb-px {
    padding-bottom: 1px;
  }

  .xxl\:pl-px {
    padding-left: 1px;
  }

  .xxl\:pointer-events-none {
    pointer-events: none;
  }

  .xxl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xxl\:static {
    position: static;
  }

  .xxl\:fixed {
    position: fixed;
  }

  .xxl\:absolute {
    position: absolute;
  }

  .xxl\:relative {
    position: relative;
  }

  .xxl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xxl\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xxl\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xxl\:pin-y {
    top: 0;
    bottom: 0;
  }

  .xxl\:pin-x {
    right: 0;
    left: 0;
  }

  .xxl\:pin-t {
    top: 0;
  }

  .xxl\:pin-r {
    right: 0;
  }

  .xxl\:pin-b {
    bottom: 0;
  }

  .xxl\:pin-l {
    left: 0;
  }

  .xxl\:resize-none {
    resize: none;
  }

  .xxl\:resize-y {
    resize: vertical;
  }

  .xxl\:resize-x {
    resize: horizontal;
  }

  .xxl\:resize {
    resize: both;
  }

  .xxl\:shadow {
    box-shadow: 0 8px 20px #e3e7ea;;
  }

  .xxl\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xxl\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xxl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xxl\:shadow-none {
    box-shadow: none;
  }

  .xxl\:table-auto {
    table-layout: auto;
  }

  .xxl\:table-fixed {
    table-layout: fixed;
  }

  .xxl\:text-left {
    text-align: left;
  }

  .xxl\:text-center {
    text-align: center;
  }

  .xxl\:text-right {
    text-align: right;
  }

  .xxl\:text-justify {
    text-align: justify;
  }

  .xxl\:text-light {
    color: #fff;
  }

  .xxl\:text-soft {
    color: #f5f6f7;
  }

  .xxl\:text-soft-darker {
    color: #f4f9fb;
  }

  .xxl\:text-dark {
    color: #323940;
  }

  .xxl\:text-dark-soft {
    color: #dadcde;
  }

  .xxl\:text-dark-softer {
    color: #738596;
  }

  .xxl\:text-dark-softest {
    color: #a2aebc;
  }

  .xxl\:text-transparent {
    color: transparent;
  }

  .xxl\:text-black-darkest {
    color: #000;
  }

  .xxl\:text-black {
    color: #222b2f;
  }

  .xxl\:text-grey-darkest {
    color: #364349;
  }

  .xxl\:text-grey-darker {
    color: #596a73;
  }

  .xxl\:text-grey-dark {
    color: #70818a;
  }

  .xxl\:text-grey {
    color: #9babb4;
  }

  .xxl\:text-grey-light {
    color: #738596;
  }

  .xxl\:text-grey-lighter {
    color: #a2aebc;
  }

  .xxl\:text-grey-lightest {
    color: #dadcde;
  }

  .xxl\:text-white {
    color: #fff;
  }

  .xxl\:text-white-darker {
    color: #ecf1f1;
  }

  .xxl\:text-primary-darkest {
    color: #0d3331;
  }

  .xxl\:text-primary-darker {
    color: #20504f;
  }

  .xxl\:text-primary-dark {
    color: #0c6a68;
  }

  .xxl\:text-primary {
    color: #129d9a;
  }

  .xxl\:text-primary-light {
    color: #64d5ca;
  }

  .xxl\:text-primary-lighter {
    color: #b3d6d5;
  }

  .xxl\:text-primary-lightest {
    color: #bbe1e0;
  }

  .xxl\:text-primary-most-lightest {
    color: #fdfff7;
  }

  .xxl\:text-secondary-darkest {
    color: #462a16;
  }

  .xxl\:text-secondary-darker {
    color: #bf881b;
  }

  .xxl\:text-secondary-dark {
    color: #ff9919;
  }

  .xxl\:text-secondary {
    color: #ffb21d;
  }

  .xxl\:text-secondary-light {
    color: #ffc761;
  }

  .xxl\:text-secondary-lighter {
    color: #f9c4ad;
  }

  .xxl\:text-secondary-lightest {
    color: #ffedd2;
  }

  .xxl\:text-error-darkest {
    color: #3b0d0c;
  }

  .xxl\:text-error-darker {
    color: #621b18;
  }

  .xxl\:text-error-dark {
    color: #cc1f1a;
  }

  .xxl\:text-error {
    color: #fd1d23;
  }

  .xxl\:text-error-light {
    color: #ef5753;
  }

  .xxl\:text-error-lighter {
    color: #f9acaa;
  }

  .xxl\:text-error-lightest {
    color: #fcebea;
  }

  .xxl\:text-warning-darkest {
    color: #462a16;
  }

  .xxl\:text-warning-darker {
    color: #613b1f;
  }

  .xxl\:text-warning-dark {
    color: #de751f;
  }

  .xxl\:text-warning {
    color: #ff811d;
  }

  .xxl\:text-warning-light {
    color: #ff9f6a;
  }

  .xxl\:text-warning-lighter {
    color: #f9c4ad;
  }

  .xxl\:text-warning-lightest {
    color: #fff8e6;
  }

  .xxl\:text-success-darkest {
    color: #0f2f21;
  }

  .xxl\:text-success-darker {
    color: #1a4731;
  }

  .xxl\:text-success-dark {
    color: #1f9d55;
  }

  .xxl\:text-success {
    color: #21d018;
  }

  .xxl\:text-success-light {
    color: #51d88a;
  }

  .xxl\:text-success-lighter {
    color: #a2f5bf;
  }

  .xxl\:text-success-lightest {
    color: #e3fcec;
  }

  .xxl\:text-info-darkest {
    color: #12283a;
  }

  .xxl\:text-info-darker {
    color: #1c3d5a;
  }

  .xxl\:text-info-dark {
    color: #2779bd;
  }

  .xxl\:text-info {
    color: #234fac;
  }

  .xxl\:text-info-light {
    color: #6cb2eb;
  }

  .xxl\:text-info-lighter {
    color: #bcdefa;
  }

  .xxl\:text-info-lightest {
    color: #cde5f7;
  }

  .xxl\:hover\:text-light:hover {
    color: #fff;
  }

  .xxl\:hover\:text-soft:hover {
    color: #f5f6f7;
  }

  .xxl\:hover\:text-soft-darker:hover {
    color: #f4f9fb;
  }

  .xxl\:hover\:text-dark:hover {
    color: #323940;
  }

  .xxl\:hover\:text-dark-soft:hover {
    color: #dadcde;
  }

  .xxl\:hover\:text-dark-softer:hover {
    color: #738596;
  }

  .xxl\:hover\:text-dark-softest:hover {
    color: #a2aebc;
  }

  .xxl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xxl\:hover\:text-black-darkest:hover {
    color: #000;
  }

  .xxl\:hover\:text-black:hover {
    color: #222b2f;
  }

  .xxl\:hover\:text-grey-darkest:hover {
    color: #364349;
  }

  .xxl\:hover\:text-grey-darker:hover {
    color: #596a73;
  }

  .xxl\:hover\:text-grey-dark:hover {
    color: #70818a;
  }

  .xxl\:hover\:text-grey:hover {
    color: #9babb4;
  }

  .xxl\:hover\:text-grey-light:hover {
    color: #738596;
  }

  .xxl\:hover\:text-grey-lighter:hover {
    color: #a2aebc;
  }

  .xxl\:hover\:text-grey-lightest:hover {
    color: #dadcde;
  }

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

  .xxl\:hover\:text-white-darker:hover {
    color: #ecf1f1;
  }

  .xxl\:hover\:text-primary-darkest:hover {
    color: #0d3331;
  }

  .xxl\:hover\:text-primary-darker:hover {
    color: #20504f;
  }

  .xxl\:hover\:text-primary-dark:hover {
    color: #0c6a68;
  }

  .xxl\:hover\:text-primary:hover {
    color: #129d9a;
  }

  .xxl\:hover\:text-primary-light:hover {
    color: #64d5ca;
  }

  .xxl\:hover\:text-primary-lighter:hover {
    color: #b3d6d5;
  }

  .xxl\:hover\:text-primary-lightest:hover {
    color: #bbe1e0;
  }

  .xxl\:hover\:text-primary-most-lightest:hover {
    color: #fdfff7;
  }

  .xxl\:hover\:text-secondary-darkest:hover {
    color: #462a16;
  }

  .xxl\:hover\:text-secondary-darker:hover {
    color: #bf881b;
  }

  .xxl\:hover\:text-secondary-dark:hover {
    color: #ff9919;
  }

  .xxl\:hover\:text-secondary:hover {
    color: #ffb21d;
  }

  .xxl\:hover\:text-secondary-light:hover {
    color: #ffc761;
  }

  .xxl\:hover\:text-secondary-lighter:hover {
    color: #f9c4ad;
  }

  .xxl\:hover\:text-secondary-lightest:hover {
    color: #ffedd2;
  }

  .xxl\:hover\:text-error-darkest:hover {
    color: #3b0d0c;
  }

  .xxl\:hover\:text-error-darker:hover {
    color: #621b18;
  }

  .xxl\:hover\:text-error-dark:hover {
    color: #cc1f1a;
  }

  .xxl\:hover\:text-error:hover {
    color: #fd1d23;
  }

  .xxl\:hover\:text-error-light:hover {
    color: #ef5753;
  }

  .xxl\:hover\:text-error-lighter:hover {
    color: #f9acaa;
  }

  .xxl\:hover\:text-error-lightest:hover {
    color: #fcebea;
  }

  .xxl\:hover\:text-warning-darkest:hover {
    color: #462a16;
  }

  .xxl\:hover\:text-warning-darker:hover {
    color: #613b1f;
  }

  .xxl\:hover\:text-warning-dark:hover {
    color: #de751f;
  }

  .xxl\:hover\:text-warning:hover {
    color: #ff811d;
  }

  .xxl\:hover\:text-warning-light:hover {
    color: #ff9f6a;
  }

  .xxl\:hover\:text-warning-lighter:hover {
    color: #f9c4ad;
  }

  .xxl\:hover\:text-warning-lightest:hover {
    color: #fff8e6;
  }

  .xxl\:hover\:text-success-darkest:hover {
    color: #0f2f21;
  }

  .xxl\:hover\:text-success-darker:hover {
    color: #1a4731;
  }

  .xxl\:hover\:text-success-dark:hover {
    color: #1f9d55;
  }

  .xxl\:hover\:text-success:hover {
    color: #21d018;
  }

  .xxl\:hover\:text-success-light:hover {
    color: #51d88a;
  }

  .xxl\:hover\:text-success-lighter:hover {
    color: #a2f5bf;
  }

  .xxl\:hover\:text-success-lightest:hover {
    color: #e3fcec;
  }

  .xxl\:hover\:text-info-darkest:hover {
    color: #12283a;
  }

  .xxl\:hover\:text-info-darker:hover {
    color: #1c3d5a;
  }

  .xxl\:hover\:text-info-dark:hover {
    color: #2779bd;
  }

  .xxl\:hover\:text-info:hover {
    color: #234fac;
  }

  .xxl\:hover\:text-info-light:hover {
    color: #6cb2eb;
  }

  .xxl\:hover\:text-info-lighter:hover {
    color: #bcdefa;
  }

  .xxl\:hover\:text-info-lightest:hover {
    color: #cde5f7;
  }

  .xxl\:text-xs {
    font-size: .75rem;
  }

  .xxl\:text-sm {
    font-size: .875rem;
  }

  .xxl\:text-base {
    font-size: 1rem;
  }

  .xxl\:text-lg {
    font-size: 1.125rem;
  }

  .xxl\:text-xl {
    font-size: 1.25rem;
  }

  .xxl\:text-2xl {
    font-size: 1.5rem;
  }

  .xxl\:text-3xl {
    font-size: 1.875rem;
  }

  .xxl\:text-4xl {
    font-size: 2.25rem;
  }

  .xxl\:text-5xl {
    font-size: 3rem;
  }

  .xxl\:text-7xl {
    font-size: 4rem;
  }

  .xxl\:italic {
    font-style: italic;
  }

  .xxl\:roman {
    font-style: normal;
  }

  .xxl\:uppercase {
    text-transform: uppercase;
  }

  .xxl\:lowercase {
    text-transform: lowercase;
  }

  .xxl\:capitalize {
    text-transform: capitalize;
  }

  .xxl\:normal-case {
    text-transform: none;
  }

  .xxl\:underline {
    text-decoration: underline;
  }

  .xxl\:line-through {
    text-decoration: line-through;
  }

  .xxl\:no-underline {
    text-decoration: none;
  }

  .xxl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xxl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xxl\:hover\:italic:hover {
    font-style: italic;
  }

  .xxl\:hover\:roman:hover {
    font-style: normal;
  }

  .xxl\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .xxl\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .xxl\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .xxl\:hover\:normal-case:hover {
    text-transform: none;
  }

  .xxl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xxl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xxl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xxl\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xxl\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xxl\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .xxl\:tracking-normal {
    letter-spacing: 0;
  }

  .xxl\:tracking-wide {
    letter-spacing: .05em;
  }

  .xxl\:tracking-wider {
    letter-spacing: .1em;
  }

  .xxl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xxl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xxl\:align-baseline {
    vertical-align: baseline;
  }

  .xxl\:align-top {
    vertical-align: top;
  }

  .xxl\:align-middle {
    vertical-align: middle;
  }

  .xxl\:align-bottom {
    vertical-align: bottom;
  }

  .xxl\:align-text-top {
    vertical-align: text-top;
  }

  .xxl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xxl\:visible {
    visibility: visible;
  }

  .xxl\:invisible {
    visibility: hidden;
  }

  .group:hover .xxl\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .xxl\:group-hover\:invisible {
    visibility: hidden;
  }

  .xxl\:whitespace-normal {
    white-space: normal;
  }

  .xxl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xxl\:whitespace-pre {
    white-space: pre;
  }

  .xxl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xxl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xxl\:break-words {
    word-wrap: break-word;
  }

  .xxl\:break-normal {
    word-wrap: normal;
  }

  .xxl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xxl\:w-1 {
    width: .25rem;
  }

  .xxl\:w-2 {
    width: .5rem;
  }

  .xxl\:w-3 {
    width: .75rem;
  }

  .xxl\:w-4 {
    width: 1rem;
  }

  .xxl\:w-6 {
    width: 1.5rem;
  }

  .xxl\:w-8 {
    width: 2rem;
  }

  .xxl\:w-10 {
    width: 2.5rem;
  }

  .xxl\:w-12 {
    width: 3rem;
  }

  .xxl\:w-16 {
    width: 4rem;
  }

  .xxl\:w-24 {
    width: 6rem;
  }

  .xxl\:w-32 {
    width: 8rem;
  }

  .xxl\:w-48 {
    width: 12rem;
  }

  .xxl\:w-64 {
    width: 16rem;
  }

  .xxl\:w-auto {
    width: auto;
  }

  .xxl\:w-px {
    width: 1px;
  }

  .xxl\:w-1\/2 {
    width: 50%;
  }

  .xxl\:w-1\/3 {
    width: 33.33333%;
  }

  .xxl\:w-2\/3 {
    width: 66.66667%;
  }

  .xxl\:w-1\/4 {
    width: 25%;
  }

  .xxl\:w-2\/4 {
    width: 50%;
  }

  .xxl\:w-3\/4 {
    width: 75%;
  }

  .xxl\:w-1\/5 {
    width: 20%;
  }

  .xxl\:w-2\/5 {
    width: 40%;
  }

  .xxl\:w-3\/5 {
    width: 60%;
  }

  .xxl\:w-4\/5 {
    width: 80%;
  }

  .xxl\:w-1\/6 {
    width: 16.66667%;
  }

  .xxl\:w-5\/6 {
    width: 83.33333%;
  }

  .xxl\:w-full {
    width: 100%;
  }

  .xxl\:w-screen {
    width: 100vw;
  }

  .xxl\:z-0 {
    z-index: 0;
  }

  .xxl\:z-10 {
    z-index: 10;
  }

  .xxl\:z-20 {
    z-index: 20;
  }

  .xxl\:z-30 {
    z-index: 30;
  }

  .xxl\:z-40 {
    z-index: 40;
  }

  .xxl\:z-50 {
    z-index: 50;
  }

  .xxl\:z-auto {
    z-index: auto;
  }

  .xxl\:expand-outside {
    top: -25px;
    height: calc(100% + 50px);
  }
}
