.indigo,
.hover-indigo:hover {
  color: #ffffff !important;
}

.back-main {
  background: linear-gradient(to left, #00000052, #000), url("../assets/images/3.jpg");
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-attachment: scroll, scroll;
  background-size: auto, auto;
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin: 0;
}
 
.back-mains {
  background: linear-gradient(to left, #00000052, #000), url("../assets/images/3.jpg");
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-attachment: scroll, scroll;
  background-size: auto, auto;
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin: 0;
}
.back-main2 {
  background: linear-gradient(to left, #00000052, #000), url("../assets/images/3.jpg");
 
  background-attachment: scroll, scroll;
  background-size: auto, auto;
  background-blend-mode: overlay;
  background-size: cover;
 
  background-attachment: fixed;
  margin: 0;
}

@charset 'UTF-8';

/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;

  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900)
}

.fa,
.fa-brands,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto
}

.fa-brands:before,
.fa-regular:before,
.fa-solid:before,
.fa:before,
.fab:before,
.far:before,
.fas:before {
  content: var(--fa)
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free"
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands"
}

.fa-1x {
  font-size: 1em
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-6x {
  font-size: 6em
}

.fa-7x {
  font-size: 7em
}

.fa-8x {
  font-size: 8em
}

.fa-9x {
  font-size: 9em
}

.fa-10x {
  font-size: 10em
}

.fa-2xs {
  font-size: .625em;
  line-height: .1em;
  vertical-align: .225em
}

.fa-xs {
  font-size: .75em;
  line-height: .08333em;
  vertical-align: .125em
}

.fa-sm {
  font-size: .875em;
  line-height: .07143em;
  vertical-align: .05357em
}

.fa-lg {
  font-size: 1.25em;
  line-height: .05em;
  vertical-align: -.075em
}

.fa-xl {
  font-size: 1.5em;
  line-height: .04167em;
  vertical-align: -.125em
}

.fa-2xl {
  font-size: 2em;
  line-height: .03125em;
  vertical-align: -.1875em
}

.fa-fw {
  text-align: center;
  width: 1.25em
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0
}

.fa-ul>li {
  position: relative
}

.fa-li {
  left: calc(var(--fa-li-width, 2em)*-1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit
}

.fa-border {
  border-radius: var(--fa-border-radius, .1em);
  border: var(--fa-border-width, .08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
  padding: var(--fa-border-padding, .2em .25em .15em)
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, .3em)
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, .3em)
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))
}

.fa-fade {
  animation-name: fa-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-beat-fade,
.fa-fade {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s)
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-shake {
  animation-name: fa-shake;
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-shake,
.fa-spin {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal)
}

.fa-spin {
  animation-name: fa-spin;
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin-reverse {
  --fa-animation-direction: reverse
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8))
}

@media (prefers-reduced-motion:reduce) {

  .fa-beat,
  .fa-beat-fade,
  .fa-bounce,
  .fa-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s
  }
}

@keyframes fa-beat {

  0%,
  90% {
    transform: scale(1)
  }

  45% {
    transform: scale(var(--fa-beat-scale, 1.25))
  }
}

@keyframes fa-bounce {
  0% {
    transform: scale(1) translateY(0)
  }

  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
  }

  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
  }

  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
  }

  57% {
    transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
  }

  64% {
    transform: scale(1) translateY(0)
  }

  to {
    transform: scale(1) translateY(0)
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, .4)
  }
}

@keyframes fa-beat-fade {

  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, .4);
    transform: scale(1)
  }

  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125))
  }
}

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
  }
}

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg)
  }

  4% {
    transform: rotate(15deg)
  }

  8%,
  24% {
    transform: rotate(-18deg)
  }

  12%,
  28% {
    transform: rotate(18deg)
  }

  16% {
    transform: rotate(-22deg)
  }

  20% {
    transform: rotate(22deg)
  }

  32% {
    transform: rotate(-12deg)
  }

  36% {
    transform: rotate(12deg)
  }

  40%,
  to {
    transform: rotate(0deg)
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.fa-rotate-90 {
  transform: rotate(90deg)
}

.fa-rotate-180 {
  transform: rotate(180deg)
}

.fa-rotate-270 {
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  transform: scaleX(-1)
}

.fa-flip-vertical {
  transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1)
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0))
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto)
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: var(--fa-inverse, #fff)
}

.fa-0 {
  --fa: "\30"
}

.fa-1 {
  --fa: "\31"
}

.fa-2 {
  --fa: "\32"
}

.fa-3 {
  --fa: "\33"
}

.fa-4 {
  --fa: "\34"
}

.fa-5 {
  --fa: "\35"
}

.fa-6 {
  --fa: "\36"
}

.fa-7 {
  --fa: "\37"
}

.fa-8 {
  --fa: "\38"
}

.fa-9 {
  --fa: "\39"
}

.fa-fill-drip {
  --fa: "\f576"
}

.fa-arrows-to-circle {
  --fa: "\e4bd"
}

.fa-chevron-circle-right,
.fa-circle-chevron-right {
  --fa: "\f138"
}

.fa-at {
  --fa: "\40"
}

.fa-trash-alt,
.fa-trash-can {
  --fa: "\f2ed"
}

.fa-text-height {
  --fa: "\f034"
}

.fa-user-times,
.fa-user-xmark {
  --fa: "\f235"
}

.fa-stethoscope {
  --fa: "\f0f1"
}

.fa-comment-alt,
.fa-message {
  --fa: "\f27a"
}

.fa-info {
  --fa: "\f129"
}

.fa-compress-alt,
.fa-down-left-and-up-right-to-center {
  --fa: "\f422"
}

.fa-explosion {
  --fa: "\e4e9"
}

.fa-file-alt,
.fa-file-lines,
.fa-file-text {
  --fa: "\f15c"
}

.fa-wave-square {
  --fa: "\f83e"
}

.fa-ring {
  --fa: "\f70b"
}

.fa-building-un {
  --fa: "\e4d9"
}

.fa-dice-three {
  --fa: "\f527"
}

.fa-calendar-alt,
.fa-calendar-days {
  --fa: "\f073"
}

.fa-anchor-circle-check {
  --fa: "\e4aa"
}

.fa-building-circle-arrow-right {
  --fa: "\e4d1"
}

.fa-volleyball,
.fa-volleyball-ball {
  --fa: "\f45f"
}

.fa-arrows-up-to-line {
  --fa: "\e4c2"
}

.fa-sort-desc,
.fa-sort-down {
  --fa: "\f0dd"
}

.fa-circle-minus,
.fa-minus-circle {
  --fa: "\f056"
}

.fa-door-open {
  --fa: "\f52b"
}

.fa-right-from-bracket,
.fa-sign-out-alt {
  --fa: "\f2f5"
}

.fa-atom {
  --fa: "\f5d2"
}

.fa-soap {
  --fa: "\e06e"
}

.fa-heart-music-camera-bolt,
.fa-icons {
  --fa: "\f86d"
}

.fa-microphone-alt-slash,
.fa-microphone-lines-slash {
  --fa: "\f539"
}

.fa-bridge-circle-check {
  --fa: "\e4c9"
}

.fa-pump-medical {
  --fa: "\e06a"
}

.fa-fingerprint {
  --fa: "\f577"
}

.fa-hand-point-right {
  --fa: "\f0a4"
}

.fa-magnifying-glass-location,
.fa-search-location {
  --fa: "\f689"
}

.fa-forward-step,
.fa-step-forward {
  --fa: "\f051"
}

.fa-face-smile-beam,
.fa-smile-beam {
  --fa: "\f5b8"
}

.fa-flag-checkered {
  --fa: "\f11e"
}

.fa-football,
.fa-football-ball {
  --fa: "\f44e"
}

.fa-school-circle-exclamation {
  --fa: "\e56c"
}

.fa-crop {
  --fa: "\f125"
}

.fa-angle-double-down,
.fa-angles-down {
  --fa: "\f103"
}

.fa-users-rectangle {
  --fa: "\e594"
}

.fa-people-roof {
  --fa: "\e537"
}

.fa-people-line {
  --fa: "\e534"
}

.fa-beer,
.fa-beer-mug-empty {
  --fa: "\f0fc"
}

.fa-diagram-predecessor {
  --fa: "\e477"
}

.fa-arrow-up-long,
.fa-long-arrow-up {
  --fa: "\f176"
}

.fa-burn,
.fa-fire-flame-simple {
  --fa: "\f46a"
}

.fa-male,
.fa-person {
  --fa: "\f183"
}

.fa-laptop {
  --fa: "\f109"
}

.fa-file-csv {
  --fa: "\f6dd"
}

.fa-menorah {
  --fa: "\f676"
}

.fa-truck-plane {
  --fa: "\e58f"
}

.fa-record-vinyl {
  --fa: "\f8d9"
}

.fa-face-grin-stars,
.fa-grin-stars {
  --fa: "\f587"
}

.fa-bong {
  --fa: "\f55c"
}

.fa-pastafarianism,
.fa-spaghetti-monster-flying {
  --fa: "\f67b"
}

.fa-arrow-down-up-across-line {
  --fa: "\e4af"
}

.fa-spoon,
.fa-utensil-spoon {
  --fa: "\f2e5"
}

.fa-jar-wheat {
  --fa: "\e517"
}

.fa-envelopes-bulk,
.fa-mail-bulk {
  --fa: "\f674"
}

.fa-file-circle-exclamation {
  --fa: "\e4eb"
}

.fa-circle-h,
.fa-hospital-symbol {
  --fa: "\f47e"
}

.fa-pager {
  --fa: "\f815"
}

.fa-address-book,
.fa-contact-book {
  --fa: "\f2b9"
}

.fa-strikethrough {
  --fa: "\f0cc"
}

.fa-k {
  --fa: "\4b"
}

.fa-landmark-flag {
  --fa: "\e51c"
}

.fa-pencil,
.fa-pencil-alt {
  --fa: "\f303"
}

.fa-backward {
  --fa: "\f04a"
}

.fa-caret-right {
  --fa: "\f0da"
}

.fa-comments {
  --fa: "\f086"
}

.fa-file-clipboard,
.fa-paste {
  --fa: "\f0ea"
}

.fa-code-pull-request {
  --fa: "\e13c"
}

.fa-clipboard-list {
  --fa: "\f46d"
}

.fa-truck-loading,
.fa-truck-ramp-box {
  --fa: "\f4de"
}

.fa-user-check {
  --fa: "\f4fc"
}

.fa-vial-virus {
  --fa: "\e597"
}

.fa-sheet-plastic {
  --fa: "\e571"
}

.fa-blog {
  --fa: "\f781"
}

.fa-user-ninja {
  --fa: "\f504"
}

.fa-person-arrow-up-from-line {
  --fa: "\e539"
}

.fa-scroll-torah,
.fa-torah {
  --fa: "\f6a0"
}

.fa-broom-ball,
.fa-quidditch,
.fa-quidditch-broom-ball {
  --fa: "\f458"
}

.fa-toggle-off {
  --fa: "\f204"
}

.fa-archive,
.fa-box-archive {
  --fa: "\f187"
}

.fa-person-drowning {
  --fa: "\e545"
}

.fa-arrow-down-9-1,
.fa-sort-numeric-desc,
.fa-sort-numeric-down-alt {
  --fa: "\f886"
}

.fa-face-grin-tongue-squint,
.fa-grin-tongue-squint {
  --fa: "\f58a"
}

.fa-spray-can {
  --fa: "\f5bd"
}

.fa-truck-monster {
  --fa: "\f63b"
}

.fa-w {
  --fa: "\57"
}

.fa-earth-africa,
.fa-globe-africa {
  --fa: "\f57c"
}

.fa-rainbow {
  --fa: "\f75b"
}

.fa-circle-notch {
  --fa: "\f1ce"
}

.fa-tablet-alt,
.fa-tablet-screen-button {
  --fa: "\f3fa"
}

.fa-paw {
  --fa: "\f1b0"
}

.fa-cloud {
  --fa: "\f0c2"
}

.fa-trowel-bricks {
  --fa: "\e58a"
}

.fa-face-flushed,
.fa-flushed {
  --fa: "\f579"
}

.fa-hospital-user {
  --fa: "\f80d"
}

.fa-tent-arrow-left-right {
  --fa: "\e57f"
}

.fa-gavel,
.fa-legal {
  --fa: "\f0e3"
}

.fa-binoculars {
  --fa: "\f1e5"
}

.fa-microphone-slash {
  --fa: "\f131"
}

.fa-box-tissue {
  --fa: "\e05b"
}

.fa-motorcycle {
  --fa: "\f21c"
}

.fa-bell-concierge,
.fa-concierge-bell {
  --fa: "\f562"
}

.fa-pen-ruler,
.fa-pencil-ruler {
  --fa: "\f5ae"
}

.fa-people-arrows,
.fa-people-arrows-left-right {
  --fa: "\e068"
}

.fa-mars-and-venus-burst {
  --fa: "\e523"
}

.fa-caret-square-right,
.fa-square-caret-right {
  --fa: "\f152"
}

.fa-cut,
.fa-scissors {
  --fa: "\f0c4"
}

.fa-sun-plant-wilt {
  --fa: "\e57a"
}

.fa-toilets-portable {
  --fa: "\e584"
}

.fa-hockey-puck {
  --fa: "\f453"
}

.fa-table {
  --fa: "\f0ce"
}

.fa-magnifying-glass-arrow-right {
  --fa: "\e521"
}

.fa-digital-tachograph,
.fa-tachograph-digital {
  --fa: "\f566"
}

.fa-users-slash {
  --fa: "\e073"
}

.fa-clover {
  --fa: "\e139"
}

.fa-mail-reply,
.fa-reply {
  --fa: "\f3e5"
}

.fa-star-and-crescent {
  --fa: "\f699"
}

.fa-house-fire {
  --fa: "\e50c"
}

.fa-minus-square,
.fa-square-minus {
  --fa: "\f146"
}

.fa-helicopter {
  --fa: "\f533"
}

.fa-compass {
  --fa: "\f14e"
}

.fa-caret-square-down,
.fa-square-caret-down {
  --fa: "\f150"
}

.fa-file-circle-question {
  --fa: "\e4ef"
}

.fa-laptop-code {
  --fa: "\f5fc"
}

.fa-swatchbook {
  --fa: "\f5c3"
}

.fa-prescription-bottle {
  --fa: "\f485"
}

.fa-bars,
.fa-navicon {
  --fa: "\f0c9"
}

.fa-people-group {
  --fa: "\e533"
}

.fa-hourglass-3,
.fa-hourglass-end {
  --fa: "\f253"
}

.fa-heart-broken,
.fa-heart-crack {
  --fa: "\f7a9"
}

.fa-external-link-square-alt,
.fa-square-up-right {
  --fa: "\f360"
}

.fa-face-kiss-beam,
.fa-kiss-beam {
  --fa: "\f597"
}

.fa-film {
  --fa: "\f008"
}

.fa-ruler-horizontal {
  --fa: "\f547"
}

.fa-people-robbery {
  --fa: "\e536"
}

.fa-lightbulb {
  --fa: "\f0eb"
}

.fa-caret-left {
  --fa: "\f0d9"
}

.fa-circle-exclamation,
.fa-exclamation-circle {
  --fa: "\f06a"
}

.fa-school-circle-xmark {
  --fa: "\e56d"
}

.fa-arrow-right-from-bracket,
.fa-sign-out {
  --fa: "\f08b"
}

.fa-chevron-circle-down,
.fa-circle-chevron-down {
  --fa: "\f13a"
}

.fa-unlock-alt,
.fa-unlock-keyhole {
  --fa: "\f13e"
}

.fa-cloud-showers-heavy {
  --fa: "\f740"
}

.fa-headphones-alt,
.fa-headphones-simple {
  --fa: "\f58f"
}

.fa-sitemap {
  --fa: "\f0e8"
}

.fa-circle-dollar-to-slot,
.fa-donate {
  --fa: "\f4b9"
}

.fa-memory {
  --fa: "\f538"
}

.fa-road-spikes {
  --fa: "\e568"
}

.fa-fire-burner {
  --fa: "\e4f1"
}

.fa-flag {
  --fa: "\f024"
}

.fa-hanukiah {
  --fa: "\f6e6"
}

.fa-feather {
  --fa: "\f52d"
}

.fa-volume-down,
.fa-volume-low {
  --fa: "\f027"
}

.fa-comment-slash {
  --fa: "\f4b3"
}

.fa-cloud-sun-rain {
  --fa: "\f743"
}

.fa-compress {
  --fa: "\f066"
}

.fa-wheat-alt,
.fa-wheat-awn {
  --fa: "\e2cd"
}

.fa-ankh {
  --fa: "\f644"
}

.fa-hands-holding-child {
  --fa: "\e4fa"
}

.fa-asterisk {
  --fa: "\2a"
}

.fa-check-square,
.fa-square-check {
  --fa: "\f14a"
}

.fa-peseta-sign {
  --fa: "\e221"
}

.fa-header,
.fa-heading {
  --fa: "\f1dc"
}

.fa-ghost {
  --fa: "\f6e2"
}

.fa-list,
.fa-list-squares {
  --fa: "\f03a"
}

.fa-phone-square-alt,
.fa-square-phone-flip {
  --fa: "\f87b"
}

.fa-cart-plus {
  --fa: "\f217"
}

.fa-gamepad {
  --fa: "\f11b"
}

.fa-circle-dot,
.fa-dot-circle {
  --fa: "\f192"
}

.fa-dizzy,
.fa-face-dizzy {
  --fa: "\f567"
}

.fa-egg {
  --fa: "\f7fb"
}

.fa-house-medical-circle-xmark {
  --fa: "\e513"
}

.fa-campground {
  --fa: "\f6bb"
}

.fa-folder-plus {
  --fa: "\f65e"
}

.fa-futbol,
.fa-futbol-ball,
.fa-soccer-ball {
  --fa: "\f1e3"
}

.fa-paint-brush,
.fa-paintbrush {
  --fa: "\f1fc"
}

.fa-lock {
  --fa: "\f023"
}

.fa-gas-pump {
  --fa: "\f52f"
}

.fa-hot-tub,
.fa-hot-tub-person {
  --fa: "\f593"
}

.fa-map-location,
.fa-map-marked {
  --fa: "\f59f"
}

.fa-house-flood-water {
  --fa: "\e50e"
}

.fa-tree {
  --fa: "\f1bb"
}

.fa-bridge-lock {
  --fa: "\e4cc"
}

.fa-sack-dollar {
  --fa: "\f81d"
}

.fa-edit,
.fa-pen-to-square {
  --fa: "\f044"
}

.fa-car-side {
  --fa: "\f5e4"
}

.fa-share-alt,
.fa-share-nodes {
  --fa: "\f1e0"
}

.fa-heart-circle-minus {
  --fa: "\e4ff"
}

.fa-hourglass-2,
.fa-hourglass-half {
  --fa: "\f252"
}

.fa-microscope {
  --fa: "\f610"
}

.fa-sink {
  --fa: "\e06d"
}

.fa-bag-shopping,
.fa-shopping-bag {
  --fa: "\f290"
}

.fa-arrow-down-z-a,
.fa-sort-alpha-desc,
.fa-sort-alpha-down-alt {
  --fa: "\f881"
}

.fa-mitten {
  --fa: "\f7b5"
}

.fa-person-rays {
  --fa: "\e54d"
}

.fa-users {
  --fa: "\f0c0"
}

.fa-eye-slash {
  --fa: "\f070"
}

.fa-flask-vial {
  --fa: "\e4f3"
}

.fa-hand,
.fa-hand-paper {
  --fa: "\f256"
}

.fa-om {
  --fa: "\f679"
}

.fa-worm {
  --fa: "\e599"
}

.fa-house-circle-xmark {
  --fa: "\e50b"
}

.fa-plug {
  --fa: "\f1e6"
}

.fa-chevron-up {
  --fa: "\f077"
}

.fa-hand-spock {
  --fa: "\f259"
}

.fa-stopwatch {
  --fa: "\f2f2"
}

.fa-face-kiss,
.fa-kiss {
  --fa: "\f596"
}

.fa-bridge-circle-xmark {
  --fa: "\e4cb"
}

.fa-face-grin-tongue,
.fa-grin-tongue {
  --fa: "\f589"
}

.fa-chess-bishop {
  --fa: "\f43a"
}

.fa-face-grin-wink,
.fa-grin-wink {
  --fa: "\f58c"
}

.fa-deaf,
.fa-deafness,
.fa-ear-deaf,
.fa-hard-of-hearing {
  --fa: "\f2a4"
}

.fa-road-circle-check {
  --fa: "\e564"
}

.fa-dice-five {
  --fa: "\f523"
}

.fa-rss-square,
.fa-square-rss {
  --fa: "\f143"
}

.fa-land-mine-on {
  --fa: "\e51b"
}

.fa-i-cursor {
  --fa: "\f246"
}

.fa-stamp {
  --fa: "\f5bf"
}

.fa-stairs {
  --fa: "\e289"
}

.fa-i {
  --fa: "\49"
}

.fa-hryvnia,
.fa-hryvnia-sign {
  --fa: "\f6f2"
}

.fa-pills {
  --fa: "\f484"
}

.fa-face-grin-wide,
.fa-grin-alt {
  --fa: "\f581"
}

.fa-tooth {
  --fa: "\f5c9"
}

.fa-v {
  --fa: "\56"
}

.fa-bangladeshi-taka-sign {
  --fa: "\e2e6"
}

.fa-bicycle {
  --fa: "\f206"
}

.fa-rod-asclepius,
.fa-rod-snake,
.fa-staff-aesculapius,
.fa-staff-snake {
  --fa: "\e579"
}

.fa-head-side-cough-slash {
  --fa: "\e062"
}

.fa-ambulance,
.fa-truck-medical {
  --fa: "\f0f9"
}

.fa-wheat-awn-circle-exclamation {
  --fa: "\e598"
}

.fa-snowman {
  --fa: "\f7d0"
}

.fa-mortar-pestle {
  --fa: "\f5a7"
}

.fa-road-barrier {
  --fa: "\e562"
}

.fa-school {
  --fa: "\f549"
}

.fa-igloo {
  --fa: "\f7ae"
}

.fa-joint {
  --fa: "\f595"
}

.fa-angle-right {
  --fa: "\f105"
}

.fa-horse {
  --fa: "\f6f0"
}

.fa-q {
  --fa: "\51"
}

.fa-g {
  --fa: "\47"
}

.fa-notes-medical {
  --fa: "\f481"
}

.fa-temperature-2,
.fa-temperature-half,
.fa-thermometer-2,
.fa-thermometer-half {
  --fa: "\f2c9"
}

.fa-dong-sign {
  --fa: "\e169"
}

.fa-capsules {
  --fa: "\f46b"
}

.fa-poo-bolt,
.fa-poo-storm {
  --fa: "\f75a"
}

.fa-face-frown-open,
.fa-frown-open {
  --fa: "\f57a"
}

.fa-hand-point-up {
  --fa: "\f0a6"
}

.fa-money-bill {
  --fa: "\f0d6"
}

.fa-bookmark {
  --fa: "\f02e"
}

.fa-align-justify {
  --fa: "\f039"
}

.fa-umbrella-beach {
  --fa: "\f5ca"
}

.fa-helmet-un {
  --fa: "\e503"
}

.fa-bullseye {
  --fa: "\f140"
}

.fa-bacon {
  --fa: "\f7e5"
}

.fa-hand-point-down {
  --fa: "\f0a7"
}

.fa-arrow-up-from-bracket {
  --fa: "\e09a"
}

.fa-folder,
.fa-folder-blank {
  --fa: "\f07b"
}

.fa-file-medical-alt,
.fa-file-waveform {
  --fa: "\f478"
}

.fa-radiation {
  --fa: "\f7b9"
}

.fa-chart-simple {
  --fa: "\e473"
}

.fa-mars-stroke {
  --fa: "\f229"
}

.fa-vial {
  --fa: "\f492"
}

.fa-dashboard,
.fa-gauge,
.fa-gauge-med,
.fa-tachometer-alt-average {
  --fa: "\f624"
}

.fa-magic-wand-sparkles,
.fa-wand-magic-sparkles {
  --fa: "\e2ca"
}

.fa-e {
  --fa: "\45"
}

.fa-pen-alt,
.fa-pen-clip {
  --fa: "\f305"
}

.fa-bridge-circle-exclamation {
  --fa: "\e4ca"
}

.fa-user {
  --fa: "\f007"
}

.fa-school-circle-check {
  --fa: "\e56b"
}

.fa-dumpster {
  --fa: "\f793"
}

.fa-shuttle-van,
.fa-van-shuttle {
  --fa: "\f5b6"
}

.fa-building-user {
  --fa: "\e4da"
}

.fa-caret-square-left,
.fa-square-caret-left {
  --fa: "\f191"
}

.fa-highlighter {
  --fa: "\f591"
}

.fa-key {
  --fa: "\f084"
}

.fa-bullhorn {
  --fa: "\f0a1"
}

.fa-globe {
  --fa: "\f0ac"
}

.fa-synagogue {
  --fa: "\f69b"
}

.fa-person-half-dress {
  --fa: "\e548"
}

.fa-road-bridge {
  --fa: "\e563"
}

.fa-location-arrow {
  --fa: "\f124"
}

.fa-c {
  --fa: "\43"
}

.fa-tablet-button {
  --fa: "\f10a"
}

.fa-building-lock {
  --fa: "\e4d6"
}

.fa-pizza-slice {
  --fa: "\f818"
}

.fa-money-bill-wave {
  --fa: "\f53a"
}

.fa-area-chart,
.fa-chart-area {
  --fa: "\f1fe"
}

.fa-house-flag {
  --fa: "\e50d"
}

.fa-person-circle-minus {
  --fa: "\e540"
}

.fa-ban,
.fa-cancel {
  --fa: "\f05e"
}

.fa-camera-rotate {
  --fa: "\e0d8"
}

.fa-air-freshener,
.fa-spray-can-sparkles {
  --fa: "\f5d0"
}

.fa-star {
  --fa: "\f005"
}

.fa-repeat {
  --fa: "\f363"
}

.fa-cross {
  --fa: "\f654"
}

.fa-box {
  --fa: "\f466"
}

.fa-venus-mars {
  --fa: "\f228"
}

.fa-arrow-pointer,
.fa-mouse-pointer {
  --fa: "\f245"
}

.fa-expand-arrows-alt,
.fa-maximize {
  --fa: "\f31e"
}

.fa-charging-station {
  --fa: "\f5e7"
}

.fa-shapes,
.fa-triangle-circle-square {
  --fa: "\f61f"
}

.fa-random,
.fa-shuffle {
  --fa: "\f074"
}

.fa-person-running,
.fa-running {
  --fa: "\f70c"
}

.fa-mobile-retro {
  --fa: "\e527"
}

.fa-grip-lines-vertical {
  --fa: "\f7a5"
}

.fa-spider {
  --fa: "\f717"
}

.fa-hands-bound {
  --fa: "\e4f9"
}

.fa-file-invoice-dollar {
  --fa: "\f571"
}

.fa-plane-circle-exclamation {
  --fa: "\e556"
}

.fa-x-ray {
  --fa: "\f497"
}

.fa-spell-check {
  --fa: "\f891"
}

.fa-slash {
  --fa: "\f715"
}

.fa-computer-mouse,
.fa-mouse {
  --fa: "\f8cc"
}

.fa-arrow-right-to-bracket,
.fa-sign-in {
  --fa: "\f090"
}

.fa-shop-slash,
.fa-store-alt-slash {
  --fa: "\e070"
}

.fa-server {
  --fa: "\f233"
}

.fa-virus-covid-slash {
  --fa: "\e4a9"
}

.fa-shop-lock {
  --fa: "\e4a5"
}

.fa-hourglass-1,
.fa-hourglass-start {
  --fa: "\f251"
}

.fa-blender-phone {
  --fa: "\f6b6"
}

.fa-building-wheat {
  --fa: "\e4db"
}

.fa-person-breastfeeding {
  --fa: "\e53a"
}

.fa-right-to-bracket,
.fa-sign-in-alt {
  --fa: "\f2f6"
}

.fa-venus {
  --fa: "\f221"
}

.fa-passport {
  --fa: "\f5ab"
}

.fa-thumb-tack-slash,
.fa-thumbtack-slash {
  --fa: "\e68f"
}

.fa-heart-pulse,
.fa-heartbeat {
  --fa: "\f21e"
}

.fa-people-carry,
.fa-people-carry-box {
  --fa: "\f4ce"
}

.fa-temperature-high {
  --fa: "\f769"
}

.fa-microchip {
  --fa: "\f2db"
}

.fa-crown {
  --fa: "\f521"
}

.fa-weight-hanging {
  --fa: "\f5cd"
}

.fa-xmarks-lines {
  --fa: "\e59a"
}

.fa-file-prescription {
  --fa: "\f572"
}

.fa-weight,
.fa-weight-scale {
  --fa: "\f496"
}

.fa-user-friends,
.fa-user-group {
  --fa: "\f500"
}

.fa-arrow-up-a-z,
.fa-sort-alpha-up {
  --fa: "\f15e"
}

.fa-chess-knight {
  --fa: "\f441"
}

.fa-face-laugh-squint,
.fa-laugh-squint {
  --fa: "\f59b"
}

.fa-wheelchair {
  --fa: "\f193"
}

.fa-arrow-circle-up,
.fa-circle-arrow-up {
  --fa: "\f0aa"
}

.fa-toggle-on {
  --fa: "\f205"
}

.fa-person-walking,
.fa-walking {
  --fa: "\f554"
}

.fa-l {
  --fa: "\4c"
}

.fa-fire {
  --fa: "\f06d"
}

.fa-bed-pulse,
.fa-procedures {
  --fa: "\f487"
}

.fa-shuttle-space,
.fa-space-shuttle {
  --fa: "\f197"
}

.fa-face-laugh,
.fa-laugh {
  --fa: "\f599"
}

.fa-folder-open {
  --fa: "\f07c"
}

.fa-heart-circle-plus {
  --fa: "\e500"
}

.fa-code-fork {
  --fa: "\e13b"
}

.fa-city {
  --fa: "\f64f"
}

.fa-microphone-alt,
.fa-microphone-lines {
  --fa: "\f3c9"
}

.fa-pepper-hot {
  --fa: "\f816"
}

.fa-unlock {
  --fa: "\f09c"
}

.fa-colon-sign {
  --fa: "\e140"
}

.fa-headset {
  --fa: "\f590"
}

.fa-store-slash {
  --fa: "\e071"
}

.fa-road-circle-xmark {
  --fa: "\e566"
}

.fa-user-minus {
  --fa: "\f503"
}

.fa-mars-stroke-up,
.fa-mars-stroke-v {
  --fa: "\f22a"
}

.fa-champagne-glasses,
.fa-glass-cheers {
  --fa: "\f79f"
}

.fa-clipboard {
  --fa: "\f328"
}

.fa-house-circle-exclamation {
  --fa: "\e50a"
}

.fa-file-arrow-up,
.fa-file-upload {
  --fa: "\f574"
}

.fa-wifi,
.fa-wifi-3,
.fa-wifi-strong {
  --fa: "\f1eb"
}

.fa-bath,
.fa-bathtub {
  --fa: "\f2cd"
}

.fa-underline {
  --fa: "\f0cd"
}

.fa-user-edit,
.fa-user-pen {
  --fa: "\f4ff"
}

.fa-signature {
  --fa: "\f5b7"
}

.fa-stroopwafel {
  --fa: "\f551"
}

.fa-bold {
  --fa: "\f032"
}

.fa-anchor-lock {
  --fa: "\e4ad"
}

.fa-building-ngo {
  --fa: "\e4d7"
}

.fa-manat-sign {
  --fa: "\e1d5"
}

.fa-not-equal {
  --fa: "\f53e"
}

.fa-border-style,
.fa-border-top-left {
  --fa: "\f853"
}

.fa-map-location-dot,
.fa-map-marked-alt {
  --fa: "\f5a0"
}

.fa-jedi {
  --fa: "\f669"
}

.fa-poll,
.fa-square-poll-vertical {
  --fa: "\f681"
}

.fa-mug-hot {
  --fa: "\f7b6"
}

.fa-battery-car,
.fa-car-battery {
  --fa: "\f5df"
}

.fa-gift {
  --fa: "\f06b"
}

.fa-dice-two {
  --fa: "\f528"
}

.fa-chess-queen {
  --fa: "\f445"
}

.fa-glasses {
  --fa: "\f530"
}

.fa-chess-board {
  --fa: "\f43c"
}

.fa-building-circle-check {
  --fa: "\e4d2"
}

.fa-person-chalkboard {
  --fa: "\e53d"
}

.fa-mars-stroke-h,
.fa-mars-stroke-right {
  --fa: "\f22b"
}

.fa-hand-back-fist,
.fa-hand-rock {
  --fa: "\f255"
}

.fa-caret-square-up,
.fa-square-caret-up {
  --fa: "\f151"
}

.fa-cloud-showers-water {
  --fa: "\e4e4"
}

.fa-bar-chart,
.fa-chart-bar {
  --fa: "\f080"
}

.fa-hands-bubbles,
.fa-hands-wash {
  --fa: "\e05e"
}

.fa-less-than-equal {
  --fa: "\f537"
}

.fa-train {
  --fa: "\f238"
}

.fa-eye-low-vision,
.fa-low-vision {
  --fa: "\f2a8"
}

.fa-crow {
  --fa: "\f520"
}

.fa-sailboat {
  --fa: "\e445"
}

.fa-window-restore {
  --fa: "\f2d2"
}

.fa-plus-square,
.fa-square-plus {
  --fa: "\f0fe"
}

.fa-torii-gate {
  --fa: "\f6a1"
}

.fa-frog {
  --fa: "\f52e"
}

.fa-bucket {
  --fa: "\e4cf"
}

.fa-image {
  --fa: "\f03e"
}

.fa-microphone {
  --fa: "\f130"
}

.fa-cow {
  --fa: "\f6c8"
}

.fa-caret-up {
  --fa: "\f0d8"
}

.fa-screwdriver {
  --fa: "\f54a"
}

.fa-folder-closed {
  --fa: "\e185"
}

.fa-house-tsunami {
  --fa: "\e515"
}

.fa-square-nfi {
  --fa: "\e576"
}

.fa-arrow-up-from-ground-water {
  --fa: "\e4b5"
}

.fa-glass-martini-alt,
.fa-martini-glass {
  --fa: "\f57b"
}

.fa-square-binary {
  --fa: "\e69b"
}

.fa-rotate-back,
.fa-rotate-backward,
.fa-rotate-left,
.fa-undo-alt {
  --fa: "\f2ea"
}

.fa-columns,
.fa-table-columns {
  --fa: "\f0db"
}

.fa-lemon {
  --fa: "\f094"
}

.fa-head-side-mask {
  --fa: "\e063"
}

.fa-handshake {
  --fa: "\f2b5"
}

.fa-gem {
  --fa: "\f3a5"
}

.fa-dolly,
.fa-dolly-box {
  --fa: "\f472"
}

.fa-smoking {
  --fa: "\f48d"
}

.fa-compress-arrows-alt,
.fa-minimize {
  --fa: "\f78c"
}

.fa-monument {
  --fa: "\f5a6"
}

.fa-snowplow {
  --fa: "\f7d2"
}

.fa-angle-double-right,
.fa-angles-right {
  --fa: "\f101"
}

.fa-cannabis {
  --fa: "\f55f"
}

.fa-circle-play,
.fa-play-circle {
  --fa: "\f144"
}

.fa-tablets {
  --fa: "\f490"
}

.fa-ethernet {
  --fa: "\f796"
}

.fa-eur,
.fa-euro,
.fa-euro-sign {
  --fa: "\f153"
}

.fa-chair {
  --fa: "\f6c0"
}

.fa-check-circle,
.fa-circle-check {
  --fa: "\f058"
}

.fa-circle-stop,
.fa-stop-circle {
  --fa: "\f28d"
}

.fa-compass-drafting,
.fa-drafting-compass {
  --fa: "\f568"
}

.fa-plate-wheat {
  --fa: "\e55a"
}

.fa-icicles {
  --fa: "\f7ad"
}

.fa-person-shelter {
  --fa: "\e54f"
}

.fa-neuter {
  --fa: "\f22c"
}

.fa-id-badge {
  --fa: "\f2c1"
}

.fa-marker {
  --fa: "\f5a1"
}

.fa-face-laugh-beam,
.fa-laugh-beam {
  --fa: "\f59a"
}

.fa-helicopter-symbol {
  --fa: "\e502"
}

.fa-universal-access {
  --fa: "\f29a"
}

.fa-chevron-circle-up,
.fa-circle-chevron-up {
  --fa: "\f139"
}

.fa-lari-sign {
  --fa: "\e1c8"
}

.fa-volcano {
  --fa: "\f770"
}

.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553"
}

.fa-gbp,
.fa-pound-sign,
.fa-sterling-sign {
  --fa: "\f154"
}

.fa-viruses {
  --fa: "\e076"
}

.fa-square-person-confined {
  --fa: "\e577"
}

.fa-user-tie {
  --fa: "\f508"
}

.fa-arrow-down-long,
.fa-long-arrow-down {
  --fa: "\f175"
}

.fa-tent-arrow-down-to-line {
  --fa: "\e57e"
}

.fa-certificate {
  --fa: "\f0a3"
}

.fa-mail-reply-all,
.fa-reply-all {
  --fa: "\f122"
}

.fa-suitcase {
  --fa: "\f0f2"
}

.fa-person-skating,
.fa-skating {
  --fa: "\f7c5"
}

.fa-filter-circle-dollar,
.fa-funnel-dollar {
  --fa: "\f662"
}

.fa-camera-retro {
  --fa: "\f083"
}

.fa-arrow-circle-down,
.fa-circle-arrow-down {
  --fa: "\f0ab"
}

.fa-arrow-right-to-file,
.fa-file-import {
  --fa: "\f56f"
}

.fa-external-link-square,
.fa-square-arrow-up-right {
  --fa: "\f14c"
}

.fa-box-open {
  --fa: "\f49e"
}

.fa-scroll {
  --fa: "\f70e"
}

.fa-spa {
  --fa: "\f5bb"
}

.fa-location-pin-lock {
  --fa: "\e51f"
}

.fa-pause {
  --fa: "\f04c"
}

.fa-hill-avalanche {
  --fa: "\e507"
}

.fa-temperature-0,
.fa-temperature-empty,
.fa-thermometer-0,
.fa-thermometer-empty {
  --fa: "\f2cb"
}

.fa-bomb {
  --fa: "\f1e2"
}

.fa-registered {
  --fa: "\f25d"
}

.fa-address-card,
.fa-contact-card,
.fa-vcard {
  --fa: "\f2bb"
}

.fa-balance-scale-right,
.fa-scale-unbalanced-flip {
  --fa: "\f516"
}

.fa-subscript {
  --fa: "\f12c"
}

.fa-diamond-turn-right,
.fa-directions {
  --fa: "\f5eb"
}

.fa-burst {
  --fa: "\e4dc"
}

.fa-house-laptop,
.fa-laptop-house {
  --fa: "\e066"
}

.fa-face-tired,
.fa-tired {
  --fa: "\f5c8"
}

.fa-money-bills {
  --fa: "\e1f3"
}

.fa-smog {
  --fa: "\f75f"
}

.fa-crutch {
  --fa: "\f7f7"
}

.fa-cloud-arrow-up,
.fa-cloud-upload,
.fa-cloud-upload-alt {
  --fa: "\f0ee"
}

.fa-palette {
  --fa: "\f53f"
}

.fa-arrows-turn-right {
  --fa: "\e4c0"
}

.fa-vest {
  --fa: "\e085"
}

.fa-ferry {
  --fa: "\e4ea"
}

.fa-arrows-down-to-people {
  --fa: "\e4b9"
}

.fa-seedling,
.fa-sprout {
  --fa: "\f4d8"
}

.fa-arrows-alt-h,
.fa-left-right {
  --fa: "\f337"
}

.fa-boxes-packing {
  --fa: "\e4c7"
}

.fa-arrow-circle-left,
.fa-circle-arrow-left {
  --fa: "\f0a8"
}

.fa-group-arrows-rotate {
  --fa: "\e4f6"
}

.fa-bowl-food {
  --fa: "\e4c6"
}

.fa-candy-cane {
  --fa: "\f786"
}

.fa-arrow-down-wide-short,
.fa-sort-amount-asc,
.fa-sort-amount-down {
  --fa: "\f160"
}

.fa-cloud-bolt,
.fa-thunderstorm {
  --fa: "\f76c"
}

.fa-remove-format,
.fa-text-slash {
  --fa: "\f87d"
}

.fa-face-smile-wink,
.fa-smile-wink {
  --fa: "\f4da"
}

.fa-file-word {
  --fa: "\f1c2"
}

.fa-file-powerpoint {
  --fa: "\f1c4"
}

.fa-arrows-h,
.fa-arrows-left-right {
  --fa: "\f07e"
}

.fa-house-lock {
  --fa: "\e510"
}

.fa-cloud-arrow-down,
.fa-cloud-download,
.fa-cloud-download-alt {
  --fa: "\f0ed"
}

.fa-children {
  --fa: "\e4e1"
}

.fa-blackboard,
.fa-chalkboard {
  --fa: "\f51b"
}

.fa-user-alt-slash,
.fa-user-large-slash {
  --fa: "\f4fa"
}

.fa-envelope-open {
  --fa: "\f2b6"
}

.fa-handshake-alt-slash,
.fa-handshake-simple-slash {
  --fa: "\e05f"
}

.fa-mattress-pillow {
  --fa: "\e525"
}

.fa-guarani-sign {
  --fa: "\e19a"
}

.fa-arrows-rotate,
.fa-refresh,
.fa-sync {
  --fa: "\f021"
}

.fa-fire-extinguisher {
  --fa: "\f134"
}

.fa-cruzeiro-sign {
  --fa: "\e152"
}

.fa-greater-than-equal {
  --fa: "\f532"
}

.fa-shield-alt,
.fa-shield-halved {
  --fa: "\f3ed"
}

.fa-atlas,
.fa-book-atlas {
  --fa: "\f558"
}

.fa-virus {
  --fa: "\e074"
}

.fa-envelope-circle-check {
  --fa: "\e4e8"
}

.fa-layer-group {
  --fa: "\f5fd"
}

.fa-arrows-to-dot {
  --fa: "\e4be"
}

.fa-archway {
  --fa: "\f557"
}

.fa-heart-circle-check {
  --fa: "\e4fd"
}

.fa-house-chimney-crack,
.fa-house-damage {
  --fa: "\f6f1"
}

.fa-file-archive,
.fa-file-zipper {
  --fa: "\f1c6"
}

.fa-square {
  --fa: "\f0c8"
}

.fa-glass-martini,
.fa-martini-glass-empty {
  --fa: "\f000"
}

.fa-couch {
  --fa: "\f4b8"
}

.fa-cedi-sign {
  --fa: "\e0df"
}

.fa-italic {
  --fa: "\f033"
}

.fa-table-cells-column-lock {
  --fa: "\e678"
}

.fa-church {
  --fa: "\f51d"
}

.fa-comments-dollar {
  --fa: "\f653"
}

.fa-democrat {
  --fa: "\f747"
}

.fa-z {
  --fa: "\5a"
}

.fa-person-skiing,
.fa-skiing {
  --fa: "\f7c9"
}

.fa-road-lock {
  --fa: "\e567"
}

.fa-a {
  --fa: "\41"
}

.fa-temperature-arrow-down,
.fa-temperature-down {
  --fa: "\e03f"
}

.fa-feather-alt,
.fa-feather-pointed {
  --fa: "\f56b"
}

.fa-p {
  --fa: "\50"
}

.fa-snowflake {
  --fa: "\f2dc"
}

.fa-newspaper {
  --fa: "\f1ea"
}

.fa-ad,
.fa-rectangle-ad {
  --fa: "\f641"
}

.fa-arrow-circle-right,
.fa-circle-arrow-right {
  --fa: "\f0a9"
}

.fa-filter-circle-xmark {
  --fa: "\e17b"
}

.fa-locust {
  --fa: "\e520"
}

.fa-sort,
.fa-unsorted {
  --fa: "\f0dc"
}

.fa-list-1-2,
.fa-list-numeric,
.fa-list-ol {
  --fa: "\f0cb"
}

.fa-person-dress-burst {
  --fa: "\e544"
}

.fa-money-check-alt,
.fa-money-check-dollar {
  --fa: "\f53d"
}

.fa-vector-square {
  --fa: "\f5cb"
}

.fa-bread-slice {
  --fa: "\f7ec"
}

.fa-language {
  --fa: "\f1ab"
}

.fa-face-kiss-wink-heart,
.fa-kiss-wink-heart {
  --fa: "\f598"
}

.fa-filter {
  --fa: "\f0b0"
}

.fa-question {
  --fa: "\3f"
}

.fa-file-signature {
  --fa: "\f573"
}

.fa-arrows-alt,
.fa-up-down-left-right {
  --fa: "\f0b2"
}

.fa-house-chimney-user {
  --fa: "\e065"
}

.fa-hand-holding-heart {
  --fa: "\f4be"
}

.fa-puzzle-piece {
  --fa: "\f12e"
}

.fa-money-check {
  --fa: "\f53c"
}

.fa-star-half-alt,
.fa-star-half-stroke {
  --fa: "\f5c0"
}

.fa-code {
  --fa: "\f121"
}

.fa-glass-whiskey,
.fa-whiskey-glass {
  --fa: "\f7a0"
}

.fa-building-circle-exclamation {
  --fa: "\e4d3"
}

.fa-magnifying-glass-chart {
  --fa: "\e522"
}

.fa-arrow-up-right-from-square,
.fa-external-link {
  --fa: "\f08e"
}

.fa-cubes-stacked {
  --fa: "\e4e6"
}

.fa-krw,
.fa-won,
.fa-won-sign {
  --fa: "\f159"
}

.fa-virus-covid {
  --fa: "\e4a8"
}

.fa-austral-sign {
  --fa: "\e0a9"
}

.fa-f {
  --fa: "\46"
}

.fa-leaf {
  --fa: "\f06c"
}

.fa-road {
  --fa: "\f018"
}

.fa-cab,
.fa-taxi {
  --fa: "\f1ba"
}

.fa-person-circle-plus {
  --fa: "\e541"
}

.fa-chart-pie,
.fa-pie-chart {
  --fa: "\f200"
}

.fa-bolt-lightning {
  --fa: "\e0b7"
}

.fa-sack-xmark {
  --fa: "\e56a"
}

.fa-file-excel {
  --fa: "\f1c3"
}

.fa-file-contract {
  --fa: "\f56c"
}

.fa-fish-fins {
  --fa: "\e4f2"
}

.fa-building-flag {
  --fa: "\e4d5"
}

.fa-face-grin-beam,
.fa-grin-beam {
  --fa: "\f582"
}

.fa-object-ungroup {
  --fa: "\f248"
}

.fa-poop {
  --fa: "\f619"
}

.fa-location-pin,
.fa-map-marker {
  --fa: "\f041"
}

.fa-kaaba {
  --fa: "\f66b"
}

.fa-toilet-paper {
  --fa: "\f71e"
}

.fa-hard-hat,
.fa-hat-hard,
.fa-helmet-safety {
  --fa: "\f807"
}

.fa-eject {
  --fa: "\f052"
}

.fa-arrow-alt-circle-right,
.fa-circle-right {
  --fa: "\f35a"
}

.fa-plane-circle-check {
  --fa: "\e555"
}

.fa-face-rolling-eyes,
.fa-meh-rolling-eyes {
  --fa: "\f5a5"
}

.fa-object-group {
  --fa: "\f247"
}

.fa-chart-line,
.fa-line-chart {
  --fa: "\f201"
}

.fa-mask-ventilator {
  --fa: "\e524"
}

.fa-arrow-right {
  --fa: "\f061"
}

.fa-map-signs,
.fa-signs-post {
  --fa: "\f277"
}

.fa-cash-register {
  --fa: "\f788"
}

.fa-person-circle-question {
  --fa: "\e542"
}

.fa-h {
  --fa: "\48"
}

.fa-tarp {
  --fa: "\e57b"
}

.fa-screwdriver-wrench,
.fa-tools {
  --fa: "\f7d9"
}

.fa-arrows-to-eye {
  --fa: "\e4bf"
}

.fa-plug-circle-bolt {
  --fa: "\e55b"
}

.fa-heart {
  --fa: "\f004"
}

.fa-mars-and-venus {
  --fa: "\f224"
}

.fa-home-user,
.fa-house-user {
  --fa: "\e1b0"
}

.fa-dumpster-fire {
  --fa: "\f794"
}

.fa-house-crack {
  --fa: "\e3b1"
}

.fa-cocktail,
.fa-martini-glass-citrus {
  --fa: "\f561"
}

.fa-face-surprise,
.fa-surprise {
  --fa: "\f5c2"
}

.fa-bottle-water {
  --fa: "\e4c5"
}

.fa-circle-pause,
.fa-pause-circle {
  --fa: "\f28b"
}

.fa-toilet-paper-slash {
  --fa: "\e072"
}

.fa-apple-alt,
.fa-apple-whole {
  --fa: "\f5d1"
}

.fa-kitchen-set {
  --fa: "\e51a"
}

.fa-r {
  --fa: "\52"
}

.fa-temperature-1,
.fa-temperature-quarter,
.fa-thermometer-1,
.fa-thermometer-quarter {
  --fa: "\f2ca"
}

.fa-cube {
  --fa: "\f1b2"
}

.fa-bitcoin-sign {
  --fa: "\e0b4"
}

.fa-shield-dog {
  --fa: "\e573"
}

.fa-solar-panel {
  --fa: "\f5ba"
}

.fa-lock-open {
  --fa: "\f3c1"
}

.fa-elevator {
  --fa: "\e16d"
}

.fa-money-bill-transfer {
  --fa: "\e528"
}

.fa-money-bill-trend-up {
  --fa: "\e529"
}

.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f"
}

.fa-poll-h,
.fa-square-poll-horizontal {
  --fa: "\f682"
}

.fa-circle {
  --fa: "\f111"
}

.fa-backward-fast,
.fa-fast-backward {
  --fa: "\f049"
}

.fa-recycle {
  --fa: "\f1b8"
}

.fa-user-astronaut {
  --fa: "\f4fb"
}

.fa-plane-slash {
  --fa: "\e069"
}

.fa-trademark {
  --fa: "\f25c"
}

.fa-basketball,
.fa-basketball-ball {
  --fa: "\f434"
}

.fa-satellite-dish {
  --fa: "\f7c0"
}

.fa-arrow-alt-circle-up,
.fa-circle-up {
  --fa: "\f35b"
}

.fa-mobile-alt,
.fa-mobile-screen-button {
  --fa: "\f3cd"
}

.fa-volume-high,
.fa-volume-up {
  --fa: "\f028"
}

.fa-users-rays {
  --fa: "\e593"
}

.fa-wallet {
  --fa: "\f555"
}

.fa-clipboard-check {
  --fa: "\f46c"
}

.fa-file-audio {
  --fa: "\f1c7"
}

.fa-burger,
.fa-hamburger {
  --fa: "\f805"
}

.fa-wrench {
  --fa: "\f0ad"
}

.fa-bugs {
  --fa: "\e4d0"
}

.fa-rupee,
.fa-rupee-sign {
  --fa: "\f156"
}

.fa-file-image {
  --fa: "\f1c5"
}

.fa-circle-question,
.fa-question-circle {
  --fa: "\f059"
}

.fa-plane-departure {
  --fa: "\f5b0"
}

.fa-handshake-slash {
  --fa: "\e060"
}

.fa-book-bookmark {
  --fa: "\e0bb"
}

.fa-code-branch {
  --fa: "\f126"
}

.fa-hat-cowboy {
  --fa: "\f8c0"
}

.fa-bridge {
  --fa: "\e4c8"
}

.fa-phone-alt,
.fa-phone-flip {
  --fa: "\f879"
}

.fa-truck-front {
  --fa: "\e2b7"
}

.fa-cat {
  --fa: "\f6be"
}

.fa-anchor-circle-exclamation {
  --fa: "\e4ab"
}

.fa-truck-field {
  --fa: "\e58d"
}

.fa-route {
  --fa: "\f4d7"
}

.fa-clipboard-question {
  --fa: "\e4e3"
}

.fa-panorama {
  --fa: "\e209"
}

.fa-comment-medical {
  --fa: "\f7f5"
}

.fa-teeth-open {
  --fa: "\f62f"
}

.fa-file-circle-minus {
  --fa: "\e4ed"
}

.fa-tags {
  --fa: "\f02c"
}

.fa-wine-glass {
  --fa: "\f4e3"
}

.fa-fast-forward,
.fa-forward-fast {
  --fa: "\f050"
}

.fa-face-meh-blank,
.fa-meh-blank {
  --fa: "\f5a4"
}

.fa-parking,
.fa-square-parking {
  --fa: "\f540"
}

.fa-house-signal {
  --fa: "\e012"
}

.fa-bars-progress,
.fa-tasks-alt {
  --fa: "\f828"
}

.fa-faucet-drip {
  --fa: "\e006"
}

.fa-cart-flatbed,
.fa-dolly-flatbed {
  --fa: "\f474"
}

.fa-ban-smoking,
.fa-smoking-ban {
  --fa: "\f54d"
}

.fa-terminal {
  --fa: "\f120"
}

.fa-mobile-button {
  --fa: "\f10b"
}

.fa-house-medical-flag {
  --fa: "\e514"
}

.fa-basket-shopping,
.fa-shopping-basket {
  --fa: "\f291"
}

.fa-tape {
  --fa: "\f4db"
}

.fa-bus-alt,
.fa-bus-simple {
  --fa: "\f55e"
}

.fa-eye {
  --fa: "\f06e"
}

.fa-face-sad-cry,
.fa-sad-cry {
  --fa: "\f5b3"
}

.fa-audio-description {
  --fa: "\f29e"
}

.fa-person-military-to-person {
  --fa: "\e54c"
}

.fa-file-shield {
  --fa: "\e4f0"
}

.fa-user-slash {
  --fa: "\f506"
}

.fa-pen {
  --fa: "\f304"
}

.fa-tower-observation {
  --fa: "\e586"
}

.fa-file-code {
  --fa: "\f1c9"
}

.fa-signal,
.fa-signal-5,
.fa-signal-perfect {
  --fa: "\f012"
}

.fa-bus {
  --fa: "\f207"
}

.fa-heart-circle-xmark {
  --fa: "\e501"
}

.fa-home-lg,
.fa-house-chimney {
  --fa: "\e3af"
}

.fa-window-maximize {
  --fa: "\f2d0"
}

.fa-face-frown,
.fa-frown {
  --fa: "\f119"
}

.fa-prescription {
  --fa: "\f5b1"
}

.fa-shop,
.fa-store-alt {
  --fa: "\f54f"
}

.fa-floppy-disk,
.fa-save {
  --fa: "\f0c7"
}

.fa-vihara {
  --fa: "\f6a7"
}

.fa-balance-scale-left,
.fa-scale-unbalanced {
  --fa: "\f515"
}

.fa-sort-asc,
.fa-sort-up {
  --fa: "\f0de"
}

.fa-comment-dots,
.fa-commenting {
  --fa: "\f4ad"
}

.fa-plant-wilt {
  --fa: "\e5aa"
}

.fa-diamond {
  --fa: "\f219"
}

.fa-face-grin-squint,
.fa-grin-squint {
  --fa: "\f585"
}

.fa-hand-holding-dollar,
.fa-hand-holding-usd {
  --fa: "\f4c0"
}

.fa-chart-diagram {
  --fa: "\e695"
}

.fa-bacterium {
  --fa: "\e05a"
}

.fa-hand-pointer {
  --fa: "\f25a"
}

.fa-drum-steelpan {
  --fa: "\f56a"
}

.fa-hand-scissors {
  --fa: "\f257"
}

.fa-hands-praying,
.fa-praying-hands {
  --fa: "\f684"
}

.fa-arrow-right-rotate,
.fa-arrow-rotate-forward,
.fa-arrow-rotate-right,
.fa-redo {
  --fa: "\f01e"
}

.fa-biohazard {
  --fa: "\f780"
}

.fa-location,
.fa-location-crosshairs {
  --fa: "\f601"
}

.fa-mars-double {
  --fa: "\f227"
}

.fa-child-dress {
  --fa: "\e59c"
}

.fa-users-between-lines {
  --fa: "\e591"
}

.fa-lungs-virus {
  --fa: "\e067"
}

.fa-face-grin-tears,
.fa-grin-tears {
  --fa: "\f588"
}

.fa-phone {
  --fa: "\f095"
}

.fa-calendar-times,
.fa-calendar-xmark {
  --fa: "\f273"
}

.fa-child-reaching {
  --fa: "\e59d"
}

.fa-head-side-virus {
  --fa: "\e064"
}

.fa-user-cog,
.fa-user-gear {
  --fa: "\f4fe"
}

.fa-arrow-up-1-9,
.fa-sort-numeric-up {
  --fa: "\f163"
}

.fa-door-closed {
  --fa: "\f52a"
}

.fa-shield-virus {
  --fa: "\e06c"
}

.fa-dice-six {
  --fa: "\f526"
}

.fa-mosquito-net {
  --fa: "\e52c"
}

.fa-file-fragment {
  --fa: "\e697"
}

.fa-bridge-water {
  --fa: "\e4ce"
}

.fa-person-booth {
  --fa: "\f756"
}

.fa-text-width {
  --fa: "\f035"
}

.fa-hat-wizard {
  --fa: "\f6e8"
}

.fa-pen-fancy {
  --fa: "\f5ac"
}

.fa-digging,
.fa-person-digging {
  --fa: "\f85e"
}

.fa-trash {
  --fa: "\f1f8"
}

.fa-gauge-simple,
.fa-gauge-simple-med,
.fa-tachometer-average {
  --fa: "\f629"
}

.fa-book-medical {
  --fa: "\f7e6"
}

.fa-poo {
  --fa: "\f2fe"
}

.fa-quote-right,
.fa-quote-right-alt {
  --fa: "\f10e"
}

.fa-shirt,
.fa-t-shirt,
.fa-tshirt {
  --fa: "\f553"
}

.fa-cubes {
  --fa: "\f1b3"
}

.fa-divide {
  --fa: "\f529"
}

.fa-tenge,
.fa-tenge-sign {
  --fa: "\f7d7"
}

.fa-headphones {
  --fa: "\f025"
}

.fa-hands-holding {
  --fa: "\f4c2"
}

.fa-hands-clapping {
  --fa: "\e1a8"
}

.fa-republican {
  --fa: "\f75e"
}

.fa-arrow-left {
  --fa: "\f060"
}

.fa-person-circle-xmark {
  --fa: "\e543"
}

.fa-ruler {
  --fa: "\f545"
}

.fa-align-left {
  --fa: "\f036"
}

.fa-dice-d6 {
  --fa: "\f6d1"
}

.fa-restroom {
  --fa: "\f7bd"
}

.fa-j {
  --fa: "\4a"
}

.fa-users-viewfinder {
  --fa: "\e595"
}

.fa-file-video {
  --fa: "\f1c8"
}

.fa-external-link-alt,
.fa-up-right-from-square {
  --fa: "\f35d"
}

.fa-table-cells,
.fa-th {
  --fa: "\f00a"
}

.fa-file-pdf {
  --fa: "\f1c1"
}

.fa-bible,
.fa-book-bible {
  --fa: "\f647"
}

.fa-o {
  --fa: "\4f"
}

.fa-medkit,
.fa-suitcase-medical {
  --fa: "\f0fa"
}

.fa-user-secret {
  --fa: "\f21b"
}

.fa-otter {
  --fa: "\f700"
}

.fa-female,
.fa-person-dress {
  --fa: "\f182"
}

.fa-comment-dollar {
  --fa: "\f651"
}

.fa-briefcase-clock,
.fa-business-time {
  --fa: "\f64a"
}

.fa-table-cells-large,
.fa-th-large {
  --fa: "\f009"
}

.fa-book-tanakh,
.fa-tanakh {
  --fa: "\f827"
}

.fa-phone-volume,
.fa-volume-control-phone {
  --fa: "\f2a0"
}

.fa-hat-cowboy-side {
  --fa: "\f8c1"
}

.fa-clipboard-user {
  --fa: "\f7f3"
}

.fa-child {
  --fa: "\f1ae"
}

.fa-lira-sign {
  --fa: "\f195"
}

.fa-satellite {
  --fa: "\f7bf"
}

.fa-plane-lock {
  --fa: "\e558"
}

.fa-tag {
  --fa: "\f02b"
}

.fa-comment {
  --fa: "\f075"
}

.fa-birthday-cake,
.fa-cake,
.fa-cake-candles {
  --fa: "\f1fd"
}

.fa-envelope {
  --fa: "\f0e0"
}

.fa-angle-double-up,
.fa-angles-up {
  --fa: "\f102"
}

.fa-paperclip {
  --fa: "\f0c6"
}

.fa-arrow-right-to-city {
  --fa: "\e4b3"
}

.fa-ribbon {
  --fa: "\f4d6"
}

.fa-lungs {
  --fa: "\f604"
}

.fa-arrow-up-9-1,
.fa-sort-numeric-up-alt {
  --fa: "\f887"
}

.fa-litecoin-sign {
  --fa: "\e1d3"
}

.fa-border-none {
  --fa: "\f850"
}

.fa-circle-nodes {
  --fa: "\e4e2"
}

.fa-parachute-box {
  --fa: "\f4cd"
}

.fa-indent {
  --fa: "\f03c"
}

.fa-truck-field-un {
  --fa: "\e58e"
}

.fa-hourglass,
.fa-hourglass-empty {
  --fa: "\f254"
}

.fa-mountain {
  --fa: "\f6fc"
}

.fa-user-doctor,
.fa-user-md {
  --fa: "\f0f0"
}

.fa-circle-info,
.fa-info-circle {
  --fa: "\f05a"
}

.fa-cloud-meatball {
  --fa: "\f73b"
}

.fa-camera,
.fa-camera-alt {
  --fa: "\f030"
}

.fa-square-virus {
  --fa: "\e578"
}

.fa-meteor {
  --fa: "\f753"
}

.fa-car-on {
  --fa: "\e4dd"
}

.fa-sleigh {
  --fa: "\f7cc"
}

.fa-arrow-down-1-9,
.fa-sort-numeric-asc,
.fa-sort-numeric-down {
  --fa: "\f162"
}

.fa-hand-holding-droplet,
.fa-hand-holding-water {
  --fa: "\f4c1"
}

.fa-water {
  --fa: "\f773"
}

.fa-calendar-check {
  --fa: "\f274"
}

.fa-braille {
  --fa: "\f2a1"
}

.fa-prescription-bottle-alt,
.fa-prescription-bottle-medical {
  --fa: "\f486"
}

.fa-landmark {
  --fa: "\f66f"
}

.fa-truck {
  --fa: "\f0d1"
}

.fa-crosshairs {
  --fa: "\f05b"
}

.fa-person-cane {
  --fa: "\e53c"
}

.fa-tent {
  --fa: "\e57d"
}

.fa-vest-patches {
  --fa: "\e086"
}

.fa-check-double {
  --fa: "\f560"
}

.fa-arrow-down-a-z,
.fa-sort-alpha-asc,
.fa-sort-alpha-down {
  --fa: "\f15d"
}

.fa-money-bill-wheat {
  --fa: "\e52a"
}

.fa-cookie {
  --fa: "\f563"
}

.fa-arrow-left-rotate,
.fa-arrow-rotate-back,
.fa-arrow-rotate-backward,
.fa-arrow-rotate-left,
.fa-undo {
  --fa: "\f0e2"
}

.fa-hard-drive,
.fa-hdd {
  --fa: "\f0a0"
}

.fa-face-grin-squint-tears,
.fa-grin-squint-tears {
  --fa: "\f586"
}

.fa-dumbbell {
  --fa: "\f44b"
}

.fa-list-alt,
.fa-rectangle-list {
  --fa: "\f022"
}

.fa-tarp-droplet {
  --fa: "\e57c"
}

.fa-house-medical-circle-check {
  --fa: "\e511"
}

.fa-person-skiing-nordic,
.fa-skiing-nordic {
  --fa: "\f7ca"
}

.fa-calendar-plus {
  --fa: "\f271"
}

.fa-plane-arrival {
  --fa: "\f5af"
}

.fa-arrow-alt-circle-left,
.fa-circle-left {
  --fa: "\f359"
}

.fa-subway,
.fa-train-subway {
  --fa: "\f239"
}

.fa-chart-gantt {
  --fa: "\e0e4"
}

.fa-indian-rupee,
.fa-indian-rupee-sign,
.fa-inr {
  --fa: "\e1bc"
}

.fa-crop-alt,
.fa-crop-simple {
  --fa: "\f565"
}

.fa-money-bill-1,
.fa-money-bill-alt {
  --fa: "\f3d1"
}

.fa-left-long,
.fa-long-arrow-alt-left {
  --fa: "\f30a"
}

.fa-dna {
  --fa: "\f471"
}

.fa-virus-slash {
  --fa: "\e075"
}

.fa-minus,
.fa-subtract {
  --fa: "\f068"
}

.fa-chess {
  --fa: "\f439"
}

.fa-arrow-left-long,
.fa-long-arrow-left {
  --fa: "\f177"
}

.fa-plug-circle-check {
  --fa: "\e55c"
}

.fa-street-view {
  --fa: "\f21d"
}

.fa-franc-sign {
  --fa: "\e18f"
}

.fa-volume-off {
  --fa: "\f026"
}

.fa-american-sign-language-interpreting,
.fa-asl-interpreting,
.fa-hands-american-sign-language-interpreting,
.fa-hands-asl-interpreting {
  --fa: "\f2a3"
}

.fa-cog,
.fa-gear {
  --fa: "\f013"
}

.fa-droplet-slash,
.fa-tint-slash {
  --fa: "\f5c7"
}

.fa-mosque {
  --fa: "\f678"
}

.fa-mosquito {
  --fa: "\e52b"
}

.fa-star-of-david {
  --fa: "\f69a"
}

.fa-person-military-rifle {
  --fa: "\e54b"
}

.fa-cart-shopping,
.fa-shopping-cart {
  --fa: "\f07a"
}

.fa-vials {
  --fa: "\f493"
}

.fa-plug-circle-plus {
  --fa: "\e55f"
}

.fa-place-of-worship {
  --fa: "\f67f"
}

.fa-grip-vertical {
  --fa: "\f58e"
}

.fa-hexagon-nodes {
  --fa: "\e699"
}

.fa-arrow-turn-up,
.fa-level-up {
  --fa: "\f148"
}

.fa-u {
  --fa: "\55"
}

.fa-square-root-alt,
.fa-square-root-variable {
  --fa: "\f698"
}

.fa-clock,
.fa-clock-four {
  --fa: "\f017"
}

.fa-backward-step,
.fa-step-backward {
  --fa: "\f048"
}

.fa-pallet {
  --fa: "\f482"
}

.fa-faucet {
  --fa: "\e005"
}

.fa-baseball-bat-ball {
  --fa: "\f432"
}

.fa-s {
  --fa: "\53"
}

.fa-timeline {
  --fa: "\e29c"
}

.fa-keyboard {
  --fa: "\f11c"
}

.fa-caret-down {
  --fa: "\f0d7"
}

.fa-clinic-medical,
.fa-house-chimney-medical {
  --fa: "\f7f2"
}

.fa-temperature-3,
.fa-temperature-three-quarters,
.fa-thermometer-3,
.fa-thermometer-three-quarters {
  --fa: "\f2c8"
}

.fa-mobile-android-alt,
.fa-mobile-screen {
  --fa: "\f3cf"
}

.fa-plane-up {
  --fa: "\e22d"
}

.fa-piggy-bank {
  --fa: "\f4d3"
}

.fa-battery-3,
.fa-battery-half {
  --fa: "\f242"
}

.fa-mountain-city {
  --fa: "\e52e"
}

.fa-coins {
  --fa: "\f51e"
}

.fa-khanda {
  --fa: "\f66d"
}

.fa-sliders,
.fa-sliders-h {
  --fa: "\f1de"
}

.fa-folder-tree {
  --fa: "\f802"
}

.fa-network-wired {
  --fa: "\f6ff"
}

.fa-map-pin {
  --fa: "\f276"
}

.fa-hamsa {
  --fa: "\f665"
}

.fa-cent-sign {
  --fa: "\e3f5"
}

.fa-flask {
  --fa: "\f0c3"
}

.fa-person-pregnant {
  --fa: "\e31e"
}

.fa-wand-sparkles {
  --fa: "\f72b"
}

.fa-ellipsis-v,
.fa-ellipsis-vertical {
  --fa: "\f142"
}

.fa-ticket {
  --fa: "\f145"
}

.fa-power-off {
  --fa: "\f011"
}

.fa-long-arrow-alt-right,
.fa-right-long {
  --fa: "\f30b"
}

.fa-flag-usa {
  --fa: "\f74d"
}

.fa-laptop-file {
  --fa: "\e51d"
}

.fa-teletype,
.fa-tty {
  --fa: "\f1e4"
}

.fa-diagram-next {
  --fa: "\e476"
}

.fa-person-rifle {
  --fa: "\e54e"
}

.fa-house-medical-circle-exclamation {
  --fa: "\e512"
}

.fa-closed-captioning {
  --fa: "\f20a"
}

.fa-hiking,
.fa-person-hiking {
  --fa: "\f6ec"
}

.fa-venus-double {
  --fa: "\f226"
}

.fa-images {
  --fa: "\f302"
}

.fa-calculator {
  --fa: "\f1ec"
}

.fa-people-pulling {
  --fa: "\e535"
}

.fa-n {
  --fa: "\4e"
}

.fa-cable-car,
.fa-tram {
  --fa: "\f7da"
}

.fa-cloud-rain {
  --fa: "\f73d"
}

.fa-building-circle-xmark {
  --fa: "\e4d4"
}

.fa-ship {
  --fa: "\f21a"
}

.fa-arrows-down-to-line {
  --fa: "\e4b8"
}

.fa-download {
  --fa: "\f019"
}

.fa-face-grin,
.fa-grin {
  --fa: "\f580"
}

.fa-backspace,
.fa-delete-left {
  --fa: "\f55a"
}

.fa-eye-dropper,
.fa-eye-dropper-empty,
.fa-eyedropper {
  --fa: "\f1fb"
}

.fa-file-circle-check {
  --fa: "\e5a0"
}

.fa-forward {
  --fa: "\f04e"
}

.fa-mobile,
.fa-mobile-android,
.fa-mobile-phone {
  --fa: "\f3ce"
}

.fa-face-meh,
.fa-meh {
  --fa: "\f11a"
}

.fa-align-center {
  --fa: "\f037"
}

.fa-book-dead,
.fa-book-skull {
  --fa: "\f6b7"
}

.fa-drivers-license,
.fa-id-card {
  --fa: "\f2c2"
}

.fa-dedent,
.fa-outdent {
  --fa: "\f03b"
}

.fa-heart-circle-exclamation {
  --fa: "\e4fe"
}

.fa-home,
.fa-home-alt,
.fa-home-lg-alt,
.fa-house {
  --fa: "\f015"
}

.fa-calendar-week {
  --fa: "\f784"
}

.fa-laptop-medical {
  --fa: "\f812"
}

.fa-b {
  --fa: "\42"
}

.fa-file-medical {
  --fa: "\f477"
}

.fa-dice-one {
  --fa: "\f525"
}

.fa-kiwi-bird {
  --fa: "\f535"
}

.fa-arrow-right-arrow-left,
.fa-exchange {
  --fa: "\f0ec"
}

.fa-redo-alt,
.fa-rotate-forward,
.fa-rotate-right {
  --fa: "\f2f9"
}

.fa-cutlery,
.fa-utensils {
  --fa: "\f2e7"
}

.fa-arrow-up-wide-short,
.fa-sort-amount-up {
  --fa: "\f161"
}

.fa-mill-sign {
  --fa: "\e1ed"
}

.fa-bowl-rice {
  --fa: "\e2eb"
}

.fa-skull {
  --fa: "\f54c"
}

.fa-broadcast-tower,
.fa-tower-broadcast {
  --fa: "\f519"
}

.fa-truck-pickup {
  --fa: "\f63c"
}

.fa-long-arrow-alt-up,
.fa-up-long {
  --fa: "\f30c"
}

.fa-stop {
  --fa: "\f04d"
}

.fa-code-merge {
  --fa: "\f387"
}

.fa-upload {
  --fa: "\f093"
}

.fa-hurricane {
  --fa: "\f751"
}

.fa-mound {
  --fa: "\e52d"
}

.fa-toilet-portable {
  --fa: "\e583"
}

.fa-compact-disc {
  --fa: "\f51f"
}

.fa-file-arrow-down,
.fa-file-download {
  --fa: "\f56d"
}

.fa-caravan {
  --fa: "\f8ff"
}

.fa-shield-cat {
  --fa: "\e572"
}

.fa-bolt,
.fa-zap {
  --fa: "\f0e7"
}

.fa-glass-water {
  --fa: "\e4f4"
}

.fa-oil-well {
  --fa: "\e532"
}

.fa-vault {
  --fa: "\e2c5"
}

.fa-mars {
  --fa: "\f222"
}

.fa-toilet {
  --fa: "\f7d8"
}

.fa-plane-circle-xmark {
  --fa: "\e557"
}

.fa-cny,
.fa-jpy,
.fa-rmb,
.fa-yen,
.fa-yen-sign {
  --fa: "\f157"
}

.fa-rouble,
.fa-rub,
.fa-ruble,
.fa-ruble-sign {
  --fa: "\f158"
}

.fa-sun {
  --fa: "\f185"
}

.fa-guitar {
  --fa: "\f7a6"
}

.fa-face-laugh-wink,
.fa-laugh-wink {
  --fa: "\f59c"
}

.fa-horse-head {
  --fa: "\f7ab"
}

.fa-bore-hole {
  --fa: "\e4c3"
}

.fa-industry {
  --fa: "\f275"
}

.fa-arrow-alt-circle-down,
.fa-circle-down {
  --fa: "\f358"
}

.fa-arrows-turn-to-dots {
  --fa: "\e4c1"
}

.fa-florin-sign {
  --fa: "\e184"
}

.fa-arrow-down-short-wide,
.fa-sort-amount-desc,
.fa-sort-amount-down-alt {
  --fa: "\f884"
}

.fa-less-than {
  --fa: "\3c"
}

.fa-angle-down {
  --fa: "\f107"
}

.fa-car-tunnel {
  --fa: "\e4de"
}

.fa-head-side-cough {
  --fa: "\e061"
}

.fa-grip-lines {
  --fa: "\f7a4"
}

.fa-thumbs-down {
  --fa: "\f165"
}

.fa-user-lock {
  --fa: "\f502"
}

.fa-arrow-right-long,
.fa-long-arrow-right {
  --fa: "\f178"
}

.fa-anchor-circle-xmark {
  --fa: "\e4ac"
}

.fa-ellipsis,
.fa-ellipsis-h {
  --fa: "\f141"
}

.fa-chess-pawn {
  --fa: "\f443"
}

.fa-first-aid,
.fa-kit-medical {
  --fa: "\f479"
}

.fa-person-through-window {
  --fa: "\e5a9"
}

.fa-toolbox {
  --fa: "\f552"
}

.fa-hands-holding-circle {
  --fa: "\e4fb"
}

.fa-bug {
  --fa: "\f188"
}

.fa-credit-card,
.fa-credit-card-alt {
  --fa: "\f09d"
}

.fa-automobile,
.fa-car {
  --fa: "\f1b9"
}

.fa-hand-holding-hand {
  --fa: "\e4f7"
}

.fa-book-open-reader,
.fa-book-reader {
  --fa: "\f5da"
}

.fa-mountain-sun {
  --fa: "\e52f"
}

.fa-arrows-left-right-to-line {
  --fa: "\e4ba"
}

.fa-dice-d20 {
  --fa: "\f6cf"
}

.fa-truck-droplet {
  --fa: "\e58c"
}

.fa-file-circle-xmark {
  --fa: "\e5a1"
}

.fa-temperature-arrow-up,
.fa-temperature-up {
  --fa: "\e040"
}

.fa-medal {
  --fa: "\f5a2"
}

.fa-bed {
  --fa: "\f236"
}

.fa-h-square,
.fa-square-h {
  --fa: "\f0fd"
}

.fa-podcast {
  --fa: "\f2ce"
}

.fa-temperature-4,
.fa-temperature-full,
.fa-thermometer-4,
.fa-thermometer-full {
  --fa: "\f2c7"
}

.fa-bell {
  --fa: "\f0f3"
}

.fa-superscript {
  --fa: "\f12b"
}

.fa-plug-circle-xmark {
  --fa: "\e560"
}

.fa-star-of-life {
  --fa: "\f621"
}

.fa-phone-slash {
  --fa: "\f3dd"
}

.fa-paint-roller {
  --fa: "\f5aa"
}

.fa-hands-helping,
.fa-handshake-angle {
  --fa: "\f4c4"
}

.fa-location-dot,
.fa-map-marker-alt {
  --fa: "\f3c5"
}

.fa-file {
  --fa: "\f15b"
}

.fa-greater-than {
  --fa: "\3e"
}

.fa-person-swimming,
.fa-swimmer {
  --fa: "\f5c4"
}

.fa-arrow-down {
  --fa: "\f063"
}

.fa-droplet,
.fa-tint {
  --fa: "\f043"
}

.fa-eraser {
  --fa: "\f12d"
}

.fa-earth,
.fa-earth-america,
.fa-earth-americas,
.fa-globe-americas {
  --fa: "\f57d"
}

.fa-person-burst {
  --fa: "\e53b"
}

.fa-dove {
  --fa: "\f4ba"
}

.fa-battery-0,
.fa-battery-empty {
  --fa: "\f244"
}

.fa-socks {
  --fa: "\f696"
}

.fa-inbox {
  --fa: "\f01c"
}

.fa-section {
  --fa: "\e447"
}

.fa-gauge-high,
.fa-tachometer-alt,
.fa-tachometer-alt-fast {
  --fa: "\f625"
}

.fa-envelope-open-text {
  --fa: "\f658"
}

.fa-hospital,
.fa-hospital-alt,
.fa-hospital-wide {
  --fa: "\f0f8"
}

.fa-wine-bottle {
  --fa: "\f72f"
}

.fa-chess-rook {
  --fa: "\f447"
}

.fa-bars-staggered,
.fa-reorder,
.fa-stream {
  --fa: "\f550"
}

.fa-dharmachakra {
  --fa: "\f655"
}

.fa-hotdog {
  --fa: "\f80f"
}

.fa-blind,
.fa-person-walking-with-cane {
  --fa: "\f29d"
}

.fa-drum {
  --fa: "\f569"
}

.fa-ice-cream {
  --fa: "\f810"
}

.fa-heart-circle-bolt {
  --fa: "\e4fc"
}

.fa-fax {
  --fa: "\f1ac"
}

.fa-paragraph {
  --fa: "\f1dd"
}

.fa-check-to-slot,
.fa-vote-yea {
  --fa: "\f772"
}

.fa-star-half {
  --fa: "\f089"
}

.fa-boxes,
.fa-boxes-alt,
.fa-boxes-stacked {
  --fa: "\f468"
}

.fa-chain,
.fa-link {
  --fa: "\f0c1"
}

.fa-assistive-listening-systems,
.fa-ear-listen {
  --fa: "\f2a2"
}

.fa-tree-city {
  --fa: "\e587"
}

.fa-play {
  --fa: "\f04b"
}

.fa-font {
  --fa: "\f031"
}

.fa-table-cells-row-lock {
  --fa: "\e67a"
}

.fa-rupiah-sign {
  --fa: "\e23d"
}

.fa-magnifying-glass,
.fa-search {
  --fa: "\f002"
}

.fa-ping-pong-paddle-ball,
.fa-table-tennis,
.fa-table-tennis-paddle-ball {
  --fa: "\f45d"
}

.fa-diagnoses,
.fa-person-dots-from-line {
  --fa: "\f470"
}

.fa-trash-can-arrow-up,
.fa-trash-restore-alt {
  --fa: "\f82a"
}

.fa-naira-sign {
  --fa: "\e1f6"
}

.fa-cart-arrow-down {
  --fa: "\f218"
}

.fa-walkie-talkie {
  --fa: "\f8ef"
}

.fa-file-edit,
.fa-file-pen {
  --fa: "\f31c"
}

.fa-receipt {
  --fa: "\f543"
}

.fa-pen-square,
.fa-pencil-square,
.fa-square-pen {
  --fa: "\f14b"
}

.fa-suitcase-rolling {
  --fa: "\f5c1"
}

.fa-person-circle-exclamation {
  --fa: "\e53f"
}

.fa-chevron-down {
  --fa: "\f078"
}

.fa-battery,
.fa-battery-5,
.fa-battery-full {
  --fa: "\f240"
}

.fa-skull-crossbones {
  --fa: "\f714"
}

.fa-code-compare {
  --fa: "\e13a"
}

.fa-list-dots,
.fa-list-ul {
  --fa: "\f0ca"
}

.fa-school-lock {
  --fa: "\e56f"
}

.fa-tower-cell {
  --fa: "\e585"
}

.fa-down-long,
.fa-long-arrow-alt-down {
  --fa: "\f309"
}

.fa-ranking-star {
  --fa: "\e561"
}

.fa-chess-king {
  --fa: "\f43f"
}

.fa-person-harassing {
  --fa: "\e549"
}

.fa-brazilian-real-sign {
  --fa: "\e46c"
}

.fa-landmark-alt,
.fa-landmark-dome {
  --fa: "\f752"
}

.fa-arrow-up {
  --fa: "\f062"
}

.fa-television,
.fa-tv,
.fa-tv-alt {
  --fa: "\f26c"
}

.fa-shrimp {
  --fa: "\e448"
}

.fa-list-check,
.fa-tasks {
  --fa: "\f0ae"
}

.fa-jug-detergent {
  --fa: "\e519"
}

.fa-circle-user,
.fa-user-circle {
  --fa: "\f2bd"
}

.fa-user-shield {
  --fa: "\f505"
}

.fa-wind {
  --fa: "\f72e"
}

.fa-car-burst,
.fa-car-crash {
  --fa: "\f5e1"
}

.fa-y {
  --fa: "\59"
}

.fa-person-snowboarding,
.fa-snowboarding {
  --fa: "\f7ce"
}

.fa-shipping-fast,
.fa-truck-fast {
  --fa: "\f48b"
}

.fa-fish {
  --fa: "\f578"
}

.fa-user-graduate {
  --fa: "\f501"
}

.fa-adjust,
.fa-circle-half-stroke {
  --fa: "\f042"
}

.fa-clapperboard {
  --fa: "\e131"
}

.fa-circle-radiation,
.fa-radiation-alt {
  --fa: "\f7ba"
}

.fa-baseball,
.fa-baseball-ball {
  --fa: "\f433"
}

.fa-jet-fighter-up {
  --fa: "\e518"
}

.fa-diagram-project,
.fa-project-diagram {
  --fa: "\f542"
}

.fa-copy {
  --fa: "\f0c5"
}

.fa-volume-mute,
.fa-volume-times,
.fa-volume-xmark {
  --fa: "\f6a9"
}

.fa-hand-sparkles {
  --fa: "\e05d"
}

.fa-grip,
.fa-grip-horizontal {
  --fa: "\f58d"
}

.fa-share-from-square,
.fa-share-square {
  --fa: "\f14d"
}

.fa-child-combatant,
.fa-child-rifle {
  --fa: "\e4e0"
}

.fa-gun {
  --fa: "\e19b"
}

.fa-phone-square,
.fa-square-phone {
  --fa: "\f098"
}

.fa-add,
.fa-plus {
  --fa: "\2b"
}

.fa-expand {
  --fa: "\f065"
}

.fa-computer {
  --fa: "\e4e5"
}

.fa-close,
.fa-multiply,
.fa-remove,
.fa-times,
.fa-xmark {
  --fa: "\f00d"
}

.fa-arrows,
.fa-arrows-up-down-left-right {
  --fa: "\f047"
}

.fa-chalkboard-teacher,
.fa-chalkboard-user {
  --fa: "\f51c"
}

.fa-peso-sign {
  --fa: "\e222"
}

.fa-building-shield {
  --fa: "\e4d8"
}

.fa-baby {
  --fa: "\f77c"
}

.fa-users-line {
  --fa: "\e592"
}

.fa-quote-left,
.fa-quote-left-alt {
  --fa: "\f10d"
}

.fa-tractor {
  --fa: "\f722"
}

.fa-trash-arrow-up,
.fa-trash-restore {
  --fa: "\f829"
}

.fa-arrow-down-up-lock {
  --fa: "\e4b0"
}

.fa-lines-leaning {
  --fa: "\e51e"
}

.fa-ruler-combined {
  --fa: "\f546"
}

.fa-copyright {
  --fa: "\f1f9"
}

.fa-equals {
  --fa: "\3d"
}

.fa-blender {
  --fa: "\f517"
}

.fa-teeth {
  --fa: "\f62e"
}

.fa-ils,
.fa-shekel,
.fa-shekel-sign,
.fa-sheqel,
.fa-sheqel-sign {
  --fa: "\f20b"
}

.fa-map {
  --fa: "\f279"
}

.fa-rocket {
  --fa: "\f135"
}

.fa-photo-film,
.fa-photo-video {
  --fa: "\f87c"
}

.fa-folder-minus {
  --fa: "\f65d"
}

.fa-hexagon-nodes-bolt {
  --fa: "\e69a"
}

.fa-store {
  --fa: "\f54e"
}

.fa-arrow-trend-up {
  --fa: "\e098"
}

.fa-plug-circle-minus {
  --fa: "\e55e"
}

.fa-sign,
.fa-sign-hanging {
  --fa: "\f4d9"
}

.fa-bezier-curve {
  --fa: "\f55b"
}

.fa-bell-slash {
  --fa: "\f1f6"
}

.fa-tablet,
.fa-tablet-android {
  --fa: "\f3fb"
}

.fa-school-flag {
  --fa: "\e56e"
}

.fa-fill {
  --fa: "\f575"
}

.fa-angle-up {
  --fa: "\f106"
}

.fa-drumstick-bite {
  --fa: "\f6d7"
}

.fa-holly-berry {
  --fa: "\f7aa"
}

.fa-chevron-left {
  --fa: "\f053"
}

.fa-bacteria {
  --fa: "\e059"
}

.fa-hand-lizard {
  --fa: "\f258"
}

.fa-notdef {
  --fa: "\e1fe"
}

.fa-disease {
  --fa: "\f7fa"
}

.fa-briefcase-medical {
  --fa: "\f469"
}

.fa-genderless {
  --fa: "\f22d"
}

.fa-chevron-right {
  --fa: "\f054"
}

.fa-retweet {
  --fa: "\f079"
}

.fa-car-alt,
.fa-car-rear {
  --fa: "\f5de"
}

.fa-pump-soap {
  --fa: "\e06b"
}

.fa-video-slash {
  --fa: "\f4e2"
}

.fa-battery-2,
.fa-battery-quarter {
  --fa: "\f243"
}

.fa-radio {
  --fa: "\f8d7"
}

.fa-baby-carriage,
.fa-carriage-baby {
  --fa: "\f77d"
}

.fa-traffic-light {
  --fa: "\f637"
}

.fa-thermometer {
  --fa: "\f491"
}

.fa-vr-cardboard {
  --fa: "\f729"
}

.fa-hand-middle-finger {
  --fa: "\f806"
}

.fa-percent,
.fa-percentage {
  --fa: "\25"
}

.fa-truck-moving {
  --fa: "\f4df"
}

.fa-glass-water-droplet {
  --fa: "\e4f5"
}

.fa-display {
  --fa: "\e163"
}

.fa-face-smile,
.fa-smile {
  --fa: "\f118"
}

.fa-thumb-tack,
.fa-thumbtack {
  --fa: "\f08d"
}

.fa-trophy {
  --fa: "\f091"
}

.fa-person-praying,
.fa-pray {
  --fa: "\f683"
}

.fa-hammer {
  --fa: "\f6e3"
}

.fa-hand-peace {
  --fa: "\f25b"
}

.fa-rotate,
.fa-sync-alt {
  --fa: "\f2f1"
}

.fa-spinner {
  --fa: "\f110"
}

.fa-robot {
  --fa: "\f544"
}

.fa-peace {
  --fa: "\f67c"
}

.fa-cogs,
.fa-gears {
  --fa: "\f085"
}

.fa-warehouse {
  --fa: "\f494"
}

.fa-arrow-up-right-dots {
  --fa: "\e4b7"
}

.fa-splotch {
  --fa: "\f5bc"
}

.fa-face-grin-hearts,
.fa-grin-hearts {
  --fa: "\f584"
}

.fa-dice-four {
  --fa: "\f524"
}

.fa-sim-card {
  --fa: "\f7c4"
}

.fa-transgender,
.fa-transgender-alt {
  --fa: "\f225"
}

.fa-mercury {
  --fa: "\f223"
}

.fa-arrow-turn-down,
.fa-level-down {
  --fa: "\f149"
}

.fa-person-falling-burst {
  --fa: "\e547"
}

.fa-award {
  --fa: "\f559"
}

.fa-ticket-alt,
.fa-ticket-simple {
  --fa: "\f3ff"
}

.fa-building {
  --fa: "\f1ad"
}

.fa-angle-double-left,
.fa-angles-left {
  --fa: "\f100"
}

.fa-qrcode {
  --fa: "\f029"
}

.fa-clock-rotate-left,
.fa-history {
  --fa: "\f1da"
}

.fa-face-grin-beam-sweat,
.fa-grin-beam-sweat {
  --fa: "\f583"
}

.fa-arrow-right-from-file,
.fa-file-export {
  --fa: "\f56e"
}

.fa-shield,
.fa-shield-blank {
  --fa: "\f132"
}

.fa-arrow-up-short-wide,
.fa-sort-amount-up-alt {
  --fa: "\f885"
}

.fa-comment-nodes {
  --fa: "\e696"
}

.fa-house-medical {
  --fa: "\e3b2"
}

.fa-golf-ball,
.fa-golf-ball-tee {
  --fa: "\f450"
}

.fa-chevron-circle-left,
.fa-circle-chevron-left {
  --fa: "\f137"
}

.fa-house-chimney-window {
  --fa: "\e00d"
}

.fa-pen-nib {
  --fa: "\f5ad"
}

.fa-tent-arrow-turn-left {
  --fa: "\e580"
}

.fa-tents {
  --fa: "\e582"
}

.fa-magic,
.fa-wand-magic {
  --fa: "\f0d0"
}

.fa-dog {
  --fa: "\f6d3"
}

.fa-carrot {
  --fa: "\f787"
}

.fa-moon {
  --fa: "\f186"
}

.fa-wine-glass-alt,
.fa-wine-glass-empty {
  --fa: "\f5ce"
}

.fa-cheese {
  --fa: "\f7ef"
}

.fa-yin-yang {
  --fa: "\f6ad"
}

.fa-music {
  --fa: "\f001"
}

.fa-code-commit {
  --fa: "\f386"
}

.fa-temperature-low {
  --fa: "\f76b"
}

.fa-biking,
.fa-person-biking {
  --fa: "\f84a"
}

.fa-broom {
  --fa: "\f51a"
}

.fa-shield-heart {
  --fa: "\e574"
}

.fa-gopuram {
  --fa: "\f664"
}

.fa-earth-oceania,
.fa-globe-oceania {
  --fa: "\e47b"
}

.fa-square-xmark,
.fa-times-square,
.fa-xmark-square {
  --fa: "\f2d3"
}

.fa-hashtag {
  --fa: "\23"
}

.fa-expand-alt,
.fa-up-right-and-down-left-from-center {
  --fa: "\f424"
}

.fa-oil-can {
  --fa: "\f613"
}

.fa-t {
  --fa: "\54"
}

.fa-hippo {
  --fa: "\f6ed"
}

.fa-chart-column {
  --fa: "\e0e3"
}

.fa-infinity {
  --fa: "\f534"
}

.fa-vial-circle-check {
  --fa: "\e596"
}

.fa-person-arrow-down-to-line {
  --fa: "\e538"
}

.fa-voicemail {
  --fa: "\f897"
}

.fa-fan {
  --fa: "\f863"
}

.fa-person-walking-luggage {
  --fa: "\e554"
}

.fa-arrows-alt-v,
.fa-up-down {
  --fa: "\f338"
}

.fa-cloud-moon-rain {
  --fa: "\f73c"
}

.fa-calendar {
  --fa: "\f133"
}

.fa-trailer {
  --fa: "\e041"
}

.fa-bahai,
.fa-haykal {
  --fa: "\f666"
}

.fa-sd-card {
  --fa: "\f7c2"
}

.fa-dragon {
  --fa: "\f6d5"
}

.fa-shoe-prints {
  --fa: "\f54b"
}

.fa-circle-plus,
.fa-plus-circle {
  --fa: "\f055"
}

.fa-face-grin-tongue-wink,
.fa-grin-tongue-wink {
  --fa: "\f58b"
}

.fa-hand-holding {
  --fa: "\f4bd"
}

.fa-plug-circle-exclamation {
  --fa: "\e55d"
}

.fa-chain-broken,
.fa-chain-slash,
.fa-link-slash,
.fa-unlink {
  --fa: "\f127"
}

.fa-clone {
  --fa: "\f24d"
}

.fa-person-walking-arrow-loop-left {
  --fa: "\e551"
}

.fa-arrow-up-z-a,
.fa-sort-alpha-up-alt {
  --fa: "\f882"
}

.fa-fire-alt,
.fa-fire-flame-curved {
  --fa: "\f7e4"
}

.fa-tornado {
  --fa: "\f76f"
}

.fa-file-circle-plus {
  --fa: "\e494"
}

.fa-book-quran,
.fa-quran {
  --fa: "\f687"
}

.fa-anchor {
  --fa: "\f13d"
}

.fa-border-all {
  --fa: "\f84c"
}

.fa-angry,
.fa-face-angry {
  --fa: "\f556"
}

.fa-cookie-bite {
  --fa: "\f564"
}

.fa-arrow-trend-down {
  --fa: "\e097"
}

.fa-feed,
.fa-rss {
  --fa: "\f09e"
}

.fa-draw-polygon {
  --fa: "\f5ee"
}

.fa-balance-scale,
.fa-scale-balanced {
  --fa: "\f24e"
}

.fa-gauge-simple-high,
.fa-tachometer,
.fa-tachometer-fast {
  --fa: "\f62a"
}

.fa-shower {
  --fa: "\f2cc"
}

.fa-desktop,
.fa-desktop-alt {
  --fa: "\f390"
}

.fa-m {
  --fa: "\4d"
}

.fa-table-list,
.fa-th-list {
  --fa: "\f00b"
}

.fa-comment-sms,
.fa-sms {
  --fa: "\f7cd"
}

.fa-book {
  --fa: "\f02d"
}

.fa-user-plus {
  --fa: "\f234"
}

.fa-check {
  --fa: "\f00c"
}

.fa-battery-4,
.fa-battery-three-quarters {
  --fa: "\f241"
}

.fa-house-circle-check {
  --fa: "\e509"
}

.fa-angle-left {
  --fa: "\f104"
}

.fa-diagram-successor {
  --fa: "\e47a"
}

.fa-truck-arrow-right {
  --fa: "\e58b"
}

.fa-arrows-split-up-and-left {
  --fa: "\e4bc"
}

.fa-fist-raised,
.fa-hand-fist {
  --fa: "\f6de"
}

.fa-cloud-moon {
  --fa: "\f6c3"
}

.fa-briefcase {
  --fa: "\f0b1"
}

.fa-person-falling {
  --fa: "\e546"
}

.fa-image-portrait,
.fa-portrait {
  --fa: "\f3e0"
}

.fa-user-tag {
  --fa: "\f507"
}

.fa-rug {
  --fa: "\e569"
}

.fa-earth-europe,
.fa-globe-europe {
  --fa: "\f7a2"
}

.fa-cart-flatbed-suitcase,
.fa-luggage-cart {
  --fa: "\f59d"
}

.fa-rectangle-times,
.fa-rectangle-xmark,
.fa-times-rectangle,
.fa-window-close {
  --fa: "\f410"
}

.fa-baht-sign {
  --fa: "\e0ac"
}

.fa-book-open {
  --fa: "\f518"
}

.fa-book-journal-whills,
.fa-journal-whills {
  --fa: "\f66a"
}

.fa-handcuffs {
  --fa: "\e4f8"
}

.fa-exclamation-triangle,
.fa-triangle-exclamation,
.fa-warning {
  --fa: "\f071"
}

.fa-database {
  --fa: "\f1c0"
}

.fa-mail-forward,
.fa-share {
  --fa: "\f064"
}

.fa-bottle-droplet {
  --fa: "\e4c4"
}

.fa-mask-face {
  --fa: "\e1d7"
}

.fa-hill-rockslide {
  --fa: "\e508"
}

.fa-exchange-alt,
.fa-right-left {
  --fa: "\f362"
}

.fa-paper-plane {
  --fa: "\f1d8"
}

.fa-road-circle-exclamation {
  --fa: "\e565"
}

.fa-dungeon {
  --fa: "\f6d9"
}

.fa-align-right {
  --fa: "\f038"
}

.fa-money-bill-1-wave,
.fa-money-bill-wave-alt {
  --fa: "\f53b"
}

.fa-life-ring {
  --fa: "\f1cd"
}

.fa-hands,
.fa-sign-language,
.fa-signing {
  --fa: "\f2a7"
}

.fa-calendar-day {
  --fa: "\f783"
}

.fa-ladder-water,
.fa-swimming-pool,
.fa-water-ladder {
  --fa: "\f5c5"
}

.fa-arrows-up-down,
.fa-arrows-v {
  --fa: "\f07d"
}

.fa-face-grimace,
.fa-grimace {
  --fa: "\f57f"
}

.fa-wheelchair-alt,
.fa-wheelchair-move {
  --fa: "\e2ce"
}

.fa-level-down-alt,
.fa-turn-down {
  --fa: "\f3be"
}

.fa-person-walking-arrow-right {
  --fa: "\e552"
}

.fa-envelope-square,
.fa-square-envelope {
  --fa: "\f199"
}

.fa-dice {
  --fa: "\f522"
}

.fa-bowling-ball {
  --fa: "\f436"
}

.fa-brain {
  --fa: "\f5dc"
}

.fa-band-aid,
.fa-bandage {
  --fa: "\f462"
}

.fa-calendar-minus {
  --fa: "\f272"
}

.fa-circle-xmark,
.fa-times-circle,
.fa-xmark-circle {
  --fa: "\f057"
}

.fa-gifts {
  --fa: "\f79c"
}

.fa-hotel {
  --fa: "\f594"
}

.fa-earth-asia,
.fa-globe-asia {
  --fa: "\f57e"
}

.fa-id-card-alt,
.fa-id-card-clip {
  --fa: "\f47f"
}

.fa-magnifying-glass-plus,
.fa-search-plus {
  --fa: "\f00e"
}

.fa-thumbs-up {
  --fa: "\f164"
}

.fa-user-clock {
  --fa: "\f4fd"
}

.fa-allergies,
.fa-hand-dots {
  --fa: "\f461"
}

.fa-file-invoice {
  --fa: "\f570"
}

.fa-window-minimize {
  --fa: "\f2d1"
}

.fa-coffee,
.fa-mug-saucer {
  --fa: "\f0f4"
}

.fa-brush {
  --fa: "\f55d"
}

.fa-file-half-dashed {
  --fa: "\e698"
}

.fa-mask {
  --fa: "\f6fa"
}

.fa-magnifying-glass-minus,
.fa-search-minus {
  --fa: "\f010"
}

.fa-ruler-vertical {
  --fa: "\f548"
}

.fa-user-alt,
.fa-user-large {
  --fa: "\f406"
}

.fa-train-tram {
  --fa: "\e5b4"
}

.fa-user-nurse {
  --fa: "\f82f"
}

.fa-syringe {
  --fa: "\f48e"
}

.fa-cloud-sun {
  --fa: "\f6c4"
}

.fa-stopwatch-20 {
  --fa: "\e06f"
}

.fa-square-full {
  --fa: "\f45c"
}

.fa-magnet {
  --fa: "\f076"
}

.fa-jar {
  --fa: "\e516"
}

.fa-note-sticky,
.fa-sticky-note {
  --fa: "\f249"
}

.fa-bug-slash {
  --fa: "\e490"
}

.fa-arrow-up-from-water-pump {
  --fa: "\e4b6"
}

.fa-bone {
  --fa: "\f5d7"
}

.fa-table-cells-row-unlock {
  --fa: "\e691"
}

.fa-user-injured {
  --fa: "\f728"
}

.fa-face-sad-tear,
.fa-sad-tear {
  --fa: "\f5b4"
}

.fa-plane {
  --fa: "\f072"
}

.fa-tent-arrows-down {
  --fa: "\e581"
}

.fa-exclamation {
  --fa: "\21"
}

.fa-arrows-spin {
  --fa: "\e4bb"
}

.fa-print {
  --fa: "\f02f"
}

.fa-try,
.fa-turkish-lira,
.fa-turkish-lira-sign {
  --fa: "\e2bb"
}

.fa-dollar,
.fa-dollar-sign,
.fa-usd {
  --fa: "\24"
}

.fa-x {
  --fa: "\58"
}

.fa-magnifying-glass-dollar,
.fa-search-dollar {
  --fa: "\f688"
}

.fa-users-cog,
.fa-users-gear {
  --fa: "\f509"
}

.fa-person-military-pointing {
  --fa: "\e54a"
}

.fa-bank,
.fa-building-columns,
.fa-institution,
.fa-museum,
.fa-university {
  --fa: "\f19c"
}

.fa-umbrella {
  --fa: "\f0e9"
}

.fa-trowel {
  --fa: "\e589"
}

.fa-d {
  --fa: "\44"
}

.fa-stapler {
  --fa: "\e5af"
}

.fa-masks-theater,
.fa-theater-masks {
  --fa: "\f630"
}

.fa-kip-sign {
  --fa: "\e1c4"
}

.fa-hand-point-left {
  --fa: "\f0a5"
}

.fa-handshake-alt,
.fa-handshake-simple {
  --fa: "\f4c6"
}

.fa-fighter-jet,
.fa-jet-fighter {
  --fa: "\f0fb"
}

.fa-share-alt-square,
.fa-square-share-nodes {
  --fa: "\f1e1"
}

.fa-barcode {
  --fa: "\f02a"
}

.fa-plus-minus {
  --fa: "\e43c"
}

.fa-video,
.fa-video-camera {
  --fa: "\f03d"
}

.fa-graduation-cap,
.fa-mortar-board {
  --fa: "\f19d"
}

.fa-hand-holding-medical {
  --fa: "\e05c"
}

.fa-person-circle-check {
  --fa: "\e53e"
}

.fa-level-up-alt,
.fa-turn-up {
  --fa: "\f3bf"
}

.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}

:host,
:root {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.ttf) format("truetype")
}

.fa-brands,
.fab {
  font-weight: 400
}

.fa-monero {
  --fa: "\f3d0"
}

.fa-hooli {
  --fa: "\f427"
}

.fa-yelp {
  --fa: "\f1e9"
}

.fa-cc-visa {
  --fa: "\f1f0"
}

.fa-lastfm {
  --fa: "\f202"
}

.fa-shopware {
  --fa: "\f5b5"
}

.fa-creative-commons-nc {
  --fa: "\f4e8"
}

.fa-aws {
  --fa: "\f375"
}

.fa-redhat {
  --fa: "\f7bc"
}

.fa-yoast {
  --fa: "\f2b1"
}

.fa-cloudflare {
  --fa: "\e07d"
}

.fa-ups {
  --fa: "\f7e0"
}

.fa-pixiv {
  --fa: "\e640"
}

.fa-wpexplorer {
  --fa: "\f2de"
}

.fa-dyalog {
  --fa: "\f399"
}

.fa-bity {
  --fa: "\f37a"
}

.fa-stackpath {
  --fa: "\f842"
}

.fa-buysellads {
  --fa: "\f20d"
}

.fa-first-order {
  --fa: "\f2b0"
}

.fa-modx {
  --fa: "\f285"
}

.fa-guilded {
  --fa: "\e07e"
}

.fa-vnv {
  --fa: "\f40b"
}

.fa-js-square,
.fa-square-js {
  --fa: "\f3b9"
}

.fa-microsoft {
  --fa: "\f3ca"
}

.fa-qq {
  --fa: "\f1d6"
}

.fa-orcid {
  --fa: "\f8d2"
}

.fa-java {
  --fa: "\f4e4"
}

.fa-invision {
  --fa: "\f7b0"
}

.fa-creative-commons-pd-alt {
  --fa: "\f4ed"
}

.fa-centercode {
  --fa: "\f380"
}

.fa-glide-g {
  --fa: "\f2a6"
}

.fa-drupal {
  --fa: "\f1a9"
}

.fa-jxl {
  --fa: "\e67b"
}

.fa-dart-lang {
  --fa: "\e693"
}

.fa-hire-a-helper {
  --fa: "\f3b0"
}

.fa-creative-commons-by {
  --fa: "\f4e7"
}

.fa-unity {
  --fa: "\e049"
}

.fa-whmcs {
  --fa: "\f40d"
}

.fa-rocketchat {
  --fa: "\f3e8"
}

.fa-vk {
  --fa: "\f189"
}

.fa-untappd {
  --fa: "\f405"
}

.fa-mailchimp {
  --fa: "\f59e"
}

.fa-css3-alt {
  --fa: "\f38b"
}

.fa-reddit-square,
.fa-square-reddit {
  --fa: "\f1a2"
}

.fa-vimeo-v {
  --fa: "\f27d"
}

.fa-contao {
  --fa: "\f26d"
}

.fa-square-font-awesome {
  --fa: "\e5ad"
}

.fa-deskpro {
  --fa: "\f38f"
}

.fa-brave {
  --fa: "\e63c"
}

.fa-sistrix {
  --fa: "\f3ee"
}

.fa-instagram-square,
.fa-square-instagram {
  --fa: "\e055"
}

.fa-battle-net {
  --fa: "\f835"
}

.fa-the-red-yeti {
  --fa: "\f69d"
}

.fa-hacker-news-square,
.fa-square-hacker-news {
  --fa: "\f3af"
}

.fa-edge {
  --fa: "\f282"
}

.fa-threads {
  --fa: "\e618"
}

.fa-napster {
  --fa: "\f3d2"
}

.fa-snapchat-square,
.fa-square-snapchat {
  --fa: "\f2ad"
}

.fa-google-plus-g {
  --fa: "\f0d5"
}

.fa-artstation {
  --fa: "\f77a"
}

.fa-markdown {
  --fa: "\f60f"
}

.fa-sourcetree {
  --fa: "\f7d3"
}

.fa-google-plus {
  --fa: "\f2b3"
}

.fa-diaspora {
  --fa: "\f791"
}

.fa-foursquare {
  --fa: "\f180"
}

.fa-stack-overflow {
  --fa: "\f16c"
}

.fa-github-alt {
  --fa: "\f113"
}

.fa-phoenix-squadron {
  --fa: "\f511"
}

.fa-pagelines {
  --fa: "\f18c"
}

.fa-algolia {
  --fa: "\f36c"
}

.fa-red-river {
  --fa: "\f3e3"
}

.fa-creative-commons-sa {
  --fa: "\f4ef"
}

.fa-safari {
  --fa: "\f267"
}

.fa-google {
  --fa: "\f1a0"
}

.fa-font-awesome-alt,
.fa-square-font-awesome-stroke {
  --fa: "\f35c"
}

.fa-atlassian {
  --fa: "\f77b"
}

.fa-linkedin-in {
  --fa: "\f0e1"
}

.fa-digital-ocean {
  --fa: "\f391"
}

.fa-nimblr {
  --fa: "\f5a8"
}

.fa-chromecast {
  --fa: "\f838"
}

.fa-evernote {
  --fa: "\f839"
}

.fa-hacker-news {
  --fa: "\f1d4"
}

.fa-creative-commons-sampling {
  --fa: "\f4f0"
}

.fa-adversal {
  --fa: "\f36a"
}

.fa-creative-commons {
  --fa: "\f25e"
}

.fa-watchman-monitoring {
  --fa: "\e087"
}

.fa-fonticons {
  --fa: "\f280"
}

.fa-weixin {
  --fa: "\f1d7"
}

.fa-shirtsinbulk {
  --fa: "\f214"
}

.fa-codepen {
  --fa: "\f1cb"
}

.fa-git-alt {
  --fa: "\f841"
}

.fa-lyft {
  --fa: "\f3c3"
}

.fa-rev {
  --fa: "\f5b2"
}

.fa-windows {
  --fa: "\f17a"
}

.fa-wizards-of-the-coast {
  --fa: "\f730"
}

.fa-square-viadeo,
.fa-viadeo-square {
  --fa: "\f2aa"
}

.fa-meetup {
  --fa: "\f2e0"
}

.fa-centos {
  --fa: "\f789"
}

.fa-adn {
  --fa: "\f170"
}

.fa-cloudsmith {
  --fa: "\f384"
}

.fa-opensuse {
  --fa: "\e62b"
}

.fa-pied-piper-alt {
  --fa: "\f1a8"
}

.fa-dribbble-square,
.fa-square-dribbble {
  --fa: "\f397"
}

.fa-codiepie {
  --fa: "\f284"
}

.fa-node {
  --fa: "\f419"
}

.fa-mix {
  --fa: "\f3cb"
}

.fa-steam {
  --fa: "\f1b6"
}

.fa-cc-apple-pay {
  --fa: "\f416"
}

.fa-scribd {
  --fa: "\f28a"
}

.fa-debian {
  --fa: "\e60b"
}

.fa-openid {
  --fa: "\f19b"
}

.fa-instalod {
  --fa: "\e081"
}

.fa-files-pinwheel {
  --fa: "\e69f"
}

.fa-expeditedssl {
  --fa: "\f23e"
}

.fa-sellcast {
  --fa: "\f2da"
}

.fa-square-twitter,
.fa-twitter-square {
  --fa: "\f081"
}

.fa-r-project {
  --fa: "\f4f7"
}

.fa-delicious {
  --fa: "\f1a5"
}

.fa-freebsd {
  --fa: "\f3a4"
}

.fa-vuejs {
  --fa: "\f41f"
}

.fa-accusoft {
  --fa: "\f369"
}

.fa-ioxhost {
  --fa: "\f208"
}

.fa-fonticons-fi {
  --fa: "\f3a2"
}

.fa-app-store {
  --fa: "\f36f"
}

.fa-cc-mastercard {
  --fa: "\f1f1"
}

.fa-itunes-note {
  --fa: "\f3b5"
}

.fa-golang {
  --fa: "\e40f"
}

.fa-kickstarter,
.fa-square-kickstarter {
  --fa: "\f3bb"
}

.fa-grav {
  --fa: "\f2d6"
}

.fa-weibo {
  --fa: "\f18a"
}

.fa-uncharted {
  --fa: "\e084"
}

.fa-firstdraft {
  --fa: "\f3a1"
}

.fa-square-youtube,
.fa-youtube-square {
  --fa: "\f431"
}

.fa-wikipedia-w {
  --fa: "\f266"
}

.fa-rendact,
.fa-wpressr {
  --fa: "\f3e4"
}

.fa-angellist {
  --fa: "\f209"
}

.fa-galactic-republic {
  --fa: "\f50c"
}

.fa-nfc-directional {
  --fa: "\e530"
}

.fa-skype {
  --fa: "\f17e"
}

.fa-joget {
  --fa: "\f3b7"
}

.fa-fedora {
  --fa: "\f798"
}

.fa-stripe-s {
  --fa: "\f42a"
}

.fa-meta {
  --fa: "\e49b"
}

.fa-laravel {
  --fa: "\f3bd"
}

.fa-hotjar {
  --fa: "\f3b1"
}

.fa-bluetooth-b {
  --fa: "\f294"
}

.fa-square-letterboxd {
  --fa: "\e62e"
}

.fa-sticker-mule {
  --fa: "\f3f7"
}

.fa-creative-commons-zero {
  --fa: "\f4f3"
}

.fa-hips {
  --fa: "\f452"
}

.fa-css {
  --fa: "\e6a2"
}

.fa-behance {
  --fa: "\f1b4"
}

.fa-reddit {
  --fa: "\f1a1"
}

.fa-discord {
  --fa: "\f392"
}

.fa-chrome {
  --fa: "\f268"
}

.fa-app-store-ios {
  --fa: "\f370"
}

.fa-cc-discover {
  --fa: "\f1f2"
}

.fa-wpbeginner {
  --fa: "\f297"
}

.fa-confluence {
  --fa: "\f78d"
}

.fa-shoelace {
  --fa: "\e60c"
}

.fa-mdb {
  --fa: "\f8ca"
}

.fa-dochub {
  --fa: "\f394"
}

.fa-accessible-icon {
  --fa: "\f368"
}

.fa-ebay {
  --fa: "\f4f4"
}

.fa-amazon {
  --fa: "\f270"
}

.fa-unsplash {
  --fa: "\e07c"
}

.fa-yarn {
  --fa: "\f7e3"
}

.fa-square-steam,
.fa-steam-square {
  --fa: "\f1b7"
}

.fa-500px {
  --fa: "\f26e"
}

.fa-square-vimeo,
.fa-vimeo-square {
  --fa: "\f194"
}

.fa-asymmetrik {
  --fa: "\f372"
}

.fa-font-awesome,
.fa-font-awesome-flag,
.fa-font-awesome-logo-full {
  --fa: "\f2b4"
}

.fa-gratipay {
  --fa: "\f184"
}

.fa-apple {
  --fa: "\f179"
}

.fa-hive {
  --fa: "\e07f"
}

.fa-gitkraken {
  --fa: "\f3a6"
}

.fa-keybase {
  --fa: "\f4f5"
}

.fa-apple-pay {
  --fa: "\f415"
}

.fa-padlet {
  --fa: "\e4a0"
}

.fa-amazon-pay {
  --fa: "\f42c"
}

.fa-github-square,
.fa-square-github {
  --fa: "\f092"
}

.fa-stumbleupon {
  --fa: "\f1a4"
}

.fa-fedex {
  --fa: "\f797"
}

.fa-phoenix-framework {
  --fa: "\f3dc"
}

.fa-shopify {
  --fa: "\e057"
}

.fa-neos {
  --fa: "\f612"
}

.fa-square-threads {
  --fa: "\e619"
}

.fa-hackerrank {
  --fa: "\f5f7"
}

.fa-researchgate {
  --fa: "\f4f8"
}

.fa-swift {
  --fa: "\f8e1"
}

.fa-angular {
  --fa: "\f420"
}

.fa-speakap {
  --fa: "\f3f3"
}

.fa-angrycreative {
  --fa: "\f36e"
}

.fa-y-combinator {
  --fa: "\f23b"
}

.fa-empire {
  --fa: "\f1d1"
}

.fa-envira {
  --fa: "\f299"
}

.fa-google-scholar {
  --fa: "\e63b"
}

.fa-gitlab-square,
.fa-square-gitlab {
  --fa: "\e5ae"
}

.fa-studiovinari {
  --fa: "\f3f8"
}

.fa-pied-piper {
  --fa: "\f2ae"
}

.fa-wordpress {
  --fa: "\f19a"
}

.fa-product-hunt {
  --fa: "\f288"
}

.fa-firefox {
  --fa: "\f269"
}

.fa-linode {
  --fa: "\f2b8"
}

.fa-goodreads {
  --fa: "\f3a8"
}

.fa-odnoklassniki-square,
.fa-square-odnoklassniki {
  --fa: "\f264"
}

.fa-jsfiddle {
  --fa: "\f1cc"
}

.fa-sith {
  --fa: "\f512"
}

.fa-themeisle {
  --fa: "\f2b2"
}

.fa-page4 {
  --fa: "\f3d7"
}

.fa-hashnode {
  --fa: "\e499"
}

.fa-react {
  --fa: "\f41b"
}

.fa-cc-paypal {
  --fa: "\f1f4"
}

.fa-squarespace {
  --fa: "\f5be"
}

.fa-cc-stripe {
  --fa: "\f1f5"
}

.fa-creative-commons-share {
  --fa: "\f4f2"
}

.fa-bitcoin {
  --fa: "\f379"
}

.fa-keycdn {
  --fa: "\f3ba"
}

.fa-opera {
  --fa: "\f26a"
}

.fa-itch-io {
  --fa: "\f83a"
}

.fa-umbraco {
  --fa: "\f8e8"
}

.fa-galactic-senate {
  --fa: "\f50d"
}

.fa-ubuntu {
  --fa: "\f7df"
}

.fa-draft2digital {
  --fa: "\f396"
}

.fa-stripe {
  --fa: "\f429"
}

.fa-houzz {
  --fa: "\f27c"
}

.fa-gg {
  --fa: "\f260"
}

.fa-dhl {
  --fa: "\f790"
}

.fa-pinterest-square,
.fa-square-pinterest {
  --fa: "\f0d3"
}

.fa-xing {
  --fa: "\f168"
}

.fa-blackberry {
  --fa: "\f37b"
}

.fa-creative-commons-pd {
  --fa: "\f4ec"
}

.fa-playstation {
  --fa: "\f3df"
}

.fa-quinscape {
  --fa: "\f459"
}

.fa-less {
  --fa: "\f41d"
}

.fa-blogger-b {
  --fa: "\f37d"
}

.fa-opencart {
  --fa: "\f23d"
}

.fa-vine {
  --fa: "\f1ca"
}

.fa-signal-messenger {
  --fa: "\e663"
}

.fa-paypal {
  --fa: "\f1ed"
}

.fa-gitlab {
  --fa: "\f296"
}

.fa-typo3 {
  --fa: "\f42b"
}

.fa-reddit-alien {
  --fa: "\f281"
}

.fa-yahoo {
  --fa: "\f19e"
}

.fa-dailymotion {
  --fa: "\e052"
}

.fa-affiliatetheme {
  --fa: "\f36b"
}

.fa-pied-piper-pp {
  --fa: "\f1a7"
}

.fa-bootstrap {
  --fa: "\f836"
}

.fa-odnoklassniki {
  --fa: "\f263"
}

.fa-nfc-symbol {
  --fa: "\e531"
}

.fa-mintbit {
  --fa: "\e62f"
}

.fa-ethereum {
  --fa: "\f42e"
}

.fa-speaker-deck {
  --fa: "\f83c"
}

.fa-creative-commons-nc-eu {
  --fa: "\f4e9"
}

.fa-patreon {
  --fa: "\f3d9"
}

.fa-avianex {
  --fa: "\f374"
}

.fa-ello {
  --fa: "\f5f1"
}

.fa-gofore {
  --fa: "\f3a7"
}

.fa-bimobject {
  --fa: "\f378"
}

.fa-brave-reverse {
  --fa: "\e63d"
}

.fa-facebook-f {
  --fa: "\f39e"
}

.fa-google-plus-square,
.fa-square-google-plus {
  --fa: "\f0d4"
}

.fa-web-awesome {
  --fa: "\e682"
}

.fa-mandalorian {
  --fa: "\f50f"
}

.fa-first-order-alt {
  --fa: "\f50a"
}

.fa-osi {
  --fa: "\f41a"
}

.fa-google-wallet {
  --fa: "\f1ee"
}

.fa-d-and-d-beyond {
  --fa: "\f6ca"
}

.fa-periscope {
  --fa: "\f3da"
}

.fa-fulcrum {
  --fa: "\f50b"
}

.fa-cloudscale {
  --fa: "\f383"
}

.fa-forumbee {
  --fa: "\f211"
}

.fa-mizuni {
  --fa: "\f3cc"
}

.fa-schlix {
  --fa: "\f3ea"
}

.fa-square-xing,
.fa-xing-square {
  --fa: "\f169"
}

.fa-bandcamp {
  --fa: "\f2d5"
}

.fa-wpforms {
  --fa: "\f298"
}

.fa-cloudversify {
  --fa: "\f385"
}

.fa-usps {
  --fa: "\f7e1"
}

.fa-megaport {
  --fa: "\f5a3"
}

.fa-magento {
  --fa: "\f3c4"
}

.fa-spotify {
  --fa: "\f1bc"
}

.fa-optin-monster {
  --fa: "\f23c"
}

.fa-fly {
  --fa: "\f417"
}

.fa-square-bluesky {
  --fa: "\e6a3"
}

.fa-aviato {
  --fa: "\f421"
}

.fa-itunes {
  --fa: "\f3b4"
}

.fa-cuttlefish {
  --fa: "\f38c"
}

.fa-blogger {
  --fa: "\f37c"
}

.fa-flickr {
  --fa: "\f16e"
}

.fa-viber {
  --fa: "\f409"
}

.fa-soundcloud {
  --fa: "\f1be"
}

.fa-digg {
  --fa: "\f1a6"
}

.fa-tencent-weibo {
  --fa: "\f1d5"
}

.fa-letterboxd {
  --fa: "\e62d"
}

.fa-symfony {
  --fa: "\f83d"
}

.fa-maxcdn {
  --fa: "\f136"
}

.fa-etsy {
  --fa: "\f2d7"
}

.fa-facebook-messenger {
  --fa: "\f39f"
}

.fa-audible {
  --fa: "\f373"
}

.fa-think-peaks {
  --fa: "\f731"
}

.fa-bilibili {
  --fa: "\e3d9"
}

.fa-erlang {
  --fa: "\f39d"
}

.fa-x-twitter {
  --fa: "\e61b"
}

.fa-cotton-bureau {
  --fa: "\f89e"
}

.fa-dashcube {
  --fa: "\f210"
}

.fa-42-group,
.fa-innosoft {
  --fa: "\e080"
}

.fa-stack-exchange {
  --fa: "\f18d"
}

.fa-elementor {
  --fa: "\f430"
}

.fa-pied-piper-square,
.fa-square-pied-piper {
  --fa: "\e01e"
}

.fa-creative-commons-nd {
  --fa: "\f4eb"
}

.fa-palfed {
  --fa: "\f3d8"
}

.fa-superpowers {
  --fa: "\f2dd"
}

.fa-resolving {
  --fa: "\f3e7"
}

.fa-xbox {
  --fa: "\f412"
}

.fa-square-web-awesome-stroke {
  --fa: "\e684"
}

.fa-searchengin {
  --fa: "\f3eb"
}

.fa-tiktok {
  --fa: "\e07b"
}

.fa-facebook-square,
.fa-square-facebook {
  --fa: "\f082"
}

.fa-renren {
  --fa: "\f18b"
}

.fa-linux {
  --fa: "\f17c"
}

.fa-glide {
  --fa: "\f2a5"
}

.fa-linkedin {
  --fa: "\f08c"
}

.fa-hubspot {
  --fa: "\f3b2"
}

.fa-deploydog {
  --fa: "\f38e"
}

.fa-twitch {
  --fa: "\f1e8"
}

.fa-flutter {
  --fa: "\e694"
}

.fa-ravelry {
  --fa: "\f2d9"
}

.fa-mixer {
  --fa: "\e056"
}

.fa-lastfm-square,
.fa-square-lastfm {
  --fa: "\f203"
}

.fa-vimeo {
  --fa: "\f40a"
}

.fa-mendeley {
  --fa: "\f7b3"
}

.fa-uniregistry {
  --fa: "\f404"
}

.fa-figma {
  --fa: "\f799"
}

.fa-creative-commons-remix {
  --fa: "\f4ee"
}

.fa-cc-amazon-pay {
  --fa: "\f42d"
}

.fa-dropbox {
  --fa: "\f16b"
}

.fa-instagram {
  --fa: "\f16d"
}

.fa-cmplid {
  --fa: "\e360"
}

.fa-upwork {
  --fa: "\e641"
}

.fa-facebook {
  --fa: "\f09a"
}

.fa-gripfire {
  --fa: "\f3ac"
}

.fa-jedi-order {
  --fa: "\f50e"
}

.fa-uikit {
  --fa: "\f403"
}

.fa-fort-awesome-alt {
  --fa: "\f3a3"
}

.fa-phabricator {
  --fa: "\f3db"
}

.fa-ussunnah {
  --fa: "\f407"
}

.fa-earlybirds {
  --fa: "\f39a"
}

.fa-trade-federation {
  --fa: "\f513"
}

.fa-autoprefixer {
  --fa: "\f41c"
}

.fa-whatsapp {
  --fa: "\f232"
}

.fa-square-upwork {
  --fa: "\e67c"
}

.fa-slideshare {
  --fa: "\f1e7"
}

.fa-google-play {
  --fa: "\f3ab"
}

.fa-viadeo {
  --fa: "\f2a9"
}

.fa-line {
  --fa: "\f3c0"
}

.fa-google-drive {
  --fa: "\f3aa"
}

.fa-servicestack {
  --fa: "\f3ec"
}

.fa-simplybuilt {
  --fa: "\f215"
}

.fa-bitbucket {
  --fa: "\f171"
}

.fa-imdb {
  --fa: "\f2d8"
}

.fa-deezer {
  --fa: "\e077"
}

.fa-raspberry-pi {
  --fa: "\f7bb"
}

.fa-jira {
  --fa: "\f7b1"
}

.fa-docker {
  --fa: "\f395"
}

.fa-screenpal {
  --fa: "\e570"
}

.fa-bluetooth {
  --fa: "\f293"
}

.fa-gitter {
  --fa: "\f426"
}

.fa-d-and-d {
  --fa: "\f38d"
}

.fa-microblog {
  --fa: "\e01a"
}

.fa-cc-diners-club {
  --fa: "\f24c"
}

.fa-gg-circle {
  --fa: "\f261"
}

.fa-pied-piper-hat {
  --fa: "\f4e5"
}

.fa-kickstarter-k {
  --fa: "\f3bc"
}

.fa-yandex {
  --fa: "\f413"
}

.fa-readme {
  --fa: "\f4d5"
}

.fa-html5 {
  --fa: "\f13b"
}

.fa-sellsy {
  --fa: "\f213"
}

.fa-square-web-awesome {
  --fa: "\e683"
}

.fa-sass {
  --fa: "\f41e"
}

.fa-wirsindhandwerk,
.fa-wsh {
  --fa: "\e2d0"
}

.fa-buromobelexperte {
  --fa: "\f37f"
}

.fa-salesforce {
  --fa: "\f83b"
}

.fa-octopus-deploy {
  --fa: "\e082"
}

.fa-medapps {
  --fa: "\f3c6"
}

.fa-ns8 {
  --fa: "\f3d5"
}

.fa-pinterest-p {
  --fa: "\f231"
}

.fa-apper {
  --fa: "\f371"
}

.fa-fort-awesome {
  --fa: "\f286"
}

.fa-waze {
  --fa: "\f83f"
}

.fa-bluesky {
  --fa: "\e671"
}

.fa-cc-jcb {
  --fa: "\f24b"
}

.fa-snapchat,
.fa-snapchat-ghost {
  --fa: "\f2ab"
}

.fa-fantasy-flight-games {
  --fa: "\f6dc"
}

.fa-rust {
  --fa: "\e07a"
}

.fa-wix {
  --fa: "\f5cf"
}

.fa-behance-square,
.fa-square-behance {
  --fa: "\f1b5"
}

.fa-supple {
  --fa: "\f3f9"
}

.fa-webflow {
  --fa: "\e65c"
}

.fa-rebel {
  --fa: "\f1d0"
}

.fa-css3 {
  --fa: "\f13c"
}

.fa-staylinked {
  --fa: "\f3f5"
}

.fa-kaggle {
  --fa: "\f5fa"
}

.fa-space-awesome {
  --fa: "\e5ac"
}

.fa-deviantart {
  --fa: "\f1bd"
}

.fa-cpanel {
  --fa: "\f388"
}

.fa-goodreads-g {
  --fa: "\f3a9"
}

.fa-git-square,
.fa-square-git {
  --fa: "\f1d2"
}

.fa-square-tumblr,
.fa-tumblr-square {
  --fa: "\f174"
}

.fa-trello {
  --fa: "\f181"
}

.fa-creative-commons-nc-jp {
  --fa: "\f4ea"
}

.fa-get-pocket {
  --fa: "\f265"
}

.fa-perbyte {
  --fa: "\e083"
}

.fa-grunt {
  --fa: "\f3ad"
}

.fa-weebly {
  --fa: "\f5cc"
}

.fa-connectdevelop {
  --fa: "\f20e"
}

.fa-leanpub {
  --fa: "\f212"
}

.fa-black-tie {
  --fa: "\f27e"
}

.fa-themeco {
  --fa: "\f5c6"
}

.fa-python {
  --fa: "\f3e2"
}

.fa-android {
  --fa: "\f17b"
}

.fa-bots {
  --fa: "\e340"
}

.fa-free-code-camp {
  --fa: "\f2c5"
}

.fa-hornbill {
  --fa: "\f592"
}

.fa-js {
  --fa: "\f3b8"
}

.fa-ideal {
  --fa: "\e013"
}

.fa-git {
  --fa: "\f1d3"
}

.fa-dev {
  --fa: "\f6cc"
}

.fa-sketch {
  --fa: "\f7c6"
}

.fa-yandex-international {
  --fa: "\f414"
}

.fa-cc-amex {
  --fa: "\f1f3"
}

.fa-uber {
  --fa: "\f402"
}

.fa-github {
  --fa: "\f09b"
}

.fa-php {
  --fa: "\f457"
}

.fa-alipay {
  --fa: "\f642"
}

.fa-youtube {
  --fa: "\f167"
}

.fa-skyatlas {
  --fa: "\f216"
}

.fa-firefox-browser {
  --fa: "\e007"
}

.fa-replyd {
  --fa: "\f3e6"
}

.fa-suse {
  --fa: "\f7d6"
}

.fa-jenkins {
  --fa: "\f3b6"
}

.fa-twitter {
  --fa: "\f099"
}

.fa-rockrms {
  --fa: "\f3e9"
}

.fa-pinterest {
  --fa: "\f0d2"
}

.fa-buffer {
  --fa: "\f837"
}

.fa-npm {
  --fa: "\f3d4"
}

.fa-yammer {
  --fa: "\f840"
}

.fa-btc {
  --fa: "\f15a"
}

.fa-dribbble {
  --fa: "\f17d"
}

.fa-stumbleupon-circle {
  --fa: "\f1a3"
}

.fa-internet-explorer {
  --fa: "\f26b"
}

.fa-stubber {
  --fa: "\e5c7"
}

.fa-telegram,
.fa-telegram-plane {
  --fa: "\f2c6"
}

.fa-old-republic {
  --fa: "\f510"
}

.fa-odysee {
  --fa: "\e5c6"
}

.fa-square-whatsapp,
.fa-whatsapp-square {
  --fa: "\f40c"
}

.fa-node-js {
  --fa: "\f3d3"
}

.fa-edge-legacy {
  --fa: "\e078"
}

.fa-slack,
.fa-slack-hash {
  --fa: "\f198"
}

.fa-medrt {
  --fa: "\f3c8"
}

.fa-usb {
  --fa: "\f287"
}

.fa-tumblr {
  --fa: "\f173"
}

.fa-vaadin {
  --fa: "\f408"
}

.fa-quora {
  --fa: "\f2c4"
}

.fa-square-x-twitter {
  --fa: "\e61a"
}

.fa-reacteurope {
  --fa: "\f75d"
}

.fa-medium,
.fa-medium-m {
  --fa: "\f23a"
}

.fa-amilia {
  --fa: "\f36d"
}

.fa-mixcloud {
  --fa: "\f289"
}

.fa-flipboard {
  --fa: "\f44d"
}

.fa-viacoin {
  --fa: "\f237"
}

.fa-critical-role {
  --fa: "\f6c9"
}

.fa-sitrox {
  --fa: "\e44a"
}

.fa-discourse {
  --fa: "\f393"
}

.fa-joomla {
  --fa: "\f1aa"
}

.fa-mastodon {
  --fa: "\f4f6"
}

.fa-airbnb {
  --fa: "\f834"
}

.fa-wolf-pack-battalion {
  --fa: "\f514"
}

.fa-buy-n-large {
  --fa: "\f8a6"
}

.fa-gulp {
  --fa: "\f3ae"
}

.fa-creative-commons-sampling-plus {
  --fa: "\f4f1"
}

.fa-strava {
  --fa: "\f428"
}

.fa-ember {
  --fa: "\f423"
}

.fa-canadian-maple-leaf {
  --fa: "\f785"
}

.fa-teamspeak {
  --fa: "\f4f9"
}

.fa-pushed {
  --fa: "\f3e1"
}

.fa-wordpress-simple {
  --fa: "\f411"
}

.fa-nutritionix {
  --fa: "\f3d6"
}

.fa-wodu {
  --fa: "\e088"
}

.fa-google-pay {
  --fa: "\e079"
}

.fa-intercom {
  --fa: "\f7af"
}

.fa-zhihu {
  --fa: "\f63f"
}

.fa-korvue {
  --fa: "\f42f"
}

.fa-pix {
  --fa: "\e43a"
}

.fa-steam-symbol {
  --fa: "\f3f6"
}

:host,
:root {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.ttf) format("truetype")
}

.fa-regular,
.far {
  font-weight: 400
}

:host,
:root {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype")
}

.fa-solid,
.fas {
  font-weight: 900
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.ttf) format("truetype")
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.ttf) format("truetype")
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.ttf) format("truetype")
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.ttf) format("truetype");
  unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../webfonts/fa-v4compatibility.woff2) format("woff2"), url(../webfonts/fa-v4compatibility.ttf) format("truetype");
  unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

/*# sourceMappingURL=slick.min.css.map */

*,
*::before,
*::after {
  box-sizing: border-box
}

* {
  margin: 0;
  padding: 0
}

body {
  font-family: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: black;
  background-color: white;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a {
  color: #0097ff;
}
.a{
  font-size: 16px;
}
table {
  border-collapse: collapse
}

textarea {
  overflow: auto
}

button {
  cursor: pointer
}

img,
video {
  height: auto;
  max-width: 100%;
  border-style: none
}

@-webkit-keyframes rotation {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

.bg-black,
.hover-bg-black:hover {
  background-color: #000 !important
}

.bg-white,
.hover-bg-white:hover {
  background-color: #fff !important
}

.bg-transparent,
.hover-bg-transparent:hover {
  background-color: rgba(0, 0, 0, 0) !important
}

.bg-blue-darkest,
.hover-bg-blue-darkest:hover {
  background-color: #02305D !important
}

.bg-blue-darker,
.hover-bg-blue-darker:hover {
  background-color: #1A5D9E !important
}

.bg-blue-dark,
.hover-bg-blue-dark:hover {
  background-color: #1773CE !important
}

.bg-blue,
.hover-bg-blue:hover {
  background-color: #409EFF !important
}

.bg-blue-light,
.hover-bg-blue-light:hover {
  background-color: #65B2FF !important
}

.bg-blue-lighter,
.hover-bg-blue-lighter:hover {
  background-color: #B3D9FF !important
}

.bg-blue-lightest,
.hover-bg-blue-lightest:hover {
  background-color: #ECF5FF !important
}

.bg-indigo-darkest,
.hover-bg-indigo-darkest:hover {
  background-color: #272075 !important
}

.bg-indigo-darker,
.hover-bg-indigo-darker:hover {
  background-color: #332A99 !important
}

.bg-indigo-dark,
.hover-bg-indigo-dark:hover {
  background-color: #3F33BD !important
}

.bg-indigo,
.hover-bg-indigo:hover {
  background-color: #5A4FCF !important
}

.bg-indigo-light,
.hover-bg-indigo-light:hover {
  background-color: #837AE6 !important
}

.bg-indigo-lighter,
.hover-bg-indigo-lighter:hover {
  background-color: #C2BDF6 !important
}

.bg-indigo-lightest,
.hover-bg-indigo-lightest:hover {
  background-color: #F0EEFF !important
}

.bg-purple-darkest,
.hover-bg-purple-darkest:hover {
  background-color: #3D065F !important
}

.bg-purple-darker,
.hover-bg-purple-darker:hover {
  background-color: #600A97 !important
}

.bg-purple-dark,
.hover-bg-purple-dark:hover {
  background-color: #840DCE !important
}

.bg-purple,
.hover-bg-purple:hover {
  background-color: #AA38F2 !important
}

.bg-purple-light,
.hover-bg-purple-light:hover {
  background-color: #CC88F7 !important
}

.bg-purple-lighter,
.hover-bg-purple-lighter:hover {
  background-color: #E9CBFC !important
}

.bg-purple-lightest,
.hover-bg-purple-lightest:hover {
  background-color: #F9F0FE !important
}

.bg-pink-darkest,
.hover-bg-pink-darkest:hover {
  background-color: #580020 !important
}

.bg-pink-darker,
.hover-bg-pink-darker:hover {
  background-color: #930036 !important
}

.bg-pink-dark,
.hover-bg-pink-dark:hover {
  background-color: #C9366C !important
}

.bg-pink,
.hover-bg-pink:hover {
  background-color: #F06597 !important
}

.bg-pink-light,
.hover-bg-pink-light:hover {
  background-color: #F58EB4 !important
}

.bg-pink-lighter,
.hover-bg-pink-lighter:hover {
  background-color: #FFCDDF !important
}

.bg-pink-lightest,
.hover-bg-pink-lightest:hover {
  background-color: #FFEBF2 !important
}

.bg-red-darkest,
.hover-bg-red-darkest:hover {
  background-color: #750E12 !important
}

.bg-red-darker,
.hover-bg-red-darker:hover {
  background-color: #A9151A !important
}

.bg-red-dark,
.hover-bg-red-dark:hover {
  background-color: #CC191F !important
}

.bg-red,
.hover-bg-red:hover {
  background-color: #E7393F !important
}

.bg-red-light,
.hover-bg-red-light:hover {
  background-color: #ED6D72 !important
}

.bg-red-lighter,
.hover-bg-red-lighter:hover {
  background-color: #F8C5C7 !important
}

.bg-red-lightest,
.hover-bg-red-lightest:hover {
  background-color: #FCE8E8 !important
}

.bg-orange-darkest,
.hover-bg-orange-darkest:hover {
  background-color: #854300 !important
}

.bg-orange-darker,
.hover-bg-orange-darker:hover {
  background-color: #C06000 !important
}

.bg-orange-dark,
.hover-bg-orange-dark:hover {
  background-color: #E77400 !important
}

.bg-orange,
.hover-bg-orange:hover {
  background-color: #FF8710 !important
}

.bg-orange-light,
.hover-bg-orange-light:hover {
  background-color: #FFB872 !important
}

.bg-orange-lighter,
.hover-bg-orange-lighter:hover {
  background-color: #FFE0C0 !important
}

.bg-orange-lightest,
.hover-bg-orange-lightest:hover {
  background-color: #FFF3E7 !important
}

.bg-yellow-darkest,
.hover-bg-yellow-darkest:hover {
  background-color: #6A5502 !important
}

.bg-yellow-darker,
.hover-bg-yellow-darker:hover {
  background-color: #B79303 !important
}

.bg-yellow-dark,
.hover-bg-yellow-dark:hover {
  background-color: #DDB104 !important
}

.bg-yellow,
.hover-bg-yellow:hover {
  background-color: #FACB0E !important
}

.bg-yellow-light,
.hover-bg-yellow-light:hover {
  background-color: #FDE482 !important
}

.bg-yellow-lighter,
.hover-bg-yellow-lighter:hover {
  background-color: #FEF0BC !important
}

.bg-yellow-lightest,
.hover-bg-yellow-lightest:hover {
  background-color: #FEF7DB !important
}

.bg-pear-darkest,
.hover-bg-pear-darkest:hover {
  background-color: #4F560C !important
}

.bg-pear-darker,
.hover-bg-pear-darker:hover {
  background-color: #7F8A13 !important
}

.bg-pear-dark,
.hover-bg-pear-dark:hover {
  background-color: #9EAC18 !important
}

.bg-pear,
.hover-bg-pear:hover {
  background-color: #BECF1D !important
}

.bg-pear-light,
.hover-bg-pear-light:hover {
  background-color: #DDE965 !important
}

.bg-pear-lighter,
.hover-bg-pear-lighter:hover {
  background-color: #F4F8CC !important
}

.bg-pear-lightest,
.hover-bg-pear-lightest:hover {
  background-color: #FBFDEE !important
}

.bg-green-darkest,
.hover-bg-green-darkest:hover {
  background-color: #206120 !important
}

.bg-green-darker,
.hover-bg-green-darker:hover {
  background-color: #2F8D2F !important
}

.bg-green-dark,
.hover-bg-green-dark:hover {
  background-color: #39AB39 !important
}

.bg-green,
.hover-bg-green:hover {
  background-color: #49C249 !important
}

.bg-green-light,
.hover-bg-green-light:hover {
  background-color: #89E089 !important
}

.bg-green-lighter,
.hover-bg-green-lighter:hover {
  background-color: #DCF3DC !important
}

.bg-green-lightest,
.hover-bg-green-lightest:hover {
  background-color: #EAF8EA !important
}

.bg-mint-darkest,
.hover-bg-mint-darkest:hover {
  background-color: #136B44 !important
}

.bg-mint-darker,
.hover-bg-mint-darker:hover {
  background-color: #1DA569 !important
}

.bg-mint-dark,
.hover-bg-mint-dark:hover {
  background-color: #23C67E !important
}

.bg-mint,
.hover-bg-mint:hover {
  background-color: #35DB92 !important
}

.bg-mint-light,
.hover-bg-mint-light:hover {
  background-color: #89EABF !important
}

.bg-mint-lighter,
.hover-bg-mint-lighter:hover {
  background-color: #DCF9EC !important
}

.bg-mint-lightest,
.hover-bg-mint-lightest:hover {
  background-color: #F2FCF7 !important
}

.bg-teal-darkest,
.hover-bg-teal-darkest:hover {
  background-color: #225960 !important
}

.bg-teal-darker,
.hover-bg-teal-darker:hover {
  background-color: #2D747D !important
}

.bg-teal-dark,
.hover-bg-teal-dark:hover {
  background-color: #378E99 !important
}

.bg-teal,
.hover-bg-teal:hover {
  background-color: #42A9B6 !important
}

.bg-teal-light,
.hover-bg-teal-light:hover {
  background-color: #95D1D9 !important
}

.bg-teal-lighter,
.hover-bg-teal-lighter:hover {
  background-color: #DDF0F3 !important
}

.bg-teal-lightest,
.hover-bg-teal-lightest:hover {
  background-color: #EDF9FA !important
}

.bg-wine-darkest,
.hover-bg-wine-darkest:hover {
  background-color: #481E23 !important
}

.bg-wine-darker,
.hover-bg-wine-darker:hover {
  background-color: #722F37 !important
}

.bg-wine-dark,
.hover-bg-wine-dark:hover {
  background-color: #8E3A44 !important
}

.bg-wine,
.hover-bg-wine:hover {
  background-color: #AA4652 !important
}

.bg-wine-light,
.hover-bg-wine-light:hover {
  background-color: #D2939A !important
}

.bg-wine-lighter,
.hover-bg-wine-lighter:hover {
  background-color: #EFD8DB !important
}

.bg-wine-lightest,
.hover-bg-wine-lightest:hover {
  background-color: #FAF3F4 !important
}

.bg-brown-darkest,
.hover-bg-brown-darkest:hover {
  background-color: #3D2F2B !important
}

.bg-brown-darker,
.hover-bg-brown-darker:hover {
  background-color: #54413B !important
}

.bg-brown-dark,
.hover-bg-brown-dark:hover {
  background-color: #6B534C !important
}

.bg-brown,
.hover-bg-brown:hover {
  background-color: #8D6D64 !important
}

.bg-brown-light,
.hover-bg-brown-light:hover {
  background-color: #C8B7B2 !important
}

.bg-brown-lighter,
.hover-bg-brown-lighter:hover {
  background-color: #E9E2E0 !important
}

.bg-brown-lightest,
.hover-bg-brown-lightest:hover {
  background-color: #FFF9F7 !important
}

.bg-almond-darkest,
.hover-bg-almond-darkest:hover {
  background-color: #634120 !important
}

.bg-almond-darker,
.hover-bg-almond-darker:hover {
  background-color: #8A5B2C !important
}

.bg-almond-dark,
.hover-bg-almond-dark:hover {
  background-color: #AD7237 !important
}

.bg-almond,
.hover-bg-almond:hover {
  background-color: #C48647 !important
}

.bg-almond-light,
.hover-bg-almond-light:hover {
  background-color: #DCB792 !important
}

.bg-almond-lighter,
.hover-bg-almond-lighter:hover {
  background-color: #EFDECD !important
}

.bg-almond-lightest,
.hover-bg-almond-lightest:hover {
  background-color: #F9F0E8 !important
}

.bg-slategray-darkest,
.hover-bg-slategray-darkest:hover {
  background-color: #05192D !important
}

.bg-slategray-darker,
.hover-bg-slategray-darker:hover {
  background-color: #102C45 !important
}

.bg-slategray-dark,
.hover-bg-slategray-dark:hover {
  background-color: #2F5070 !important
}

.bg-slategray,
.hover-bg-slategray:hover {
  background-color: #517495 !important
}

.bg-slategray-light,
.hover-bg-slategray-light:hover {
  background-color: #96B1CB !important
}

.bg-slategray-lighter,
.hover-bg-slategray-lighter:hover {
  background-color: #D0DCE7 !important
}

.bg-slategray-lightest,
.hover-bg-slategray-lightest:hover {
  background-color: #F2F5F7 !important
}

.bg-gray-darkest,
.hover-bg-gray-darkest:hover {
  background-color: #36454F !important
}

.bg-gray-darker,
.hover-bg-gray-darker:hover {
  background-color: #465966 !important
}

.bg-gray-dark,
.hover-bg-gray-dark:hover {
  background-color: #566E7E !important
}

.bg-gray,
.hover-bg-gray:hover {
  background-color: #668295 !important
}

.bg-gray-light,
.hover-bg-gray-light:hover {
  background-color: #B7C4CD !important
}

.bg-gray-lighter,
.hover-bg-gray-lighter:hover {
  background-color: #E4E8EB !important
}

.bg-gray-lightest,
.hover-bg-gray-lightest:hover {
  background-color: #EEF1F5 !important
}

.bg-black-10,
.hover-bg-black-10:hover {
  background-color: rgba(0, 0, 0, 0.1) !important
}

.bg-white-10,
.hover-bg-white-10:hover {
  background-color: rgba(255, 255, 255, 0.1) !important
}

.bg-blue-darkest-10,
.hover-bg-blue-darkest-10:hover {
  background-color: rgba(2, 48, 93, 0.1) !important
}

.bg-blue-darker-10,
.hover-bg-blue-darker-10:hover {
  background-color: rgba(26, 93, 158, 0.1) !important
}

.bg-blue-dark-10,
.hover-bg-blue-dark-10:hover {
  background-color: rgba(23, 115, 206, 0.1) !important
}

.bg-blue-10,
.hover-bg-blue-10:hover {
  background-color: rgba(64, 158, 255, 0.1) !important
}

.bg-blue-light-10,
.hover-bg-blue-light-10:hover {
  background-color: rgba(101, 178, 255, 0.1) !important
}

.bg-blue-lighter-10,
.hover-bg-blue-lighter-10:hover {
  background-color: rgba(179, 217, 255, 0.1) !important
}

.bg-blue-lightest-10,
.hover-bg-blue-lightest-10:hover {
  background-color: rgba(236, 245, 255, 0.1) !important
}

.bg-indigo-darkest-10,
.hover-bg-indigo-darkest-10:hover {
  background-color: rgba(39, 32, 117, 0.1) !important
}

.bg-indigo-darker-10,
.hover-bg-indigo-darker-10:hover {
  background-color: rgba(51, 42, 153, 0.1) !important
}

.bg-indigo-dark-10,
.hover-bg-indigo-dark-10:hover {
  background-color: rgba(63, 51, 189, 0.1) !important
}

.bg-indigo-10,
.hover-bg-indigo-10:hover {
  background-color: rgba(90, 79, 207, 0.1) !important
}

.bg-indigo-light-10,
.hover-bg-indigo-light-10:hover {
  background-color: rgba(131, 122, 230, 0.1) !important
}

.bg-indigo-lighter-10,
.hover-bg-indigo-lighter-10:hover {
  background-color: rgba(194, 189, 246, 0.1) !important
}

.bg-indigo-lightest-10,
.hover-bg-indigo-lightest-10:hover {
  background-color: rgba(240, 238, 255, 0.1) !important
}

.bg-purple-darkest-10,
.hover-bg-purple-darkest-10:hover {
  background-color: rgba(61, 6, 95, 0.1) !important
}

.bg-purple-darker-10,
.hover-bg-purple-darker-10:hover {
  background-color: rgba(96, 10, 151, 0.1) !important
}

.bg-purple-dark-10,
.hover-bg-purple-dark-10:hover {
  background-color: rgba(132, 13, 206, 0.1) !important
}

.bg-purple-10,
.hover-bg-purple-10:hover {
  background-color: rgba(170, 56, 242, 0.1) !important
}

.bg-purple-light-10,
.hover-bg-purple-light-10:hover {
  background-color: rgba(204, 136, 247, 0.1) !important
}

.bg-purple-lighter-10,
.hover-bg-purple-lighter-10:hover {
  background-color: rgba(233, 203, 252, 0.1) !important
}

.bg-purple-lightest-10,
.hover-bg-purple-lightest-10:hover {
  background-color: rgba(249, 240, 254, 0.1) !important
}

.bg-pink-darkest-10,
.hover-bg-pink-darkest-10:hover {
  background-color: rgba(88, 0, 32, 0.1) !important
}

.bg-pink-darker-10,
.hover-bg-pink-darker-10:hover {
  background-color: rgba(147, 0, 54, 0.1) !important
}

.bg-pink-dark-10,
.hover-bg-pink-dark-10:hover {
  background-color: rgba(201, 54, 108, 0.1) !important
}

.bg-pink-10,
.hover-bg-pink-10:hover {
  background-color: rgba(240, 101, 151, 0.1) !important
}

.bg-pink-light-10,
.hover-bg-pink-light-10:hover {
  background-color: rgba(245, 142, 180, 0.1) !important
}

.bg-pink-lighter-10,
.hover-bg-pink-lighter-10:hover {
  background-color: rgba(255, 205, 223, 0.1) !important
}

.bg-pink-lightest-10,
.hover-bg-pink-lightest-10:hover {
  background-color: rgba(255, 235, 242, 0.1) !important
}

.bg-red-darkest-10,
.hover-bg-red-darkest-10:hover {
  background-color: rgba(117, 14, 18, 0.1) !important
}

.bg-red-darker-10,
.hover-bg-red-darker-10:hover {
  background-color: rgba(169, 21, 26, 0.1) !important
}

.bg-red-dark-10,
.hover-bg-red-dark-10:hover {
  background-color: rgba(204, 25, 31, 0.1) !important
}

.bg-red-10,
.hover-bg-red-10:hover {
  background-color: rgba(231, 57, 63, 0.1) !important
}

.bg-red-light-10,
.hover-bg-red-light-10:hover {
  background-color: rgba(237, 109, 114, 0.1) !important
}

.bg-red-lighter-10,
.hover-bg-red-lighter-10:hover {
  background-color: rgba(248, 197, 199, 0.1) !important
}

.bg-red-lightest-10,
.hover-bg-red-lightest-10:hover {
  background-color: rgba(252, 232, 232, 0.1) !important
}

.bg-orange-darkest-10,
.hover-bg-orange-darkest-10:hover {
  background-color: rgba(133, 67, 0, 0.1) !important
}

.bg-orange-darker-10,
.hover-bg-orange-darker-10:hover {
  background-color: rgba(192, 96, 0, 0.1) !important
}

.bg-orange-dark-10,
.hover-bg-orange-dark-10:hover {
  background-color: rgba(231, 116, 0, 0.1) !important
}

.bg-orange-10,
.hover-bg-orange-10:hover {
  background-color: rgba(255, 135, 16, 0.1) !important
}

.bg-orange-light-10,
.hover-bg-orange-light-10:hover {
  background-color: rgba(255, 184, 114, 0.1) !important
}

.bg-orange-lighter-10,
.hover-bg-orange-lighter-10:hover {
  background-color: rgba(255, 224, 192, 0.1) !important
}

.bg-orange-lightest-10,
.hover-bg-orange-lightest-10:hover {
  background-color: rgba(255, 243, 231, 0.1) !important
}

.bg-yellow-darkest-10,
.hover-bg-yellow-darkest-10:hover {
  background-color: rgba(106, 85, 2, 0.1) !important
}

.bg-yellow-darker-10,
.hover-bg-yellow-darker-10:hover {
  background-color: rgba(183, 147, 3, 0.1) !important
}

.bg-yellow-dark-10,
.hover-bg-yellow-dark-10:hover {
  background-color: rgba(221, 177, 4, 0.1) !important
}

.bg-yellow-10,
.hover-bg-yellow-10:hover {
  background-color: rgba(250, 203, 14, 0.1) !important
}

.bg-yellow-light-10,
.hover-bg-yellow-light-10:hover {
  background-color: rgba(253, 228, 130, 0.1) !important
}

.bg-yellow-lighter-10,
.hover-bg-yellow-lighter-10:hover {
  background-color: rgba(254, 240, 188, 0.1) !important
}

.bg-yellow-lightest-10,
.hover-bg-yellow-lightest-10:hover {
  background-color: rgba(254, 247, 219, 0.1) !important
}

.bg-pear-darkest-10,
.hover-bg-pear-darkest-10:hover {
  background-color: rgba(79, 86, 12, 0.1) !important
}

.bg-pear-darker-10,
.hover-bg-pear-darker-10:hover {
  background-color: rgba(127, 138, 19, 0.1) !important
}

.bg-pear-dark-10,
.hover-bg-pear-dark-10:hover {
  background-color: rgba(158, 172, 24, 0.1) !important
}

.bg-pear-10,
.hover-bg-pear-10:hover {
  background-color: rgba(190, 207, 29, 0.1) !important
}

.bg-pear-light-10,
.hover-bg-pear-light-10:hover {
  background-color: rgba(221, 233, 101, 0.1) !important
}

.bg-pear-lighter-10,
.hover-bg-pear-lighter-10:hover {
  background-color: rgba(244, 248, 204, 0.1) !important
}

.bg-pear-lightest-10,
.hover-bg-pear-lightest-10:hover {
  background-color: rgba(251, 253, 238, 0.1) !important
}

.bg-green-darkest-10,
.hover-bg-green-darkest-10:hover {
  background-color: rgba(32, 97, 32, 0.1) !important
}

.bg-green-darker-10,
.hover-bg-green-darker-10:hover {
  background-color: rgba(47, 141, 47, 0.1) !important
}

.bg-green-dark-10,
.hover-bg-green-dark-10:hover {
  background-color: rgba(57, 171, 57, 0.1) !important
}

.bg-green-10,
.hover-bg-green-10:hover {
  background-color: rgba(73, 194, 73, 0.1) !important
}

.bg-green-light-10,
.hover-bg-green-light-10:hover {
  background-color: rgba(137, 224, 137, 0.1) !important
}

.bg-green-lighter-10,
.hover-bg-green-lighter-10:hover {
  background-color: rgba(220, 243, 220, 0.1) !important
}

.bg-green-lightest-10,
.hover-bg-green-lightest-10:hover {
  background-color: rgba(234, 248, 234, 0.1) !important
}

.bg-mint-darkest-10,
.hover-bg-mint-darkest-10:hover {
  background-color: rgba(19, 107, 68, 0.1) !important
}

.bg-mint-darker-10,
.hover-bg-mint-darker-10:hover {
  background-color: rgba(29, 165, 105, 0.1) !important
}

.bg-mint-dark-10,
.hover-bg-mint-dark-10:hover {
  background-color: rgba(35, 198, 126, 0.1) !important
}

.bg-mint-10,
.hover-bg-mint-10:hover {
  background-color: rgba(53, 219, 146, 0.1) !important
}

.bg-mint-light-10,
.hover-bg-mint-light-10:hover {
  background-color: rgba(137, 234, 191, 0.1) !important
}

.bg-mint-lighter-10,
.hover-bg-mint-lighter-10:hover {
  background-color: rgba(220, 249, 236, 0.1) !important
}

.bg-mint-lightest-10,
.hover-bg-mint-lightest-10:hover {
  background-color: rgba(242, 252, 247, 0.1) !important
}

.bg-teal-darkest-10,
.hover-bg-teal-darkest-10:hover {
  background-color: rgba(34, 89, 96, 0.1) !important
}

.bg-teal-darker-10,
.hover-bg-teal-darker-10:hover {
  background-color: rgba(45, 116, 125, 0.1) !important
}

.bg-teal-dark-10,
.hover-bg-teal-dark-10:hover {
  background-color: rgba(55, 142, 153, 0.1) !important
}

.bg-teal-10,
.hover-bg-teal-10:hover {
  background-color: rgba(66, 169, 182, 0.1) !important
}

.bg-teal-light-10,
.hover-bg-teal-light-10:hover {
  background-color: rgba(149, 209, 217, 0.1) !important
}

.bg-teal-lighter-10,
.hover-bg-teal-lighter-10:hover {
  background-color: rgba(221, 240, 243, 0.1) !important
}

.bg-teal-lightest-10,
.hover-bg-teal-lightest-10:hover {
  background-color: rgba(237, 249, 250, 0.1) !important
}

.bg-wine-darkest-10,
.hover-bg-wine-darkest-10:hover {
  background-color: rgba(72, 30, 35, 0.1) !important
}

.bg-wine-darker-10,
.hover-bg-wine-darker-10:hover {
  background-color: rgba(114, 47, 55, 0.1) !important
}

.bg-wine-dark-10,
.hover-bg-wine-dark-10:hover {
  background-color: rgba(142, 58, 68, 0.1) !important
}

.bg-wine-10,
.hover-bg-wine-10:hover {
  background-color: rgba(170, 70, 82, 0.1) !important
}

.bg-wine-light-10,
.hover-bg-wine-light-10:hover {
  background-color: rgba(210, 147, 154, 0.1) !important
}

.bg-wine-lighter-10,
.hover-bg-wine-lighter-10:hover {
  background-color: rgba(239, 216, 219, 0.1) !important
}

.bg-wine-lightest-10,
.hover-bg-wine-lightest-10:hover {
  background-color: rgba(250, 243, 244, 0.1) !important
}

.bg-brown-darkest-10,
.hover-bg-brown-darkest-10:hover {
  background-color: rgba(61, 47, 43, 0.1) !important
}

.bg-brown-darker-10,
.hover-bg-brown-darker-10:hover {
  background-color: rgba(84, 65, 59, 0.1) !important
}

.bg-brown-dark-10,
.hover-bg-brown-dark-10:hover {
  background-color: rgba(107, 83, 76, 0.1) !important
}

.bg-brown-10,
.hover-bg-brown-10:hover {
  background-color: rgba(141, 109, 100, 0.1) !important
}

.bg-brown-light-10,
.hover-bg-brown-light-10:hover {
  background-color: rgba(200, 183, 178, 0.1) !important
}

.bg-brown-lighter-10,
.hover-bg-brown-lighter-10:hover {
  background-color: rgba(233, 226, 224, 0.1) !important
}

.bg-brown-lightest-10,
.hover-bg-brown-lightest-10:hover {
  background-color: rgba(255, 249, 247, 0.1) !important
}

.bg-almond-darkest-10,
.hover-bg-almond-darkest-10:hover {
  background-color: rgba(99, 65, 32, 0.1) !important
}

.bg-almond-darker-10,
.hover-bg-almond-darker-10:hover {
  background-color: rgba(138, 91, 44, 0.1) !important
}

.bg-almond-dark-10,
.hover-bg-almond-dark-10:hover {
  background-color: rgba(173, 114, 55, 0.1) !important
}

.bg-almond-10,
.hover-bg-almond-10:hover {
  background-color: rgba(196, 134, 71, 0.1) !important
}

.bg-almond-light-10,
.hover-bg-almond-light-10:hover {
  background-color: rgba(220, 183, 146, 0.1) !important
}

.bg-almond-lighter-10,
.hover-bg-almond-lighter-10:hover {
  background-color: rgba(239, 222, 205, 0.1) !important
}

.bg-almond-lightest-10,
.hover-bg-almond-lightest-10:hover {
  background-color: rgba(249, 240, 232, 0.1) !important
}

.bg-slategray-darkest-10,
.hover-bg-slategray-darkest-10:hover {
  background-color: rgba(5, 25, 45, 0.1) !important
}

.bg-slategray-darker-10,
.hover-bg-slategray-darker-10:hover {
  background-color: rgba(16, 44, 69, 0.1) !important
}

.bg-slategray-dark-10,
.hover-bg-slategray-dark-10:hover {
  background-color: rgba(47, 80, 112, 0.1) !important
}

.bg-slategray-10,
.hover-bg-slategray-10:hover {
  background-color: rgba(81, 116, 149, 0.1) !important
}

.bg-slategray-light-10,
.hover-bg-slategray-light-10:hover {
  background-color: rgba(150, 177, 203, 0.1) !important
}

.bg-slategray-lighter-10,
.hover-bg-slategray-lighter-10:hover {
  background-color: rgba(208, 220, 231, 0.1) !important
}

.bg-slategray-lightest-10,
.hover-bg-slategray-lightest-10:hover {
  background-color: rgba(242, 245, 247, 0.1) !important
}

.bg-gray-darkest-10,
.hover-bg-gray-darkest-10:hover {
  background-color: rgba(54, 69, 79, 0.1) !important
}

.bg-gray-darker-10,
.hover-bg-gray-darker-10:hover {
  background-color: rgba(70, 89, 102, 0.1) !important
}

.bg-gray-dark-10,
.hover-bg-gray-dark-10:hover {
  background-color: rgba(86, 110, 126, 0.1) !important
}

.bg-gray-10,
.hover-bg-gray-10:hover {
  background-color: rgba(102, 130, 149, 0.1) !important
}

.bg-gray-light-10,
.hover-bg-gray-light-10:hover {
  background-color: rgba(183, 196, 205, 0.1) !important
}

.bg-gray-lighter-10,
.hover-bg-gray-lighter-10:hover {
  background-color: rgba(228, 232, 235, 0.1) !important
}

.bg-gray-lightest-10,
.hover-bg-gray-lightest-10:hover {
  background-color: rgba(238, 241, 245, 0.1) !important
}

.bg-black-20,
.hover-bg-black-20:hover {
  background-color: rgba(0, 0, 0, 0.2) !important
}

.bg-white-20,
.hover-bg-white-20:hover {
  background-color: rgba(255, 255, 255, 0.2) !important
}

.bg-blue-darkest-20,
.hover-bg-blue-darkest-20:hover {
  background-color: rgba(2, 48, 93, 0.2) !important
}

.bg-blue-darker-20,
.hover-bg-blue-darker-20:hover {
  background-color: rgba(26, 93, 158, 0.2) !important
}

.bg-blue-dark-20,
.hover-bg-blue-dark-20:hover {
  background-color: rgba(23, 115, 206, 0.2) !important
}

.bg-blue-20,
.hover-bg-blue-20:hover {
  background-color: rgba(64, 158, 255, 0.2) !important
}

.bg-blue-light-20,
.hover-bg-blue-light-20:hover {
  background-color: rgba(101, 178, 255, 0.2) !important
}

.bg-blue-lighter-20,
.hover-bg-blue-lighter-20:hover {
  background-color: rgba(179, 217, 255, 0.2) !important
}

.bg-blue-lightest-20,
.hover-bg-blue-lightest-20:hover {
  background-color: rgba(236, 245, 255, 0.2) !important
}

.bg-indigo-darkest-20,
.hover-bg-indigo-darkest-20:hover {
  background-color: rgba(39, 32, 117, 0.2) !important
}

.bg-indigo-darker-20,
.hover-bg-indigo-darker-20:hover {
  background-color: rgba(51, 42, 153, 0.2) !important
}

.bg-indigo-dark-20,
.hover-bg-indigo-dark-20:hover {
  background-color: rgba(63, 51, 189, 0.2) !important
}

.bg-indigo-20,
.hover-bg-indigo-20:hover {
  background-color: rgba(90, 79, 207, 0.2) !important
}

.bg-indigo-light-20,
.hover-bg-indigo-light-20:hover {
  background-color: rgba(131, 122, 230, 0.2) !important
}

.bg-indigo-lighter-20,
.hover-bg-indigo-lighter-20:hover {
  background-color: rgba(194, 189, 246, 0.2) !important
}

.bg-indigo-lightest-20,
.hover-bg-indigo-lightest-20:hover {
  background-color: rgba(240, 238, 255, 0.2) !important
}

.bg-purple-darkest-20,
.hover-bg-purple-darkest-20:hover {
  background-color: rgba(61, 6, 95, 0.2) !important
}

.bg-purple-darker-20,
.hover-bg-purple-darker-20:hover {
  background-color: rgba(96, 10, 151, 0.2) !important
}

.bg-purple-dark-20,
.hover-bg-purple-dark-20:hover {
  background-color: rgba(132, 13, 206, 0.2) !important
}

.bg-purple-20,
.hover-bg-purple-20:hover {
  background-color: rgba(170, 56, 242, 0.2) !important
}

.bg-purple-light-20,
.hover-bg-purple-light-20:hover {
  background-color: rgba(204, 136, 247, 0.2) !important
}

.bg-purple-lighter-20,
.hover-bg-purple-lighter-20:hover {
  background-color: rgba(233, 203, 252, 0.2) !important
}

.bg-purple-lightest-20,
.hover-bg-purple-lightest-20:hover {
  background-color: rgba(249, 240, 254, 0.2) !important
}

.bg-pink-darkest-20,
.hover-bg-pink-darkest-20:hover {
  background-color: rgba(88, 0, 32, 0.2) !important
}

.bg-pink-darker-20,
.hover-bg-pink-darker-20:hover {
  background-color: rgba(147, 0, 54, 0.2) !important
}

.bg-pink-dark-20,
.hover-bg-pink-dark-20:hover {
  background-color: rgba(201, 54, 108, 0.2) !important
}

.bg-pink-20,
.hover-bg-pink-20:hover {
  background-color: rgba(240, 101, 151, 0.2) !important
}

.bg-pink-light-20,
.hover-bg-pink-light-20:hover {
  background-color: rgba(245, 142, 180, 0.2) !important
}

.bg-pink-lighter-20,
.hover-bg-pink-lighter-20:hover {
  background-color: rgba(255, 205, 223, 0.2) !important
}

.bg-pink-lightest-20,
.hover-bg-pink-lightest-20:hover {
  background-color: rgba(255, 235, 242, 0.2) !important
}

.bg-red-darkest-20,
.hover-bg-red-darkest-20:hover {
  background-color: rgba(117, 14, 18, 0.2) !important
}

.bg-red-darker-20,
.hover-bg-red-darker-20:hover {
  background-color: rgba(169, 21, 26, 0.2) !important
}

.bg-red-dark-20,
.hover-bg-red-dark-20:hover {
  background-color: rgba(204, 25, 31, 0.2) !important
}

.bg-red-20,
.hover-bg-red-20:hover {
  background-color: rgba(231, 57, 63, 0.2) !important
}

.bg-red-light-20,
.hover-bg-red-light-20:hover {
  background-color: rgba(237, 109, 114, 0.2) !important
}

.bg-red-lighter-20,
.hover-bg-red-lighter-20:hover {
  background-color: rgba(248, 197, 199, 0.2) !important
}

.bg-red-lightest-20,
.hover-bg-red-lightest-20:hover {
  background-color: rgba(252, 232, 232, 0.2) !important
}

.bg-orange-darkest-20,
.hover-bg-orange-darkest-20:hover {
  background-color: rgba(133, 67, 0, 0.2) !important
}

.bg-orange-darker-20,
.hover-bg-orange-darker-20:hover {
  background-color: rgba(192, 96, 0, 0.2) !important
}

.bg-orange-dark-20,
.hover-bg-orange-dark-20:hover {
  background-color: rgba(231, 116, 0, 0.2) !important
}

.bg-orange-20,
.hover-bg-orange-20:hover {
  background-color: rgba(255, 135, 16, 0.2) !important
}

.bg-orange-light-20,
.hover-bg-orange-light-20:hover {
  background-color: rgba(255, 184, 114, 0.2) !important
}

.bg-orange-lighter-20,
.hover-bg-orange-lighter-20:hover {
  background-color: rgba(255, 224, 192, 0.2) !important
}

.bg-orange-lightest-20,
.hover-bg-orange-lightest-20:hover {
  background-color: rgba(255, 243, 231, 0.2) !important
}

.bg-yellow-darkest-20,
.hover-bg-yellow-darkest-20:hover {
  background-color: rgba(106, 85, 2, 0.2) !important
}

.bg-yellow-darker-20,
.hover-bg-yellow-darker-20:hover {
  background-color: rgba(183, 147, 3, 0.2) !important
}

.bg-yellow-dark-20,
.hover-bg-yellow-dark-20:hover {
  background-color: rgba(221, 177, 4, 0.2) !important
}

.bg-yellow-20,
.hover-bg-yellow-20:hover {
  background-color: rgba(250, 203, 14, 0.2) !important
}

.bg-yellow-light-20,
.hover-bg-yellow-light-20:hover {
  background-color: rgba(253, 228, 130, 0.2) !important
}

.bg-yellow-lighter-20,
.hover-bg-yellow-lighter-20:hover {
  background-color: rgba(254, 240, 188, 0.2) !important
}

.bg-yellow-lightest-20,
.hover-bg-yellow-lightest-20:hover {
  background-color: rgba(254, 247, 219, 0.2) !important
}

.bg-pear-darkest-20,
.hover-bg-pear-darkest-20:hover {
  background-color: rgba(79, 86, 12, 0.2) !important
}

.bg-pear-darker-20,
.hover-bg-pear-darker-20:hover {
  background-color: rgba(127, 138, 19, 0.2) !important
}

.bg-pear-dark-20,
.hover-bg-pear-dark-20:hover {
  background-color: rgba(158, 172, 24, 0.2) !important
}

.bg-pear-20,
.hover-bg-pear-20:hover {
  background-color: rgba(190, 207, 29, 0.2) !important
}

.bg-pear-light-20,
.hover-bg-pear-light-20:hover {
  background-color: rgba(221, 233, 101, 0.2) !important
}

.bg-pear-lighter-20,
.hover-bg-pear-lighter-20:hover {
  background-color: rgba(244, 248, 204, 0.2) !important
}

.bg-pear-lightest-20,
.hover-bg-pear-lightest-20:hover {
  background-color: rgba(251, 253, 238, 0.2) !important
}

.bg-green-darkest-20,
.hover-bg-green-darkest-20:hover {
  background-color: rgba(32, 97, 32, 0.2) !important
}

.bg-green-darker-20,
.hover-bg-green-darker-20:hover {
  background-color: rgba(47, 141, 47, 0.2) !important
}

.bg-green-dark-20,
.hover-bg-green-dark-20:hover {
  background-color: rgba(57, 171, 57, 0.2) !important
}

.bg-green-20,
.hover-bg-green-20:hover {
  background-color: rgba(73, 194, 73, 0.2) !important
}

.bg-green-light-20,
.hover-bg-green-light-20:hover {
  background-color: rgba(137, 224, 137, 0.2) !important
}

.bg-green-lighter-20,
.hover-bg-green-lighter-20:hover {
  background-color: rgba(220, 243, 220, 0.2) !important
}

.bg-green-lightest-20,
.hover-bg-green-lightest-20:hover {
  background-color: rgba(234, 248, 234, 0.2) !important
}

.bg-mint-darkest-20,
.hover-bg-mint-darkest-20:hover {
  background-color: rgba(19, 107, 68, 0.2) !important
}

.bg-mint-darker-20,
.hover-bg-mint-darker-20:hover {
  background-color: rgba(29, 165, 105, 0.2) !important
}

.bg-mint-dark-20,
.hover-bg-mint-dark-20:hover {
  background-color: rgba(35, 198, 126, 0.2) !important
}

.bg-mint-20,
.hover-bg-mint-20:hover {
  background-color: rgba(53, 219, 146, 0.2) !important
}

.bg-mint-light-20,
.hover-bg-mint-light-20:hover {
  background-color: rgba(137, 234, 191, 0.2) !important
}

.bg-mint-lighter-20,
.hover-bg-mint-lighter-20:hover {
  background-color: rgba(220, 249, 236, 0.2) !important
}

.bg-mint-lightest-20,
.hover-bg-mint-lightest-20:hover {
  background-color: rgba(242, 252, 247, 0.2) !important
}

.bg-teal-darkest-20,
.hover-bg-teal-darkest-20:hover {
  background-color: rgba(34, 89, 96, 0.2) !important
}

.bg-teal-darker-20,
.hover-bg-teal-darker-20:hover {
  background-color: rgba(45, 116, 125, 0.2) !important
}

.bg-teal-dark-20,
.hover-bg-teal-dark-20:hover {
  background-color: rgba(55, 142, 153, 0.2) !important
}

.bg-teal-20,
.hover-bg-teal-20:hover {
  background-color: rgba(66, 169, 182, 0.2) !important
}

.bg-teal-light-20,
.hover-bg-teal-light-20:hover {
  background-color: rgba(149, 209, 217, 0.2) !important
}

.bg-teal-lighter-20,
.hover-bg-teal-lighter-20:hover {
  background-color: rgba(221, 240, 243, 0.2) !important
}

.bg-teal-lightest-20,
.hover-bg-teal-lightest-20:hover {
  background-color: rgba(237, 249, 250, 0.2) !important
}

.bg-wine-darkest-20,
.hover-bg-wine-darkest-20:hover {
  background-color: rgba(72, 30, 35, 0.2) !important
}

.bg-wine-darker-20,
.hover-bg-wine-darker-20:hover {
  background-color: rgba(114, 47, 55, 0.2) !important
}

.bg-wine-dark-20,
.hover-bg-wine-dark-20:hover {
  background-color: rgba(142, 58, 68, 0.2) !important
}

.bg-wine-20,
.hover-bg-wine-20:hover {
  background-color: rgba(170, 70, 82, 0.2) !important
}

.bg-wine-light-20,
.hover-bg-wine-light-20:hover {
  background-color: rgba(210, 147, 154, 0.2) !important
}

.bg-wine-lighter-20,
.hover-bg-wine-lighter-20:hover {
  background-color: rgba(239, 216, 219, 0.2) !important
}

.bg-wine-lightest-20,
.hover-bg-wine-lightest-20:hover {
  background-color: rgba(250, 243, 244, 0.2) !important
}

.bg-brown-darkest-20,
.hover-bg-brown-darkest-20:hover {
  background-color: rgba(61, 47, 43, 0.2) !important
}

.bg-brown-darker-20,
.hover-bg-brown-darker-20:hover {
  background-color: rgba(84, 65, 59, 0.2) !important
}

.bg-brown-dark-20,
.hover-bg-brown-dark-20:hover {
  background-color: rgba(107, 83, 76, 0.2) !important
}

.bg-brown-20,
.hover-bg-brown-20:hover {
  background-color: rgba(141, 109, 100, 0.2) !important
}

.bg-brown-light-20,
.hover-bg-brown-light-20:hover {
  background-color: rgba(200, 183, 178, 0.2) !important
}

.bg-brown-lighter-20,
.hover-bg-brown-lighter-20:hover {
  background-color: rgba(233, 226, 224, 0.2) !important
}

.bg-brown-lightest-20,
.hover-bg-brown-lightest-20:hover {
  background-color: rgba(255, 249, 247, 0.2) !important
}

.bg-almond-darkest-20,
.hover-bg-almond-darkest-20:hover {
  background-color: rgba(99, 65, 32, 0.2) !important
}

.bg-almond-darker-20,
.hover-bg-almond-darker-20:hover {
  background-color: rgba(138, 91, 44, 0.2) !important
}

.bg-almond-dark-20,
.hover-bg-almond-dark-20:hover {
  background-color: rgba(173, 114, 55, 0.2) !important
}

.bg-almond-20,
.hover-bg-almond-20:hover {
  background-color: rgba(196, 134, 71, 0.2) !important
}

.bg-almond-light-20,
.hover-bg-almond-light-20:hover {
  background-color: rgba(220, 183, 146, 0.2) !important
}

.bg-almond-lighter-20,
.hover-bg-almond-lighter-20:hover {
  background-color: rgba(239, 222, 205, 0.2) !important
}

.bg-almond-lightest-20,
.hover-bg-almond-lightest-20:hover {
  background-color: rgba(249, 240, 232, 0.2) !important
}

.bg-slategray-darkest-20,
.hover-bg-slategray-darkest-20:hover {
  background-color: rgba(5, 25, 45, 0.2) !important
}

.bg-slategray-darker-20,
.hover-bg-slategray-darker-20:hover {
  background-color: rgba(16, 44, 69, 0.2) !important
}

.bg-slategray-dark-20,
.hover-bg-slategray-dark-20:hover {
  background-color: rgba(47, 80, 112, 0.2) !important
}

.bg-slategray-20,
.hover-bg-slategray-20:hover {
  background-color: rgba(81, 116, 149, 0.2) !important
}

.bg-slategray-light-20,
.hover-bg-slategray-light-20:hover {
  background-color: rgba(150, 177, 203, 0.2) !important
}

.bg-slategray-lighter-20,
.hover-bg-slategray-lighter-20:hover {
  background-color: rgba(208, 220, 231, 0.2) !important
}

.bg-slategray-lightest-20,
.hover-bg-slategray-lightest-20:hover {
  background-color: rgba(242, 245, 247, 0.2) !important
}

.bg-gray-darkest-20,
.hover-bg-gray-darkest-20:hover {
  background-color: rgba(54, 69, 79, 0.2) !important
}

.bg-gray-darker-20,
.hover-bg-gray-darker-20:hover {
  background-color: rgba(70, 89, 102, 0.2) !important
}

.bg-gray-dark-20,
.hover-bg-gray-dark-20:hover {
  background-color: rgba(86, 110, 126, 0.2) !important
}

.bg-gray-20,
.hover-bg-gray-20:hover {
  background-color: rgba(102, 130, 149, 0.2) !important
}

.bg-gray-light-20,
.hover-bg-gray-light-20:hover {
  background-color: rgba(183, 196, 205, 0.2) !important
}

.bg-gray-lighter-20,
.hover-bg-gray-lighter-20:hover {
  background-color: rgba(228, 232, 235, 0.2) !important
}

.bg-gray-lightest-20,
.hover-bg-gray-lightest-20:hover {
  background-color: rgba(238, 241, 245, 0.2) !important
}

.bg-black-30,
.hover-bg-black-30:hover {
  background-color: rgba(0, 0, 0, 0.3) !important
}

.bg-white-30,
.hover-bg-white-30:hover {
  background-color: rgba(255, 255, 255, 0.3) !important
}

.bg-blue-darkest-30,
.hover-bg-blue-darkest-30:hover {
  background-color: rgba(2, 48, 93, 0.3) !important
}

.bg-blue-darker-30,
.hover-bg-blue-darker-30:hover {
  background-color: rgba(26, 93, 158, 0.3) !important
}

.bg-blue-dark-30,
.hover-bg-blue-dark-30:hover {
  background-color: rgba(23, 115, 206, 0.3) !important
}

.bg-blue-30,
.hover-bg-blue-30:hover {
  background-color: rgba(64, 158, 255, 0.3) !important
}

.bg-blue-light-30,
.hover-bg-blue-light-30:hover {
  background-color: rgba(101, 178, 255, 0.3) !important
}

.bg-blue-lighter-30,
.hover-bg-blue-lighter-30:hover {
  background-color: rgba(179, 217, 255, 0.3) !important
}

.bg-blue-lightest-30,
.hover-bg-blue-lightest-30:hover {
  background-color: rgba(236, 245, 255, 0.3) !important
}

.bg-indigo-darkest-30,
.hover-bg-indigo-darkest-30:hover {
  background-color: rgba(39, 32, 117, 0.3) !important
}

.bg-indigo-darker-30,
.hover-bg-indigo-darker-30:hover {
  background-color: rgba(51, 42, 153, 0.3) !important
}

.bg-indigo-dark-30,
.hover-bg-indigo-dark-30:hover {
  background-color: rgba(63, 51, 189, 0.3) !important
}

.bg-indigo-30,
.hover-bg-indigo-30:hover {
  background-color: rgba(90, 79, 207, 0.3) !important
}

.bg-indigo-light-30,
.hover-bg-indigo-light-30:hover {
  background-color: rgba(131, 122, 230, 0.3) !important
}

.bg-indigo-lighter-30,
.hover-bg-indigo-lighter-30:hover {
  background-color: rgba(194, 189, 246, 0.3) !important
}

.bg-indigo-lightest-30,
.hover-bg-indigo-lightest-30:hover {
  background-color: rgba(240, 238, 255, 0.3) !important
}

.bg-purple-darkest-30,
.hover-bg-purple-darkest-30:hover {
  background-color: rgba(61, 6, 95, 0.3) !important
}

.bg-purple-darker-30,
.hover-bg-purple-darker-30:hover {
  background-color: rgba(96, 10, 151, 0.3) !important
}

.bg-purple-dark-30,
.hover-bg-purple-dark-30:hover {
  background-color: rgba(132, 13, 206, 0.3) !important
}

.bg-purple-30,
.hover-bg-purple-30:hover {
  background-color: rgba(170, 56, 242, 0.3) !important
}

.bg-purple-light-30,
.hover-bg-purple-light-30:hover {
  background-color: rgba(204, 136, 247, 0.3) !important
}

.bg-purple-lighter-30,
.hover-bg-purple-lighter-30:hover {
  background-color: rgba(233, 203, 252, 0.3) !important
}

.bg-purple-lightest-30,
.hover-bg-purple-lightest-30:hover {
  background-color: rgba(249, 240, 254, 0.3) !important
}

.bg-pink-darkest-30,
.hover-bg-pink-darkest-30:hover {
  background-color: rgba(88, 0, 32, 0.3) !important
}

.bg-pink-darker-30,
.hover-bg-pink-darker-30:hover {
  background-color: rgba(147, 0, 54, 0.3) !important
}

.bg-pink-dark-30,
.hover-bg-pink-dark-30:hover {
  background-color: rgba(201, 54, 108, 0.3) !important
}

.bg-pink-30,
.hover-bg-pink-30:hover {
  background-color: rgba(240, 101, 151, 0.3) !important
}

.bg-pink-light-30,
.hover-bg-pink-light-30:hover {
  background-color: rgba(245, 142, 180, 0.3) !important
}

.bg-pink-lighter-30,
.hover-bg-pink-lighter-30:hover {
  background-color: rgba(255, 205, 223, 0.3) !important
}

.bg-pink-lightest-30,
.hover-bg-pink-lightest-30:hover {
  background-color: rgba(255, 235, 242, 0.3) !important
}

.bg-red-darkest-30,
.hover-bg-red-darkest-30:hover {
  background-color: rgba(117, 14, 18, 0.3) !important
}

.bg-red-darker-30,
.hover-bg-red-darker-30:hover {
  background-color: rgba(169, 21, 26, 0.3) !important
}

.bg-red-dark-30,
.hover-bg-red-dark-30:hover {
  background-color: rgba(204, 25, 31, 0.3) !important
}

.bg-red-30,
.hover-bg-red-30:hover {
  background-color: rgba(231, 57, 63, 0.3) !important
}

.bg-red-light-30,
.hover-bg-red-light-30:hover {
  background-color: rgba(237, 109, 114, 0.3) !important
}

.bg-red-lighter-30,
.hover-bg-red-lighter-30:hover {
  background-color: rgba(248, 197, 199, 0.3) !important
}

.bg-red-lightest-30,
.hover-bg-red-lightest-30:hover {
  background-color: rgba(252, 232, 232, 0.3) !important
}

.bg-orange-darkest-30,
.hover-bg-orange-darkest-30:hover {
  background-color: rgba(133, 67, 0, 0.3) !important
}

.bg-orange-darker-30,
.hover-bg-orange-darker-30:hover {
  background-color: rgba(192, 96, 0, 0.3) !important
}

.bg-orange-dark-30,
.hover-bg-orange-dark-30:hover {
  background-color: rgba(231, 116, 0, 0.3) !important
}

.bg-orange-30,
.hover-bg-orange-30:hover {
  background-color: rgba(255, 135, 16, 0.3) !important
}

.bg-orange-light-30,
.hover-bg-orange-light-30:hover {
  background-color: rgba(255, 184, 114, 0.3) !important
}

.bg-orange-lighter-30,
.hover-bg-orange-lighter-30:hover {
  background-color: rgba(255, 224, 192, 0.3) !important
}

.bg-orange-lightest-30,
.hover-bg-orange-lightest-30:hover {
  background-color: rgba(255, 243, 231, 0.3) !important
}

.bg-yellow-darkest-30,
.hover-bg-yellow-darkest-30:hover {
  background-color: rgba(106, 85, 2, 0.3) !important
}

.bg-yellow-darker-30,
.hover-bg-yellow-darker-30:hover {
  background-color: rgba(183, 147, 3, 0.3) !important
}

.bg-yellow-dark-30,
.hover-bg-yellow-dark-30:hover {
  background-color: rgba(221, 177, 4, 0.3) !important
}

.bg-yellow-30,
.hover-bg-yellow-30:hover {
  background-color: rgba(250, 203, 14, 0.3) !important
}

.bg-yellow-light-30,
.hover-bg-yellow-light-30:hover {
  background-color: rgba(253, 228, 130, 0.3) !important
}

.bg-yellow-lighter-30,
.hover-bg-yellow-lighter-30:hover {
  background-color: rgba(254, 240, 188, 0.3) !important
}

.bg-yellow-lightest-30,
.hover-bg-yellow-lightest-30:hover {
  background-color: rgba(254, 247, 219, 0.3) !important
}

.bg-pear-darkest-30,
.hover-bg-pear-darkest-30:hover {
  background-color: rgba(79, 86, 12, 0.3) !important
}

.bg-pear-darker-30,
.hover-bg-pear-darker-30:hover {
  background-color: rgba(127, 138, 19, 0.3) !important
}

.bg-pear-dark-30,
.hover-bg-pear-dark-30:hover {
  background-color: rgba(158, 172, 24, 0.3) !important
}

.bg-pear-30,
.hover-bg-pear-30:hover {
  background-color: rgba(190, 207, 29, 0.3) !important
}

.bg-pear-light-30,
.hover-bg-pear-light-30:hover {
  background-color: rgba(221, 233, 101, 0.3) !important
}

.bg-pear-lighter-30,
.hover-bg-pear-lighter-30:hover {
  background-color: rgba(244, 248, 204, 0.3) !important
}

.bg-pear-lightest-30,
.hover-bg-pear-lightest-30:hover {
  background-color: rgba(251, 253, 238, 0.3) !important
}

.bg-green-darkest-30,
.hover-bg-green-darkest-30:hover {
  background-color: rgba(32, 97, 32, 0.3) !important
}

.bg-green-darker-30,
.hover-bg-green-darker-30:hover {
  background-color: rgba(47, 141, 47, 0.3) !important
}

.bg-green-dark-30,
.hover-bg-green-dark-30:hover {
  background-color: rgba(57, 171, 57, 0.3) !important
}

.bg-green-30,
.hover-bg-green-30:hover {
  background-color: rgba(73, 194, 73, 0.3) !important
}

.bg-green-light-30,
.hover-bg-green-light-30:hover {
  background-color: rgba(137, 224, 137, 0.3) !important
}

.bg-green-lighter-30,
.hover-bg-green-lighter-30:hover {
  background-color: rgba(220, 243, 220, 0.3) !important
}

.bg-green-lightest-30,
.hover-bg-green-lightest-30:hover {
  background-color: rgba(234, 248, 234, 0.3) !important
}

.bg-mint-darkest-30,
.hover-bg-mint-darkest-30:hover {
  background-color: rgba(19, 107, 68, 0.3) !important
}

.bg-mint-darker-30,
.hover-bg-mint-darker-30:hover {
  background-color: rgba(29, 165, 105, 0.3) !important
}

.bg-mint-dark-30,
.hover-bg-mint-dark-30:hover {
  background-color: rgba(35, 198, 126, 0.3) !important
}

.bg-mint-30,
.hover-bg-mint-30:hover {
  background-color: rgba(53, 219, 146, 0.3) !important
}

.bg-mint-light-30,
.hover-bg-mint-light-30:hover {
  background-color: rgba(137, 234, 191, 0.3) !important
}

.bg-mint-lighter-30,
.hover-bg-mint-lighter-30:hover {
  background-color: rgba(220, 249, 236, 0.3) !important
}

.bg-mint-lightest-30,
.hover-bg-mint-lightest-30:hover {
  background-color: rgba(242, 252, 247, 0.3) !important
}

.bg-teal-darkest-30,
.hover-bg-teal-darkest-30:hover {
  background-color: rgba(34, 89, 96, 0.3) !important
}

.bg-teal-darker-30,
.hover-bg-teal-darker-30:hover {
  background-color: rgba(45, 116, 125, 0.3) !important
}

.bg-teal-dark-30,
.hover-bg-teal-dark-30:hover {
  background-color: rgba(55, 142, 153, 0.3) !important
}

.bg-teal-30,
.hover-bg-teal-30:hover {
  background-color: rgba(66, 169, 182, 0.3) !important
}

.bg-teal-light-30,
.hover-bg-teal-light-30:hover {
  background-color: rgba(149, 209, 217, 0.3) !important
}

.bg-teal-lighter-30,
.hover-bg-teal-lighter-30:hover {
  background-color: rgba(221, 240, 243, 0.3) !important
}

.bg-teal-lightest-30,
.hover-bg-teal-lightest-30:hover {
  background-color: rgba(237, 249, 250, 0.3) !important
}

.bg-wine-darkest-30,
.hover-bg-wine-darkest-30:hover {
  background-color: rgba(72, 30, 35, 0.3) !important
}

.bg-wine-darker-30,
.hover-bg-wine-darker-30:hover {
  background-color: rgba(114, 47, 55, 0.3) !important
}

.bg-wine-dark-30,
.hover-bg-wine-dark-30:hover {
  background-color: rgba(142, 58, 68, 0.3) !important
}

.bg-wine-30,
.hover-bg-wine-30:hover {
  background-color: rgba(170, 70, 82, 0.3) !important
}

.bg-wine-light-30,
.hover-bg-wine-light-30:hover {
  background-color: rgba(210, 147, 154, 0.3) !important
}

.bg-wine-lighter-30,
.hover-bg-wine-lighter-30:hover {
  background-color: rgba(239, 216, 219, 0.3) !important
}

.bg-wine-lightest-30,
.hover-bg-wine-lightest-30:hover {
  background-color: rgba(250, 243, 244, 0.3) !important
}

.bg-brown-darkest-30,
.hover-bg-brown-darkest-30:hover {
  background-color: rgba(61, 47, 43, 0.3) !important
}

.bg-brown-darker-30,
.hover-bg-brown-darker-30:hover {
  background-color: rgba(84, 65, 59, 0.3) !important
}

.bg-brown-dark-30,
.hover-bg-brown-dark-30:hover {
  background-color: rgba(107, 83, 76, 0.3) !important
}

.bg-brown-30,
.hover-bg-brown-30:hover {
  background-color: rgba(141, 109, 100, 0.3) !important
}

.bg-brown-light-30,
.hover-bg-brown-light-30:hover {
  background-color: rgba(200, 183, 178, 0.3) !important
}

.bg-brown-lighter-30,
.hover-bg-brown-lighter-30:hover {
  background-color: rgba(233, 226, 224, 0.3) !important
}

.bg-brown-lightest-30,
.hover-bg-brown-lightest-30:hover {
  background-color: rgba(255, 249, 247, 0.3) !important
}

.bg-almond-darkest-30,
.hover-bg-almond-darkest-30:hover {
  background-color: rgba(99, 65, 32, 0.3) !important
}

.bg-almond-darker-30,
.hover-bg-almond-darker-30:hover {
  background-color: rgba(138, 91, 44, 0.3) !important
}

.bg-almond-dark-30,
.hover-bg-almond-dark-30:hover {
  background-color: rgba(173, 114, 55, 0.3) !important
}

.bg-almond-30,
.hover-bg-almond-30:hover {
  background-color: rgba(196, 134, 71, 0.3) !important
}

.bg-almond-light-30,
.hover-bg-almond-light-30:hover {
  background-color: rgba(220, 183, 146, 0.3) !important
}

.bg-almond-lighter-30,
.hover-bg-almond-lighter-30:hover {
  background-color: rgba(239, 222, 205, 0.3) !important
}

.bg-almond-lightest-30,
.hover-bg-almond-lightest-30:hover {
  background-color: rgba(249, 240, 232, 0.3) !important
}

.bg-slategray-darkest-30,
.hover-bg-slategray-darkest-30:hover {
  background-color: rgba(5, 25, 45, 0.3) !important
}

.bg-slategray-darker-30,
.hover-bg-slategray-darker-30:hover {
  background-color: rgba(16, 44, 69, 0.3) !important
}

.bg-slategray-dark-30,
.hover-bg-slategray-dark-30:hover {
  background-color: rgba(47, 80, 112, 0.3) !important
}

.bg-slategray-30,
.hover-bg-slategray-30:hover {
  background-color: rgba(81, 116, 149, 0.3) !important
}

.bg-slategray-light-30,
.hover-bg-slategray-light-30:hover {
  background-color: rgba(150, 177, 203, 0.3) !important
}

.bg-slategray-lighter-30,
.hover-bg-slategray-lighter-30:hover {
  background-color: rgba(208, 220, 231, 0.3) !important
}

.bg-slategray-lightest-30,
.hover-bg-slategray-lightest-30:hover {
  background-color: rgba(242, 245, 247, 0.3) !important
}

.bg-gray-darkest-30,
.hover-bg-gray-darkest-30:hover {
  background-color: rgba(54, 69, 79, 0.3) !important
}

.bg-gray-darker-30,
.hover-bg-gray-darker-30:hover {
  background-color: rgba(70, 89, 102, 0.3) !important
}

.bg-gray-dark-30,
.hover-bg-gray-dark-30:hover {
  background-color: rgba(86, 110, 126, 0.3) !important
}

.bg-gray-30,
.hover-bg-gray-30:hover {
  background-color: rgba(102, 130, 149, 0.3) !important
}

.bg-gray-light-30,
.hover-bg-gray-light-30:hover {
  background-color: rgba(183, 196, 205, 0.3) !important
}

.bg-gray-lighter-30,
.hover-bg-gray-lighter-30:hover {
  background-color: rgba(228, 232, 235, 0.3) !important
}

.bg-gray-lightest-30,
.hover-bg-gray-lightest-30:hover {
  background-color: rgba(238, 241, 245, 0.3) !important
}

.bg-black-40,
.hover-bg-black-40:hover {
  background-color: rgba(0, 0, 0, 0.4) !important
}

.bg-white-40,
.hover-bg-white-40:hover {
  background-color: rgba(255, 255, 255, 0.4) !important
}

.bg-blue-darkest-40,
.hover-bg-blue-darkest-40:hover {
  background-color: rgba(2, 48, 93, 0.4) !important
}

.bg-blue-darker-40,
.hover-bg-blue-darker-40:hover {
  background-color: rgba(26, 93, 158, 0.4) !important
}

.bg-blue-dark-40,
.hover-bg-blue-dark-40:hover {
  background-color: rgba(23, 115, 206, 0.4) !important
}

.bg-blue-40,
.hover-bg-blue-40:hover {
  background-color: rgba(64, 158, 255, 0.4) !important
}

.bg-blue-light-40,
.hover-bg-blue-light-40:hover {
  background-color: rgba(101, 178, 255, 0.4) !important
}

.bg-blue-lighter-40,
.hover-bg-blue-lighter-40:hover {
  background-color: rgba(179, 217, 255, 0.4) !important
}

.bg-blue-lightest-40,
.hover-bg-blue-lightest-40:hover {
  background-color: rgba(236, 245, 255, 0.4) !important
}

.bg-indigo-darkest-40,
.hover-bg-indigo-darkest-40:hover {
  background-color: rgba(39, 32, 117, 0.4) !important
}

.bg-indigo-darker-40,
.hover-bg-indigo-darker-40:hover {
  background-color: rgba(51, 42, 153, 0.4) !important
}

.bg-indigo-dark-40,
.hover-bg-indigo-dark-40:hover {
  background-color: rgba(63, 51, 189, 0.4) !important
}

.bg-indigo-40,
.hover-bg-indigo-40:hover {
  background-color: rgba(90, 79, 207, 0.4) !important
}

.bg-indigo-light-40,
.hover-bg-indigo-light-40:hover {
  background-color: rgba(131, 122, 230, 0.4) !important
}

.bg-indigo-lighter-40,
.hover-bg-indigo-lighter-40:hover {
  background-color: rgba(194, 189, 246, 0.4) !important
}

.bg-indigo-lightest-40,
.hover-bg-indigo-lightest-40:hover {
  background-color: rgba(240, 238, 255, 0.4) !important
}

.bg-purple-darkest-40,
.hover-bg-purple-darkest-40:hover {
  background-color: rgba(61, 6, 95, 0.4) !important
}

.bg-purple-darker-40,
.hover-bg-purple-darker-40:hover {
  background-color: rgba(96, 10, 151, 0.4) !important
}

.bg-purple-dark-40,
.hover-bg-purple-dark-40:hover {
  background-color: rgba(132, 13, 206, 0.4) !important
}

.bg-purple-40,
.hover-bg-purple-40:hover {
  background-color: rgba(170, 56, 242, 0.4) !important
}

.bg-purple-light-40,
.hover-bg-purple-light-40:hover {
  background-color: rgba(204, 136, 247, 0.4) !important
}

.bg-purple-lighter-40,
.hover-bg-purple-lighter-40:hover {
  background-color: rgba(233, 203, 252, 0.4) !important
}

.bg-purple-lightest-40,
.hover-bg-purple-lightest-40:hover {
  background-color: rgba(249, 240, 254, 0.4) !important
}

.bg-pink-darkest-40,
.hover-bg-pink-darkest-40:hover {
  background-color: rgba(88, 0, 32, 0.4) !important
}

.bg-pink-darker-40,
.hover-bg-pink-darker-40:hover {
  background-color: rgba(147, 0, 54, 0.4) !important
}

.bg-pink-dark-40,
.hover-bg-pink-dark-40:hover {
  background-color: rgba(201, 54, 108, 0.4) !important
}

.bg-pink-40,
.hover-bg-pink-40:hover {
  background-color: rgba(240, 101, 151, 0.4) !important
}

.bg-pink-light-40,
.hover-bg-pink-light-40:hover {
  background-color: rgba(245, 142, 180, 0.4) !important
}

.bg-pink-lighter-40,
.hover-bg-pink-lighter-40:hover {
  background-color: rgba(255, 205, 223, 0.4) !important
}

.bg-pink-lightest-40,
.hover-bg-pink-lightest-40:hover {
  background-color: rgba(255, 235, 242, 0.4) !important
}

.bg-red-darkest-40,
.hover-bg-red-darkest-40:hover {
  background-color: rgba(117, 14, 18, 0.4) !important
}

.bg-red-darker-40,
.hover-bg-red-darker-40:hover {
  background-color: rgba(169, 21, 26, 0.4) !important
}

.bg-red-dark-40,
.hover-bg-red-dark-40:hover {
  background-color: rgba(204, 25, 31, 0.4) !important
}

.bg-red-40,
.hover-bg-red-40:hover {
  background-color: rgba(231, 57, 63, 0.4) !important
}

.bg-red-light-40,
.hover-bg-red-light-40:hover {
  background-color: rgba(237, 109, 114, 0.4) !important
}

.bg-red-lighter-40,
.hover-bg-red-lighter-40:hover {
  background-color: rgba(248, 197, 199, 0.4) !important
}

.bg-red-lightest-40,
.hover-bg-red-lightest-40:hover {
  background-color: rgba(252, 232, 232, 0.4) !important
}

.bg-orange-darkest-40,
.hover-bg-orange-darkest-40:hover {
  background-color: rgba(133, 67, 0, 0.4) !important
}

.bg-orange-darker-40,
.hover-bg-orange-darker-40:hover {
  background-color: rgba(192, 96, 0, 0.4) !important
}

.bg-orange-dark-40,
.hover-bg-orange-dark-40:hover {
  background-color: rgba(231, 116, 0, 0.4) !important
}

.bg-orange-40,
.hover-bg-orange-40:hover {
  background-color: rgba(255, 135, 16, 0.4) !important
}

.bg-orange-light-40,
.hover-bg-orange-light-40:hover {
  background-color: rgba(255, 184, 114, 0.4) !important
}

.bg-orange-lighter-40,
.hover-bg-orange-lighter-40:hover {
  background-color: rgba(255, 224, 192, 0.4) !important
}

.bg-orange-lightest-40,
.hover-bg-orange-lightest-40:hover {
  background-color: rgba(255, 243, 231, 0.4) !important
}

.bg-yellow-darkest-40,
.hover-bg-yellow-darkest-40:hover {
  background-color: rgba(106, 85, 2, 0.4) !important
}

.bg-yellow-darker-40,
.hover-bg-yellow-darker-40:hover {
  background-color: rgba(183, 147, 3, 0.4) !important
}

.bg-yellow-dark-40,
.hover-bg-yellow-dark-40:hover {
  background-color: rgba(221, 177, 4, 0.4) !important
}

.bg-yellow-40,
.hover-bg-yellow-40:hover {
  background-color: rgba(250, 203, 14, 0.4) !important
}

.bg-yellow-light-40,
.hover-bg-yellow-light-40:hover {
  background-color: rgba(253, 228, 130, 0.4) !important
}

.bg-yellow-lighter-40,
.hover-bg-yellow-lighter-40:hover {
  background-color: rgba(254, 240, 188, 0.4) !important
}

.bg-yellow-lightest-40,
.hover-bg-yellow-lightest-40:hover {
  background-color: rgba(254, 247, 219, 0.4) !important
}

.bg-pear-darkest-40,
.hover-bg-pear-darkest-40:hover {
  background-color: rgba(79, 86, 12, 0.4) !important
}

.bg-pear-darker-40,
.hover-bg-pear-darker-40:hover {
  background-color: rgba(127, 138, 19, 0.4) !important
}

.bg-pear-dark-40,
.hover-bg-pear-dark-40:hover {
  background-color: rgba(158, 172, 24, 0.4) !important
}

.bg-pear-40,
.hover-bg-pear-40:hover {
  background-color: rgba(190, 207, 29, 0.4) !important
}

.bg-pear-light-40,
.hover-bg-pear-light-40:hover {
  background-color: rgba(221, 233, 101, 0.4) !important
}

.bg-pear-lighter-40,
.hover-bg-pear-lighter-40:hover {
  background-color: rgba(244, 248, 204, 0.4) !important
}

.bg-pear-lightest-40,
.hover-bg-pear-lightest-40:hover {
  background-color: rgba(251, 253, 238, 0.4) !important
}

.bg-green-darkest-40,
.hover-bg-green-darkest-40:hover {
  background-color: rgba(32, 97, 32, 0.4) !important
}

.bg-green-darker-40,
.hover-bg-green-darker-40:hover {
  background-color: rgba(47, 141, 47, 0.4) !important
}

.bg-green-dark-40,
.hover-bg-green-dark-40:hover {
  background-color: rgba(57, 171, 57, 0.4) !important
}

.bg-green-40,
.hover-bg-green-40:hover {
  background-color: rgba(73, 194, 73, 0.4) !important
}

.bg-green-light-40,
.hover-bg-green-light-40:hover {
  background-color: rgba(137, 224, 137, 0.4) !important
}

.bg-green-lighter-40,
.hover-bg-green-lighter-40:hover {
  background-color: rgba(220, 243, 220, 0.4) !important
}

.bg-green-lightest-40,
.hover-bg-green-lightest-40:hover {
  background-color: rgba(234, 248, 234, 0.4) !important
}

.bg-mint-darkest-40,
.hover-bg-mint-darkest-40:hover {
  background-color: rgba(19, 107, 68, 0.4) !important
}

.bg-mint-darker-40,
.hover-bg-mint-darker-40:hover {
  background-color: rgba(29, 165, 105, 0.4) !important
}

.bg-mint-dark-40,
.hover-bg-mint-dark-40:hover {
  background-color: rgba(35, 198, 126, 0.4) !important
}

.bg-mint-40,
.hover-bg-mint-40:hover {
  background-color: rgba(53, 219, 146, 0.4) !important
}

.bg-mint-light-40,
.hover-bg-mint-light-40:hover {
  background-color: rgba(137, 234, 191, 0.4) !important
}

.bg-mint-lighter-40,
.hover-bg-mint-lighter-40:hover {
  background-color: rgba(220, 249, 236, 0.4) !important
}

.bg-mint-lightest-40,
.hover-bg-mint-lightest-40:hover {
  background-color: rgba(242, 252, 247, 0.4) !important
}

.bg-teal-darkest-40,
.hover-bg-teal-darkest-40:hover {
  background-color: rgba(34, 89, 96, 0.4) !important
}

.bg-teal-darker-40,
.hover-bg-teal-darker-40:hover {
  background-color: rgba(45, 116, 125, 0.4) !important
}

.bg-teal-dark-40,
.hover-bg-teal-dark-40:hover {
  background-color: rgba(55, 142, 153, 0.4) !important
}

.bg-teal-40,
.hover-bg-teal-40:hover {
  background-color: rgba(66, 169, 182, 0.4) !important
}

.bg-teal-light-40,
.hover-bg-teal-light-40:hover {
  background-color: rgba(149, 209, 217, 0.4) !important
}

.bg-teal-lighter-40,
.hover-bg-teal-lighter-40:hover {
  background-color: rgba(221, 240, 243, 0.4) !important
}

.bg-teal-lightest-40,
.hover-bg-teal-lightest-40:hover {
  background-color: rgba(237, 249, 250, 0.4) !important
}

.bg-wine-darkest-40,
.hover-bg-wine-darkest-40:hover {
  background-color: rgba(72, 30, 35, 0.4) !important
}

.bg-wine-darker-40,
.hover-bg-wine-darker-40:hover {
  background-color: rgba(114, 47, 55, 0.4) !important
}

.bg-wine-dark-40,
.hover-bg-wine-dark-40:hover {
  background-color: rgba(142, 58, 68, 0.4) !important
}

.bg-wine-40,
.hover-bg-wine-40:hover {
  background-color: rgba(170, 70, 82, 0.4) !important
}

.bg-wine-light-40,
.hover-bg-wine-light-40:hover {
  background-color: rgba(210, 147, 154, 0.4) !important
}

.bg-wine-lighter-40,
.hover-bg-wine-lighter-40:hover {
  background-color: rgba(239, 216, 219, 0.4) !important
}

.bg-wine-lightest-40,
.hover-bg-wine-lightest-40:hover {
  background-color: rgba(250, 243, 244, 0.4) !important
}

.bg-brown-darkest-40,
.hover-bg-brown-darkest-40:hover {
  background-color: rgba(61, 47, 43, 0.4) !important
}

.bg-brown-darker-40,
.hover-bg-brown-darker-40:hover {
  background-color: rgba(84, 65, 59, 0.4) !important
}

.bg-brown-dark-40,
.hover-bg-brown-dark-40:hover {
  background-color: rgba(107, 83, 76, 0.4) !important
}

.bg-brown-40,
.hover-bg-brown-40:hover {
  background-color: rgba(141, 109, 100, 0.4) !important
}

.bg-brown-light-40,
.hover-bg-brown-light-40:hover {
  background-color: rgba(200, 183, 178, 0.4) !important
}

.bg-brown-lighter-40,
.hover-bg-brown-lighter-40:hover {
  background-color: rgba(233, 226, 224, 0.4) !important
}

.bg-brown-lightest-40,
.hover-bg-brown-lightest-40:hover {
  background-color: rgba(255, 249, 247, 0.4) !important
}

.bg-almond-darkest-40,
.hover-bg-almond-darkest-40:hover {
  background-color: rgba(99, 65, 32, 0.4) !important
}

.bg-almond-darker-40,
.hover-bg-almond-darker-40:hover {
  background-color: rgba(138, 91, 44, 0.4) !important
}

.bg-almond-dark-40,
.hover-bg-almond-dark-40:hover {
  background-color: rgba(173, 114, 55, 0.4) !important
}

.bg-almond-40,
.hover-bg-almond-40:hover {
  background-color: rgba(196, 134, 71, 0.4) !important
}

.bg-almond-light-40,
.hover-bg-almond-light-40:hover {
  background-color: rgba(220, 183, 146, 0.4) !important
}

.bg-almond-lighter-40,
.hover-bg-almond-lighter-40:hover {
  background-color: rgba(239, 222, 205, 0.4) !important
}

.bg-almond-lightest-40,
.hover-bg-almond-lightest-40:hover {
  background-color: rgba(249, 240, 232, 0.4) !important
}

.bg-slategray-darkest-40,
.hover-bg-slategray-darkest-40:hover {
  background-color: rgba(5, 25, 45, 0.4) !important
}

.bg-slategray-darker-40,
.hover-bg-slategray-darker-40:hover {
  background-color: rgba(16, 44, 69, 0.4) !important
}

.bg-slategray-dark-40,
.hover-bg-slategray-dark-40:hover {
  background-color: rgba(47, 80, 112, 0.4) !important
}

.bg-slategray-40,
.hover-bg-slategray-40:hover {
  background-color: rgba(81, 116, 149, 0.4) !important
}

.bg-slategray-light-40,
.hover-bg-slategray-light-40:hover {
  background-color: rgba(150, 177, 203, 0.4) !important
}

.bg-slategray-lighter-40,
.hover-bg-slategray-lighter-40:hover {
  background-color: rgba(208, 220, 231, 0.4) !important
}

.bg-slategray-lightest-40,
.hover-bg-slategray-lightest-40:hover {
  background-color: rgba(242, 245, 247, 0.4) !important
}

.bg-gray-darkest-40,
.hover-bg-gray-darkest-40:hover {
  background-color: rgba(54, 69, 79, 0.4) !important
}

.bg-gray-darker-40,
.hover-bg-gray-darker-40:hover {
  background-color: rgba(70, 89, 102, 0.4) !important
}

.bg-gray-dark-40,
.hover-bg-gray-dark-40:hover {
  background-color: rgba(86, 110, 126, 0.4) !important
}

.bg-gray-40,
.hover-bg-gray-40:hover {
  background-color: rgba(102, 130, 149, 0.4) !important
}

.bg-gray-light-40,
.hover-bg-gray-light-40:hover {
  background-color: rgba(183, 196, 205, 0.4) !important
}

.bg-gray-lighter-40,
.hover-bg-gray-lighter-40:hover {
  background-color: rgba(228, 232, 235, 0.4) !important
}

.bg-gray-lightest-40,
.hover-bg-gray-lightest-40:hover {
  background-color: rgba(238, 241, 245, 0.4) !important
}

.bg-black-50,
.hover-bg-black-50:hover {
  background-color: rgba(0, 0, 0, 0.5) !important
}

.bg-white-50,
.hover-bg-white-50:hover {
  background-color: rgba(255, 255, 255, 0.5) !important
}

.bg-blue-darkest-50,
.hover-bg-blue-darkest-50:hover {
  background-color: rgba(2, 48, 93, 0.5) !important
}

.bg-blue-darker-50,
.hover-bg-blue-darker-50:hover {
  background-color: rgba(26, 93, 158, 0.5) !important
}

.bg-blue-dark-50,
.hover-bg-blue-dark-50:hover {
  background-color: rgba(23, 115, 206, 0.5) !important
}

.bg-blue-50,
.hover-bg-blue-50:hover {
  background-color: rgba(64, 158, 255, 0.5) !important
}

.bg-blue-light-50,
.hover-bg-blue-light-50:hover {
  background-color: rgba(101, 178, 255, 0.5) !important
}

.bg-blue-lighter-50,
.hover-bg-blue-lighter-50:hover {
  background-color: rgba(179, 217, 255, 0.5) !important
}

.bg-blue-lightest-50,
.hover-bg-blue-lightest-50:hover {
  background-color: rgba(236, 245, 255, 0.5) !important
}

.bg-indigo-darkest-50,
.hover-bg-indigo-darkest-50:hover {
  background-color: rgba(39, 32, 117, 0.5) !important
}

.bg-indigo-darker-50,
.hover-bg-indigo-darker-50:hover {
  background-color: rgba(51, 42, 153, 0.5) !important
}

.bg-indigo-dark-50,
.hover-bg-indigo-dark-50:hover {
  background-color: rgba(63, 51, 189, 0.5) !important
}

.bg-indigo-50,
.hover-bg-indigo-50:hover {
  background-color: rgba(90, 79, 207, 0.5) !important
}

.bg-indigo-light-50,
.hover-bg-indigo-light-50:hover {
  background-color: rgba(131, 122, 230, 0.5) !important
}

.bg-indigo-lighter-50,
.hover-bg-indigo-lighter-50:hover {
  background-color: rgba(194, 189, 246, 0.5) !important
}

.bg-indigo-lightest-50,
.hover-bg-indigo-lightest-50:hover {
  background-color: rgba(240, 238, 255, 0.5) !important
}

.bg-purple-darkest-50,
.hover-bg-purple-darkest-50:hover {
  background-color: rgba(61, 6, 95, 0.5) !important
}

.bg-purple-darker-50,
.hover-bg-purple-darker-50:hover {
  background-color: rgba(96, 10, 151, 0.5) !important
}

.bg-purple-dark-50,
.hover-bg-purple-dark-50:hover {
  background-color: rgba(132, 13, 206, 0.5) !important
}

.bg-purple-50,
.hover-bg-purple-50:hover {
  background-color: rgba(170, 56, 242, 0.5) !important
}

.bg-purple-light-50,
.hover-bg-purple-light-50:hover {
  background-color: rgba(204, 136, 247, 0.5) !important
}

.bg-purple-lighter-50,
.hover-bg-purple-lighter-50:hover {
  background-color: rgba(233, 203, 252, 0.5) !important
}

.bg-purple-lightest-50,
.hover-bg-purple-lightest-50:hover {
  background-color: rgba(249, 240, 254, 0.5) !important
}

.bg-pink-darkest-50,
.hover-bg-pink-darkest-50:hover {
  background-color: rgba(88, 0, 32, 0.5) !important
}

.bg-pink-darker-50,
.hover-bg-pink-darker-50:hover {
  background-color: rgba(147, 0, 54, 0.5) !important
}

.bg-pink-dark-50,
.hover-bg-pink-dark-50:hover {
  background-color: rgba(201, 54, 108, 0.5) !important
}

.bg-pink-50,
.hover-bg-pink-50:hover {
  background-color: rgba(240, 101, 151, 0.5) !important
}

.bg-pink-light-50,
.hover-bg-pink-light-50:hover {
  background-color: rgba(245, 142, 180, 0.5) !important
}

.bg-pink-lighter-50,
.hover-bg-pink-lighter-50:hover {
  background-color: rgba(255, 205, 223, 0.5) !important
}

.bg-pink-lightest-50,
.hover-bg-pink-lightest-50:hover {
  background-color: rgba(255, 235, 242, 0.5) !important
}

.bg-red-darkest-50,
.hover-bg-red-darkest-50:hover {
  background-color: rgba(117, 14, 18, 0.5) !important
}

.bg-red-darker-50,
.hover-bg-red-darker-50:hover {
  background-color: rgba(169, 21, 26, 0.5) !important
}

.bg-red-dark-50,
.hover-bg-red-dark-50:hover {
  background-color: rgba(204, 25, 31, 0.5) !important
}

.bg-red-50,
.hover-bg-red-50:hover {
  background-color: rgba(231, 57, 63, 0.5) !important
}

.bg-red-light-50,
.hover-bg-red-light-50:hover {
  background-color: rgba(237, 109, 114, 0.5) !important
}

.bg-red-lighter-50,
.hover-bg-red-lighter-50:hover {
  background-color: rgba(248, 197, 199, 0.5) !important
}

.bg-red-lightest-50,
.hover-bg-red-lightest-50:hover {
  background-color: rgba(252, 232, 232, 0.5) !important
}

.bg-orange-darkest-50,
.hover-bg-orange-darkest-50:hover {
  background-color: rgba(133, 67, 0, 0.5) !important
}

.bg-orange-darker-50,
.hover-bg-orange-darker-50:hover {
  background-color: rgba(192, 96, 0, 0.5) !important
}

.bg-orange-dark-50,
.hover-bg-orange-dark-50:hover {
  background-color: rgba(231, 116, 0, 0.5) !important
}

.bg-orange-50,
.hover-bg-orange-50:hover {
  background-color: rgba(255, 135, 16, 0.5) !important
}

.bg-orange-light-50,
.hover-bg-orange-light-50:hover {
  background-color: rgba(255, 184, 114, 0.5) !important
}

.bg-orange-lighter-50,
.hover-bg-orange-lighter-50:hover {
  background-color: rgba(255, 224, 192, 0.5) !important
}

.bg-orange-lightest-50,
.hover-bg-orange-lightest-50:hover {
  background-color: rgba(255, 243, 231, 0.5) !important
}

.bg-yellow-darkest-50,
.hover-bg-yellow-darkest-50:hover {
  background-color: rgba(106, 85, 2, 0.5) !important
}

.bg-yellow-darker-50,
.hover-bg-yellow-darker-50:hover {
  background-color: rgba(183, 147, 3, 0.5) !important
}

.bg-yellow-dark-50,
.hover-bg-yellow-dark-50:hover {
  background-color: rgba(221, 177, 4, 0.5) !important
}

.bg-yellow-50,
.hover-bg-yellow-50:hover {
  background-color: rgba(250, 203, 14, 0.5) !important
}

.bg-yellow-light-50,
.hover-bg-yellow-light-50:hover {
  background-color: rgba(253, 228, 130, 0.5) !important
}

.bg-yellow-lighter-50,
.hover-bg-yellow-lighter-50:hover {
  background-color: rgba(254, 240, 188, 0.5) !important
}

.bg-yellow-lightest-50,
.hover-bg-yellow-lightest-50:hover {
  background-color: rgba(254, 247, 219, 0.5) !important
}

.bg-pear-darkest-50,
.hover-bg-pear-darkest-50:hover {
  background-color: rgba(79, 86, 12, 0.5) !important
}

.bg-pear-darker-50,
.hover-bg-pear-darker-50:hover {
  background-color: rgba(127, 138, 19, 0.5) !important
}

.bg-pear-dark-50,
.hover-bg-pear-dark-50:hover {
  background-color: rgba(158, 172, 24, 0.5) !important
}

.bg-pear-50,
.hover-bg-pear-50:hover {
  background-color: rgba(190, 207, 29, 0.5) !important
}

.bg-pear-light-50,
.hover-bg-pear-light-50:hover {
  background-color: rgba(221, 233, 101, 0.5) !important
}

.bg-pear-lighter-50,
.hover-bg-pear-lighter-50:hover {
  background-color: rgba(244, 248, 204, 0.5) !important
}

.bg-pear-lightest-50,
.hover-bg-pear-lightest-50:hover {
  background-color: rgba(251, 253, 238, 0.5) !important
}

.bg-green-darkest-50,
.hover-bg-green-darkest-50:hover {
  background-color: rgba(32, 97, 32, 0.5) !important
}

.bg-green-darker-50,
.hover-bg-green-darker-50:hover {
  background-color: rgba(47, 141, 47, 0.5) !important
}

.bg-green-dark-50,
.hover-bg-green-dark-50:hover {
  background-color: rgba(57, 171, 57, 0.5) !important
}

.bg-green-50,
.hover-bg-green-50:hover {
  background-color: rgba(73, 194, 73, 0.5) !important
}

.bg-green-light-50,
.hover-bg-green-light-50:hover {
  background-color: rgba(137, 224, 137, 0.5) !important
}

.bg-green-lighter-50,
.hover-bg-green-lighter-50:hover {
  background-color: rgba(220, 243, 220, 0.5) !important
}

.bg-green-lightest-50,
.hover-bg-green-lightest-50:hover {
  background-color: rgba(234, 248, 234, 0.5) !important
}

.bg-mint-darkest-50,
.hover-bg-mint-darkest-50:hover {
  background-color: rgba(19, 107, 68, 0.5) !important
}

.bg-mint-darker-50,
.hover-bg-mint-darker-50:hover {
  background-color: rgba(29, 165, 105, 0.5) !important
}

.bg-mint-dark-50,
.hover-bg-mint-dark-50:hover {
  background-color: rgba(35, 198, 126, 0.5) !important
}

.bg-mint-50,
.hover-bg-mint-50:hover {
  background-color: rgba(53, 219, 146, 0.5) !important
}

.bg-mint-light-50,
.hover-bg-mint-light-50:hover {
  background-color: rgba(137, 234, 191, 0.5) !important
}

.bg-mint-lighter-50,
.hover-bg-mint-lighter-50:hover {
  background-color: rgba(220, 249, 236, 0.5) !important
}

.bg-mint-lightest-50,
.hover-bg-mint-lightest-50:hover {
  background-color: rgba(242, 252, 247, 0.5) !important
}

.bg-teal-darkest-50,
.hover-bg-teal-darkest-50:hover {
  background-color: rgba(34, 89, 96, 0.5) !important
}

.bg-teal-darker-50,
.hover-bg-teal-darker-50:hover {
  background-color: rgba(45, 116, 125, 0.5) !important
}

.bg-teal-dark-50,
.hover-bg-teal-dark-50:hover {
  background-color: rgba(55, 142, 153, 0.5) !important
}

.bg-teal-50,
.hover-bg-teal-50:hover {
  background-color: rgba(66, 169, 182, 0.5) !important
}

.bg-teal-light-50,
.hover-bg-teal-light-50:hover {
  background-color: rgba(149, 209, 217, 0.5) !important
}

.bg-teal-lighter-50,
.hover-bg-teal-lighter-50:hover {
  background-color: rgba(221, 240, 243, 0.5) !important
}

.bg-teal-lightest-50,
.hover-bg-teal-lightest-50:hover {
  background-color: rgba(237, 249, 250, 0.5) !important
}

.bg-wine-darkest-50,
.hover-bg-wine-darkest-50:hover {
  background-color: rgba(72, 30, 35, 0.5) !important
}

.bg-wine-darker-50,
.hover-bg-wine-darker-50:hover {
  background-color: rgba(114, 47, 55, 0.5) !important
}

.bg-wine-dark-50,
.hover-bg-wine-dark-50:hover {
  background-color: rgba(142, 58, 68, 0.5) !important
}

.bg-wine-50,
.hover-bg-wine-50:hover {
  background-color: rgba(170, 70, 82, 0.5) !important
}

.bg-wine-light-50,
.hover-bg-wine-light-50:hover {
  background-color: rgba(210, 147, 154, 0.5) !important
}

.bg-wine-lighter-50,
.hover-bg-wine-lighter-50:hover {
  background-color: rgba(239, 216, 219, 0.5) !important
}

.bg-wine-lightest-50,
.hover-bg-wine-lightest-50:hover {
  background-color: rgba(250, 243, 244, 0.5) !important
}

.bg-brown-darkest-50,
.hover-bg-brown-darkest-50:hover {
  background-color: rgba(61, 47, 43, 0.5) !important
}

.bg-brown-darker-50,
.hover-bg-brown-darker-50:hover {
  background-color: rgba(84, 65, 59, 0.5) !important
}

.bg-brown-dark-50,
.hover-bg-brown-dark-50:hover {
  background-color: rgba(107, 83, 76, 0.5) !important
}

.bg-brown-50,
.hover-bg-brown-50:hover {
  background-color: rgba(141, 109, 100, 0.5) !important
}

.bg-brown-light-50,
.hover-bg-brown-light-50:hover {
  background-color: rgba(200, 183, 178, 0.5) !important
}

.bg-brown-lighter-50,
.hover-bg-brown-lighter-50:hover {
  background-color: rgba(233, 226, 224, 0.5) !important
}

.bg-brown-lightest-50,
.hover-bg-brown-lightest-50:hover {
  background-color: rgba(255, 249, 247, 0.5) !important
}

.bg-almond-darkest-50,
.hover-bg-almond-darkest-50:hover {
  background-color: rgba(99, 65, 32, 0.5) !important
}

.bg-almond-darker-50,
.hover-bg-almond-darker-50:hover {
  background-color: rgba(138, 91, 44, 0.5) !important
}

.bg-almond-dark-50,
.hover-bg-almond-dark-50:hover {
  background-color: rgba(173, 114, 55, 0.5) !important
}

.bg-almond-50,
.hover-bg-almond-50:hover {
  background-color: rgba(196, 134, 71, 0.5) !important
}

.bg-almond-light-50,
.hover-bg-almond-light-50:hover {
  background-color: rgba(220, 183, 146, 0.5) !important
}

.bg-almond-lighter-50,
.hover-bg-almond-lighter-50:hover {
  background-color: rgba(239, 222, 205, 0.5) !important
}

.bg-almond-lightest-50,
.hover-bg-almond-lightest-50:hover {
  background-color: rgba(249, 240, 232, 0.5) !important
}

.bg-slategray-darkest-50,
.hover-bg-slategray-darkest-50:hover {
  background-color: rgba(5, 25, 45, 0.5) !important
}

.bg-slategray-darker-50,
.hover-bg-slategray-darker-50:hover {
  background-color: rgba(16, 44, 69, 0.5) !important
}

.bg-slategray-dark-50,
.hover-bg-slategray-dark-50:hover {
  background-color: rgba(47, 80, 112, 0.5) !important
}

.bg-slategray-50,
.hover-bg-slategray-50:hover {
  background-color: rgba(81, 116, 149, 0.5) !important
}

.bg-slategray-light-50,
.hover-bg-slategray-light-50:hover {
  background-color: rgba(150, 177, 203, 0.5) !important
}

.bg-slategray-lighter-50,
.hover-bg-slategray-lighter-50:hover {
  background-color: rgba(208, 220, 231, 0.5) !important
}

.bg-slategray-lightest-50,
.hover-bg-slategray-lightest-50:hover {
  background-color: rgba(242, 245, 247, 0.5) !important
}

.bg-gray-darkest-50,
.hover-bg-gray-darkest-50:hover {
  background-color: rgba(54, 69, 79, 0.5) !important
}

.bg-gray-darker-50,
.hover-bg-gray-darker-50:hover {
  background-color: rgba(70, 89, 102, 0.5) !important
}

.bg-gray-dark-50,
.hover-bg-gray-dark-50:hover {
  background-color: rgba(86, 110, 126, 0.5) !important
}

.bg-gray-50,
.hover-bg-gray-50:hover {
  background-color: rgba(102, 130, 149, 0.5) !important
}

.bg-gray-light-50,
.hover-bg-gray-light-50:hover {
  background-color: rgba(183, 196, 205, 0.5) !important
}

.bg-gray-lighter-50,
.hover-bg-gray-lighter-50:hover {
  background-color: rgba(228, 232, 235, 0.5) !important
}

.bg-gray-lightest-50,
.hover-bg-gray-lightest-50:hover {
  background-color: rgba(238, 241, 245, 0.5) !important
}

.bg-black-60,
.hover-bg-black-60:hover {
  background-color: rgba(0, 0, 0, 0.6) !important
}

.bg-white-60,
.hover-bg-white-60:hover {
  background-color: rgba(255, 255, 255, 0.6) !important
}

.bg-blue-darkest-60,
.hover-bg-blue-darkest-60:hover {
  background-color: rgba(2, 48, 93, 0.6) !important
}

.bg-blue-darker-60,
.hover-bg-blue-darker-60:hover {
  background-color: rgba(26, 93, 158, 0.6) !important
}

.bg-blue-dark-60,
.hover-bg-blue-dark-60:hover {
  background-color: rgba(23, 115, 206, 0.6) !important
}

.bg-blue-60,
.hover-bg-blue-60:hover {
  background-color: rgba(64, 158, 255, 0.6) !important
}

.bg-blue-light-60,
.hover-bg-blue-light-60:hover {
  background-color: rgba(101, 178, 255, 0.6) !important
}

.bg-blue-lighter-60,
.hover-bg-blue-lighter-60:hover {
  background-color: rgba(179, 217, 255, 0.6) !important
}

.bg-blue-lightest-60,
.hover-bg-blue-lightest-60:hover {
  background-color: rgba(236, 245, 255, 0.6) !important
}

.bg-indigo-darkest-60,
.hover-bg-indigo-darkest-60:hover {
  background-color: rgba(39, 32, 117, 0.6) !important
}

.bg-indigo-darker-60,
.hover-bg-indigo-darker-60:hover {
  background-color: rgba(51, 42, 153, 0.6) !important
}

.bg-indigo-dark-60,
.hover-bg-indigo-dark-60:hover {
  background-color: rgba(63, 51, 189, 0.6) !important
}

.bg-indigo-60,
.hover-bg-indigo-60:hover {
  background-color: rgba(90, 79, 207, 0.6) !important
}

.bg-indigo-light-60,
.hover-bg-indigo-light-60:hover {
  background-color: rgba(131, 122, 230, 0.6) !important
}

.bg-indigo-lighter-60,
.hover-bg-indigo-lighter-60:hover {
  background-color: rgba(194, 189, 246, 0.6) !important
}

.bg-indigo-lightest-60,
.hover-bg-indigo-lightest-60:hover {
  background-color: rgba(240, 238, 255, 0.6) !important
}

.bg-purple-darkest-60,
.hover-bg-purple-darkest-60:hover {
  background-color: rgba(61, 6, 95, 0.6) !important
}

.bg-purple-darker-60,
.hover-bg-purple-darker-60:hover {
  background-color: rgba(96, 10, 151, 0.6) !important
}

.bg-purple-dark-60,
.hover-bg-purple-dark-60:hover {
  background-color: rgba(132, 13, 206, 0.6) !important
}

.bg-purple-60,
.hover-bg-purple-60:hover {
  background-color: rgba(170, 56, 242, 0.6) !important
}

.bg-purple-light-60,
.hover-bg-purple-light-60:hover {
  background-color: rgba(204, 136, 247, 0.6) !important
}

.bg-purple-lighter-60,
.hover-bg-purple-lighter-60:hover {
  background-color: rgba(233, 203, 252, 0.6) !important
}

.bg-purple-lightest-60,
.hover-bg-purple-lightest-60:hover {
  background-color: rgba(249, 240, 254, 0.6) !important
}

.bg-pink-darkest-60,
.hover-bg-pink-darkest-60:hover {
  background-color: rgba(88, 0, 32, 0.6) !important
}

.bg-pink-darker-60,
.hover-bg-pink-darker-60:hover {
  background-color: rgba(147, 0, 54, 0.6) !important
}

.bg-pink-dark-60,
.hover-bg-pink-dark-60:hover {
  background-color: rgba(201, 54, 108, 0.6) !important
}

.bg-pink-60,
.hover-bg-pink-60:hover {
  background-color: rgba(240, 101, 151, 0.6) !important
}

.bg-pink-light-60,
.hover-bg-pink-light-60:hover {
  background-color: rgba(245, 142, 180, 0.6) !important
}

.bg-pink-lighter-60,
.hover-bg-pink-lighter-60:hover {
  background-color: rgba(255, 205, 223, 0.6) !important
}

.bg-pink-lightest-60,
.hover-bg-pink-lightest-60:hover {
  background-color: rgba(255, 235, 242, 0.6) !important
}

.bg-red-darkest-60,
.hover-bg-red-darkest-60:hover {
  background-color: rgba(117, 14, 18, 0.6) !important
}

.bg-red-darker-60,
.hover-bg-red-darker-60:hover {
  background-color: rgba(169, 21, 26, 0.6) !important
}

.bg-red-dark-60,
.hover-bg-red-dark-60:hover {
  background-color: rgba(204, 25, 31, 0.6) !important
}

.bg-red-60,
.hover-bg-red-60:hover {
  background-color: rgba(231, 57, 63, 0.6) !important
}

.bg-red-light-60,
.hover-bg-red-light-60:hover {
  background-color: rgba(237, 109, 114, 0.6) !important
}

.bg-red-lighter-60,
.hover-bg-red-lighter-60:hover {
  background-color: rgba(248, 197, 199, 0.6) !important
}

.bg-red-lightest-60,
.hover-bg-red-lightest-60:hover {
  background-color: rgba(252, 232, 232, 0.6) !important
}

.bg-orange-darkest-60,
.hover-bg-orange-darkest-60:hover {
  background-color: rgba(133, 67, 0, 0.6) !important
}

.bg-orange-darker-60,
.hover-bg-orange-darker-60:hover {
  background-color: rgba(192, 96, 0, 0.6) !important
}

.bg-orange-dark-60,
.hover-bg-orange-dark-60:hover {
  background-color: rgba(231, 116, 0, 0.6) !important
}

.bg-orange-60,
.hover-bg-orange-60:hover {
  background-color: rgba(255, 135, 16, 0.6) !important
}

.bg-orange-light-60,
.hover-bg-orange-light-60:hover {
  background-color: rgba(255, 184, 114, 0.6) !important
}

.bg-orange-lighter-60,
.hover-bg-orange-lighter-60:hover {
  background-color: rgba(255, 224, 192, 0.6) !important
}

.bg-orange-lightest-60,
.hover-bg-orange-lightest-60:hover {
  background-color: rgba(255, 243, 231, 0.6) !important
}

.bg-yellow-darkest-60,
.hover-bg-yellow-darkest-60:hover {
  background-color: rgba(106, 85, 2, 0.6) !important
}

.bg-yellow-darker-60,
.hover-bg-yellow-darker-60:hover {
  background-color: rgba(183, 147, 3, 0.6) !important
}

.bg-yellow-dark-60,
.hover-bg-yellow-dark-60:hover {
  background-color: rgba(221, 177, 4, 0.6) !important
}

.bg-yellow-60,
.hover-bg-yellow-60:hover {
  background-color: rgba(250, 203, 14, 0.6) !important
}

.bg-yellow-light-60,
.hover-bg-yellow-light-60:hover {
  background-color: rgba(253, 228, 130, 0.6) !important
}

.bg-yellow-lighter-60,
.hover-bg-yellow-lighter-60:hover {
  background-color: rgba(254, 240, 188, 0.6) !important
}

.bg-yellow-lightest-60,
.hover-bg-yellow-lightest-60:hover {
  background-color: rgba(254, 247, 219, 0.6) !important
}

.bg-pear-darkest-60,
.hover-bg-pear-darkest-60:hover {
  background-color: rgba(79, 86, 12, 0.6) !important
}

.bg-pear-darker-60,
.hover-bg-pear-darker-60:hover {
  background-color: rgba(127, 138, 19, 0.6) !important
}

.bg-pear-dark-60,
.hover-bg-pear-dark-60:hover {
  background-color: rgba(158, 172, 24, 0.6) !important
}

.bg-pear-60,
.hover-bg-pear-60:hover {
  background-color: rgba(190, 207, 29, 0.6) !important
}

.bg-pear-light-60,
.hover-bg-pear-light-60:hover {
  background-color: rgba(221, 233, 101, 0.6) !important
}

.bg-pear-lighter-60,
.hover-bg-pear-lighter-60:hover {
  background-color: rgba(244, 248, 204, 0.6) !important
}

.bg-pear-lightest-60,
.hover-bg-pear-lightest-60:hover {
  background-color: rgba(251, 253, 238, 0.6) !important
}

.bg-green-darkest-60,
.hover-bg-green-darkest-60:hover {
  background-color: rgba(32, 97, 32, 0.6) !important
}

.bg-green-darker-60,
.hover-bg-green-darker-60:hover {
  background-color: rgba(47, 141, 47, 0.6) !important
}

.bg-green-dark-60,
.hover-bg-green-dark-60:hover {
  background-color: rgba(57, 171, 57, 0.6) !important
}

.bg-green-60,
.hover-bg-green-60:hover {
  background-color: rgba(73, 194, 73, 0.6) !important
}

.bg-green-light-60,
.hover-bg-green-light-60:hover {
  background-color: rgba(137, 224, 137, 0.6) !important
}

.bg-green-lighter-60,
.hover-bg-green-lighter-60:hover {
  background-color: rgba(220, 243, 220, 0.6) !important
}

.bg-green-lightest-60,
.hover-bg-green-lightest-60:hover {
  background-color: rgba(234, 248, 234, 0.6) !important
}

.bg-mint-darkest-60,
.hover-bg-mint-darkest-60:hover {
  background-color: rgba(19, 107, 68, 0.6) !important
}

.bg-mint-darker-60,
.hover-bg-mint-darker-60:hover {
  background-color: rgba(29, 165, 105, 0.6) !important
}

.bg-mint-dark-60,
.hover-bg-mint-dark-60:hover {
  background-color: rgba(35, 198, 126, 0.6) !important
}

.bg-mint-60,
.hover-bg-mint-60:hover {
  background-color: rgba(53, 219, 146, 0.6) !important
}

.bg-mint-light-60,
.hover-bg-mint-light-60:hover {
  background-color: rgba(137, 234, 191, 0.6) !important
}

.bg-mint-lighter-60,
.hover-bg-mint-lighter-60:hover {
  background-color: rgba(220, 249, 236, 0.6) !important
}

.bg-mint-lightest-60,
.hover-bg-mint-lightest-60:hover {
  background-color: rgba(242, 252, 247, 0.6) !important
}

.bg-teal-darkest-60,
.hover-bg-teal-darkest-60:hover {
  background-color: rgba(34, 89, 96, 0.6) !important
}

.bg-teal-darker-60,
.hover-bg-teal-darker-60:hover {
  background-color: rgba(45, 116, 125, 0.6) !important
}

.bg-teal-dark-60,
.hover-bg-teal-dark-60:hover {
  background-color: rgba(55, 142, 153, 0.6) !important
}

.bg-teal-60,
.hover-bg-teal-60:hover {
  background-color: rgba(66, 169, 182, 0.6) !important
}

.bg-teal-light-60,
.hover-bg-teal-light-60:hover {
  background-color: rgba(149, 209, 217, 0.6) !important
}

.bg-teal-lighter-60,
.hover-bg-teal-lighter-60:hover {
  background-color: rgba(221, 240, 243, 0.6) !important
}

.bg-teal-lightest-60,
.hover-bg-teal-lightest-60:hover {
  background-color: rgba(237, 249, 250, 0.6) !important
}

.bg-wine-darkest-60,
.hover-bg-wine-darkest-60:hover {
  background-color: rgba(72, 30, 35, 0.6) !important
}

.bg-wine-darker-60,
.hover-bg-wine-darker-60:hover {
  background-color: rgba(114, 47, 55, 0.6) !important
}

.bg-wine-dark-60,
.hover-bg-wine-dark-60:hover {
  background-color: rgba(142, 58, 68, 0.6) !important
}

.bg-wine-60,
.hover-bg-wine-60:hover {
  background-color: rgba(170, 70, 82, 0.6) !important
}

.bg-wine-light-60,
.hover-bg-wine-light-60:hover {
  background-color: rgba(210, 147, 154, 0.6) !important
}

.bg-wine-lighter-60,
.hover-bg-wine-lighter-60:hover {
  background-color: rgba(239, 216, 219, 0.6) !important
}

.bg-wine-lightest-60,
.hover-bg-wine-lightest-60:hover {
  background-color: rgba(250, 243, 244, 0.6) !important
}

.bg-brown-darkest-60,
.hover-bg-brown-darkest-60:hover {
  background-color: rgba(61, 47, 43, 0.6) !important
}

.bg-brown-darker-60,
.hover-bg-brown-darker-60:hover {
  background-color: rgba(84, 65, 59, 0.6) !important
}

.bg-brown-dark-60,
.hover-bg-brown-dark-60:hover {
  background-color: rgba(107, 83, 76, 0.6) !important
}

.bg-brown-60,
.hover-bg-brown-60:hover {
  background-color: rgba(141, 109, 100, 0.6) !important
}

.bg-brown-light-60,
.hover-bg-brown-light-60:hover {
  background-color: rgba(200, 183, 178, 0.6) !important
}

.bg-brown-lighter-60,
.hover-bg-brown-lighter-60:hover {
  background-color: rgba(233, 226, 224, 0.6) !important
}

.bg-brown-lightest-60,
.hover-bg-brown-lightest-60:hover {
  background-color: rgba(255, 249, 247, 0.6) !important
}

.bg-almond-darkest-60,
.hover-bg-almond-darkest-60:hover {
  background-color: rgba(99, 65, 32, 0.6) !important
}

.bg-almond-darker-60,
.hover-bg-almond-darker-60:hover {
  background-color: rgba(138, 91, 44, 0.6) !important
}

.bg-almond-dark-60,
.hover-bg-almond-dark-60:hover {
  background-color: rgba(173, 114, 55, 0.6) !important
}

.bg-almond-60,
.hover-bg-almond-60:hover {
  background-color: rgba(196, 134, 71, 0.6) !important
}

.bg-almond-light-60,
.hover-bg-almond-light-60:hover {
  background-color: rgba(220, 183, 146, 0.6) !important
}

.bg-almond-lighter-60,
.hover-bg-almond-lighter-60:hover {
  background-color: rgba(239, 222, 205, 0.6) !important
}

.bg-almond-lightest-60,
.hover-bg-almond-lightest-60:hover {
  background-color: rgba(249, 240, 232, 0.6) !important
}

.bg-slategray-darkest-60,
.hover-bg-slategray-darkest-60:hover {
  background-color: rgba(5, 25, 45, 0.6) !important
}

.bg-slategray-darker-60,
.hover-bg-slategray-darker-60:hover {
  background-color: rgba(16, 44, 69, 0.6) !important
}

.bg-slategray-dark-60,
.hover-bg-slategray-dark-60:hover {
  background-color: rgba(47, 80, 112, 0.6) !important
}

.bg-slategray-60,
.hover-bg-slategray-60:hover {
  background-color: rgba(81, 116, 149, 0.6) !important
}

.bg-slategray-light-60,
.hover-bg-slategray-light-60:hover {
  background-color: rgba(150, 177, 203, 0.6) !important
}

.bg-slategray-lighter-60,
.hover-bg-slategray-lighter-60:hover {
  background-color: rgba(208, 220, 231, 0.6) !important
}

.bg-slategray-lightest-60,
.hover-bg-slategray-lightest-60:hover {
  background-color: rgba(242, 245, 247, 0.6) !important
}

.bg-gray-darkest-60,
.hover-bg-gray-darkest-60:hover {
  background-color: rgba(54, 69, 79, 0.6) !important
}

.bg-gray-darker-60,
.hover-bg-gray-darker-60:hover {
  background-color: rgba(70, 89, 102, 0.6) !important
}

.bg-gray-dark-60,
.hover-bg-gray-dark-60:hover {
  background-color: rgba(86, 110, 126, 0.6) !important
}

.bg-gray-60,
.hover-bg-gray-60:hover {
  background-color: rgba(102, 130, 149, 0.6) !important
}

.bg-gray-light-60,
.hover-bg-gray-light-60:hover {
  background-color: rgba(183, 196, 205, 0.6) !important
}

.bg-gray-lighter-60,
.hover-bg-gray-lighter-60:hover {
  background-color: rgba(228, 232, 235, 0.6) !important
}

.bg-gray-lightest-60,
.hover-bg-gray-lightest-60:hover {
  background-color: rgba(238, 241, 245, 0.6) !important
}

.bg-black-70,
.hover-bg-black-70:hover {
  background-color: rgba(0, 0, 0, 0.7) !important
}

.bg-white-70,
.hover-bg-white-70:hover {
  background-color: rgba(255, 255, 255, 0.7) !important
}

.bg-blue-darkest-70,
.hover-bg-blue-darkest-70:hover {
  background-color: rgba(2, 48, 93, 0.7) !important
}

.bg-blue-darker-70,
.hover-bg-blue-darker-70:hover {
  background-color: rgba(26, 93, 158, 0.7) !important
}

.bg-blue-dark-70,
.hover-bg-blue-dark-70:hover {
  background-color: rgba(23, 115, 206, 0.7) !important
}

.bg-blue-70,
.hover-bg-blue-70:hover {
  background-color: rgba(64, 158, 255, 0.7) !important
}

.bg-blue-light-70,
.hover-bg-blue-light-70:hover {
  background-color: rgba(101, 178, 255, 0.7) !important
}

.bg-blue-lighter-70,
.hover-bg-blue-lighter-70:hover {
  background-color: rgba(179, 217, 255, 0.7) !important
}

.bg-blue-lightest-70,
.hover-bg-blue-lightest-70:hover {
  background-color: rgba(236, 245, 255, 0.7) !important
}

.bg-indigo-darkest-70,
.hover-bg-indigo-darkest-70:hover {
  background-color: rgba(39, 32, 117, 0.7) !important
}

.bg-indigo-darker-70,
.hover-bg-indigo-darker-70:hover {
  background-color: rgba(51, 42, 153, 0.7) !important
}

.bg-indigo-dark-70,
.hover-bg-indigo-dark-70:hover {
  background-color: rgba(63, 51, 189, 0.7) !important
}

.bg-indigo-70,
.hover-bg-indigo-70:hover {
  background-color: rgba(90, 79, 207, 0.7) !important
}

.bg-indigo-light-70,
.hover-bg-indigo-light-70:hover {
  background-color: rgba(131, 122, 230, 0.7) !important
}

.bg-indigo-lighter-70,
.hover-bg-indigo-lighter-70:hover {
  background-color: rgba(194, 189, 246, 0.7) !important
}

.bg-indigo-lightest-70,
.hover-bg-indigo-lightest-70:hover {
  background-color: rgba(240, 238, 255, 0.7) !important
}

.bg-purple-darkest-70,
.hover-bg-purple-darkest-70:hover {
  background-color: rgba(61, 6, 95, 0.7) !important
}

.bg-purple-darker-70,
.hover-bg-purple-darker-70:hover {
  background-color: rgba(96, 10, 151, 0.7) !important
}

.bg-purple-dark-70,
.hover-bg-purple-dark-70:hover {
  background-color: rgba(132, 13, 206, 0.7) !important
}

.bg-purple-70,
.hover-bg-purple-70:hover {
  background-color: rgba(170, 56, 242, 0.7) !important
}

.bg-purple-light-70,
.hover-bg-purple-light-70:hover {
  background-color: rgba(204, 136, 247, 0.7) !important
}

.bg-purple-lighter-70,
.hover-bg-purple-lighter-70:hover {
  background-color: rgba(233, 203, 252, 0.7) !important
}

.bg-purple-lightest-70,
.hover-bg-purple-lightest-70:hover {
  background-color: rgba(249, 240, 254, 0.7) !important
}

.bg-pink-darkest-70,
.hover-bg-pink-darkest-70:hover {
  background-color: rgba(88, 0, 32, 0.7) !important
}

.bg-pink-darker-70,
.hover-bg-pink-darker-70:hover {
  background-color: rgba(147, 0, 54, 0.7) !important
}

.bg-pink-dark-70,
.hover-bg-pink-dark-70:hover {
  background-color: rgba(201, 54, 108, 0.7) !important
}

.bg-pink-70,
.hover-bg-pink-70:hover {
  background-color: rgba(240, 101, 151, 0.7) !important
}

.bg-pink-light-70,
.hover-bg-pink-light-70:hover {
  background-color: rgba(245, 142, 180, 0.7) !important
}

.bg-pink-lighter-70,
.hover-bg-pink-lighter-70:hover {
  background-color: rgba(255, 205, 223, 0.7) !important
}

.bg-pink-lightest-70,
.hover-bg-pink-lightest-70:hover {
  background-color: rgba(255, 235, 242, 0.7) !important
}

.bg-red-darkest-70,
.hover-bg-red-darkest-70:hover {
  background-color: rgba(117, 14, 18, 0.7) !important
}

.bg-red-darker-70,
.hover-bg-red-darker-70:hover {
  background-color: rgba(169, 21, 26, 0.7) !important
}

.bg-red-dark-70,
.hover-bg-red-dark-70:hover {
  background-color: rgba(204, 25, 31, 0.7) !important
}

.bg-red-70,
.hover-bg-red-70:hover {
  background-color: rgba(231, 57, 63, 0.7) !important
}

.bg-red-light-70,
.hover-bg-red-light-70:hover {
  background-color: rgba(237, 109, 114, 0.7) !important
}

.bg-red-lighter-70,
.hover-bg-red-lighter-70:hover {
  background-color: rgba(248, 197, 199, 0.7) !important
}

.bg-red-lightest-70,
.hover-bg-red-lightest-70:hover {
  background-color: rgba(252, 232, 232, 0.7) !important
}

.bg-orange-darkest-70,
.hover-bg-orange-darkest-70:hover {
  background-color: rgba(133, 67, 0, 0.7) !important
}

.bg-orange-darker-70,
.hover-bg-orange-darker-70:hover {
  background-color: rgba(192, 96, 0, 0.7) !important
}

.bg-orange-dark-70,
.hover-bg-orange-dark-70:hover {
  background-color: rgba(231, 116, 0, 0.7) !important
}

.bg-orange-70,
.hover-bg-orange-70:hover {
  background-color: rgba(255, 135, 16, 0.7) !important
}

.bg-orange-light-70,
.hover-bg-orange-light-70:hover {
  background-color: rgba(255, 184, 114, 0.7) !important
}

.bg-orange-lighter-70,
.hover-bg-orange-lighter-70:hover {
  background-color: rgba(255, 224, 192, 0.7) !important
}

.bg-orange-lightest-70,
.hover-bg-orange-lightest-70:hover {
  background-color: rgba(255, 243, 231, 0.7) !important
}

.bg-yellow-darkest-70,
.hover-bg-yellow-darkest-70:hover {
  background-color: rgba(106, 85, 2, 0.7) !important
}

.bg-yellow-darker-70,
.hover-bg-yellow-darker-70:hover {
  background-color: rgba(183, 147, 3, 0.7) !important
}

.bg-yellow-dark-70,
.hover-bg-yellow-dark-70:hover {
  background-color: rgba(221, 177, 4, 0.7) !important
}

.bg-yellow-70,
.hover-bg-yellow-70:hover {
  background-color: rgba(250, 203, 14, 0.7) !important
}

.bg-yellow-light-70,
.hover-bg-yellow-light-70:hover {
  background-color: rgba(253, 228, 130, 0.7) !important
}

.bg-yellow-lighter-70,
.hover-bg-yellow-lighter-70:hover {
  background-color: rgba(254, 240, 188, 0.7) !important
}

.bg-yellow-lightest-70,
.hover-bg-yellow-lightest-70:hover {
  background-color: rgba(254, 247, 219, 0.7) !important
}

.bg-pear-darkest-70,
.hover-bg-pear-darkest-70:hover {
  background-color: rgba(79, 86, 12, 0.7) !important
}

.bg-pear-darker-70,
.hover-bg-pear-darker-70:hover {
  background-color: rgba(127, 138, 19, 0.7) !important
}

.bg-pear-dark-70,
.hover-bg-pear-dark-70:hover {
  background-color: rgba(158, 172, 24, 0.7) !important
}

.bg-pear-70,
.hover-bg-pear-70:hover {
  background-color: rgba(190, 207, 29, 0.7) !important
}

.bg-pear-light-70,
.hover-bg-pear-light-70:hover {
  background-color: rgba(221, 233, 101, 0.7) !important
}

.bg-pear-lighter-70,
.hover-bg-pear-lighter-70:hover {
  background-color: rgba(244, 248, 204, 0.7) !important
}

.bg-pear-lightest-70,
.hover-bg-pear-lightest-70:hover {
  background-color: rgba(251, 253, 238, 0.7) !important
}

.bg-green-darkest-70,
.hover-bg-green-darkest-70:hover {
  background-color: rgba(32, 97, 32, 0.7) !important
}

.bg-green-darker-70,
.hover-bg-green-darker-70:hover {
  background-color: rgba(47, 141, 47, 0.7) !important
}

.bg-green-dark-70,
.hover-bg-green-dark-70:hover {
  background-color: rgba(57, 171, 57, 0.7) !important
}

.bg-green-70,
.hover-bg-green-70:hover {
  background-color: rgba(73, 194, 73, 0.7) !important
}

.bg-green-light-70,
.hover-bg-green-light-70:hover {
  background-color: rgba(137, 224, 137, 0.7) !important
}

.bg-green-lighter-70,
.hover-bg-green-lighter-70:hover {
  background-color: rgba(220, 243, 220, 0.7) !important
}

.bg-green-lightest-70,
.hover-bg-green-lightest-70:hover {
  background-color: rgba(234, 248, 234, 0.7) !important
}

.bg-mint-darkest-70,
.hover-bg-mint-darkest-70:hover {
  background-color: rgba(19, 107, 68, 0.7) !important
}

.bg-mint-darker-70,
.hover-bg-mint-darker-70:hover {
  background-color: rgba(29, 165, 105, 0.7) !important
}

.bg-mint-dark-70,
.hover-bg-mint-dark-70:hover {
  background-color: rgba(35, 198, 126, 0.7) !important
}

.bg-mint-70,
.hover-bg-mint-70:hover {
  background-color: rgba(53, 219, 146, 0.7) !important
}

.bg-mint-light-70,
.hover-bg-mint-light-70:hover {
  background-color: rgba(137, 234, 191, 0.7) !important
}

.bg-mint-lighter-70,
.hover-bg-mint-lighter-70:hover {
  background-color: rgba(220, 249, 236, 0.7) !important
}

.bg-mint-lightest-70,
.hover-bg-mint-lightest-70:hover {
  background-color: rgba(242, 252, 247, 0.7) !important
}

.bg-teal-darkest-70,
.hover-bg-teal-darkest-70:hover {
  background-color: rgba(34, 89, 96, 0.7) !important
}

.bg-teal-darker-70,
.hover-bg-teal-darker-70:hover {
  background-color: rgba(45, 116, 125, 0.7) !important
}

.bg-teal-dark-70,
.hover-bg-teal-dark-70:hover {
  background-color: rgba(55, 142, 153, 0.7) !important
}

.bg-teal-70,
.hover-bg-teal-70:hover {
  background-color: rgba(66, 169, 182, 0.7) !important
}

.bg-teal-light-70,
.hover-bg-teal-light-70:hover {
  background-color: rgba(149, 209, 217, 0.7) !important
}

.bg-teal-lighter-70,
.hover-bg-teal-lighter-70:hover {
  background-color: rgba(221, 240, 243, 0.7) !important
}

.bg-teal-lightest-70,
.hover-bg-teal-lightest-70:hover {
  background-color: rgba(237, 249, 250, 0.7) !important
}

.bg-wine-darkest-70,
.hover-bg-wine-darkest-70:hover {
  background-color: rgba(72, 30, 35, 0.7) !important
}

.bg-wine-darker-70,
.hover-bg-wine-darker-70:hover {
  background-color: rgba(114, 47, 55, 0.7) !important
}

.bg-wine-dark-70,
.hover-bg-wine-dark-70:hover {
  background-color: rgba(142, 58, 68, 0.7) !important
}

.bg-wine-70,
.hover-bg-wine-70:hover {
  background-color: rgba(170, 70, 82, 0.7) !important
}

.bg-wine-light-70,
.hover-bg-wine-light-70:hover {
  background-color: rgba(210, 147, 154, 0.7) !important
}

.bg-wine-lighter-70,
.hover-bg-wine-lighter-70:hover {
  background-color: rgba(239, 216, 219, 0.7) !important
}

.bg-wine-lightest-70,
.hover-bg-wine-lightest-70:hover {
  background-color: rgba(250, 243, 244, 0.7) !important
}

.bg-brown-darkest-70,
.hover-bg-brown-darkest-70:hover {
  background-color: rgba(61, 47, 43, 0.7) !important
}

.bg-brown-darker-70,
.hover-bg-brown-darker-70:hover {
  background-color: rgba(84, 65, 59, 0.7) !important
}

.bg-brown-dark-70,
.hover-bg-brown-dark-70:hover {
  background-color: rgba(107, 83, 76, 0.7) !important
}

.bg-brown-70,
.hover-bg-brown-70:hover {
  background-color: rgba(141, 109, 100, 0.7) !important
}

.bg-brown-light-70,
.hover-bg-brown-light-70:hover {
  background-color: rgba(200, 183, 178, 0.7) !important
}

.bg-brown-lighter-70,
.hover-bg-brown-lighter-70:hover {
  background-color: rgba(233, 226, 224, 0.7) !important
}

.bg-brown-lightest-70,
.hover-bg-brown-lightest-70:hover {
  background-color: rgba(255, 249, 247, 0.7) !important
}

.bg-almond-darkest-70,
.hover-bg-almond-darkest-70:hover {
  background-color: rgba(99, 65, 32, 0.7) !important
}

.bg-almond-darker-70,
.hover-bg-almond-darker-70:hover {
  background-color: rgba(138, 91, 44, 0.7) !important
}

.bg-almond-dark-70,
.hover-bg-almond-dark-70:hover {
  background-color: rgba(173, 114, 55, 0.7) !important
}

.bg-almond-70,
.hover-bg-almond-70:hover {
  background-color: rgba(196, 134, 71, 0.7) !important
}

.bg-almond-light-70,
.hover-bg-almond-light-70:hover {
  background-color: rgba(220, 183, 146, 0.7) !important
}

.bg-almond-lighter-70,
.hover-bg-almond-lighter-70:hover {
  background-color: rgba(239, 222, 205, 0.7) !important
}

.bg-almond-lightest-70,
.hover-bg-almond-lightest-70:hover {
  background-color: rgba(249, 240, 232, 0.7) !important
}

.bg-slategray-darkest-70,
.hover-bg-slategray-darkest-70:hover {
  background-color: rgba(5, 25, 45, 0.7) !important
}

.bg-slategray-darker-70,
.hover-bg-slategray-darker-70:hover {
  background-color: rgba(16, 44, 69, 0.7) !important
}

.bg-slategray-dark-70,
.hover-bg-slategray-dark-70:hover {
  background-color: rgba(47, 80, 112, 0.7) !important
}

.bg-slategray-70,
.hover-bg-slategray-70:hover {
  background-color: rgba(81, 116, 149, 0.7) !important
}

.bg-slategray-light-70,
.hover-bg-slategray-light-70:hover {
  background-color: rgba(150, 177, 203, 0.7) !important
}

.bg-slategray-lighter-70,
.hover-bg-slategray-lighter-70:hover {
  background-color: rgba(208, 220, 231, 0.7) !important
}

.bg-slategray-lightest-70,
.hover-bg-slategray-lightest-70:hover {
  background-color: rgba(242, 245, 247, 0.7) !important
}

.bg-gray-darkest-70,
.hover-bg-gray-darkest-70:hover {
  background-color: rgba(54, 69, 79, 0.7) !important
}

.bg-gray-darker-70,
.hover-bg-gray-darker-70:hover {
  background-color: rgba(70, 89, 102, 0.7) !important
}

.bg-gray-dark-70,
.hover-bg-gray-dark-70:hover {
  background-color: rgba(86, 110, 126, 0.7) !important
}

.bg-gray-70,
.hover-bg-gray-70:hover {
  background-color: rgba(102, 130, 149, 0.7) !important
}

.bg-gray-light-70,
.hover-bg-gray-light-70:hover {
  background-color: rgba(183, 196, 205, 0.7) !important
}

.bg-gray-lighter-70,
.hover-bg-gray-lighter-70:hover {
  background-color: rgba(228, 232, 235, 0.7) !important
}

.bg-gray-lightest-70,
.hover-bg-gray-lightest-70:hover {
  background-color: rgba(238, 241, 245, 0.7) !important
}

.bg-black-80,
.hover-bg-black-80:hover {
  background-color: rgba(0, 0, 0, 0.8) !important
}

.bg-white-80,
.hover-bg-white-80:hover {
  background-color: rgba(255, 255, 255, 0.8) !important
}

.bg-blue-darkest-80,
.hover-bg-blue-darkest-80:hover {
  background-color: rgba(2, 48, 93, 0.8) !important
}

.bg-blue-darker-80,
.hover-bg-blue-darker-80:hover {
  background-color: rgba(26, 93, 158, 0.8) !important
}

.bg-blue-dark-80,
.hover-bg-blue-dark-80:hover {
  background-color: rgba(23, 115, 206, 0.8) !important
}

.bg-blue-80,
.hover-bg-blue-80:hover {
  background-color: rgba(64, 158, 255, 0.8) !important
}

.bg-blue-light-80,
.hover-bg-blue-light-80:hover {
  background-color: rgba(101, 178, 255, 0.8) !important
}

.bg-blue-lighter-80,
.hover-bg-blue-lighter-80:hover {
  background-color: rgba(179, 217, 255, 0.8) !important
}

.bg-blue-lightest-80,
.hover-bg-blue-lightest-80:hover {
  background-color: rgba(236, 245, 255, 0.8) !important
}

.bg-indigo-darkest-80,
.hover-bg-indigo-darkest-80:hover {
  background-color: rgba(39, 32, 117, 0.8) !important
}

.bg-indigo-darker-80,
.hover-bg-indigo-darker-80:hover {
  background-color: rgba(51, 42, 153, 0.8) !important
}

.bg-indigo-dark-80,
.hover-bg-indigo-dark-80:hover {
  background-color: rgba(63, 51, 189, 0.8) !important
}

.bg-indigo-80,
.hover-bg-indigo-80:hover {
  background-color: rgba(90, 79, 207, 0.8) !important
}

.bg-indigo-light-80,
.hover-bg-indigo-light-80:hover {
  background-color: rgba(131, 122, 230, 0.8) !important
}

.bg-indigo-lighter-80,
.hover-bg-indigo-lighter-80:hover {
  background-color: rgba(194, 189, 246, 0.8) !important
}

.bg-indigo-lightest-80,
.hover-bg-indigo-lightest-80:hover {
  background-color: rgba(240, 238, 255, 0.8) !important
}

.bg-purple-darkest-80,
.hover-bg-purple-darkest-80:hover {
  background-color: rgba(61, 6, 95, 0.8) !important
}

.bg-purple-darker-80,
.hover-bg-purple-darker-80:hover {
  background-color: rgba(96, 10, 151, 0.8) !important
}

.bg-purple-dark-80,
.hover-bg-purple-dark-80:hover {
  background-color: rgba(132, 13, 206, 0.8) !important
}

.bg-purple-80,
.hover-bg-purple-80:hover {
  background-color: rgba(170, 56, 242, 0.8) !important
}

.bg-purple-light-80,
.hover-bg-purple-light-80:hover {
  background-color: rgba(204, 136, 247, 0.8) !important
}

.bg-purple-lighter-80,
.hover-bg-purple-lighter-80:hover {
  background-color: rgba(233, 203, 252, 0.8) !important
}

.bg-purple-lightest-80,
.hover-bg-purple-lightest-80:hover {
  background-color: rgba(249, 240, 254, 0.8) !important
}

.bg-pink-darkest-80,
.hover-bg-pink-darkest-80:hover {
  background-color: rgba(88, 0, 32, 0.8) !important
}

.bg-pink-darker-80,
.hover-bg-pink-darker-80:hover {
  background-color: rgba(147, 0, 54, 0.8) !important
}

.bg-pink-dark-80,
.hover-bg-pink-dark-80:hover {
  background-color: rgba(201, 54, 108, 0.8) !important
}

.bg-pink-80,
.hover-bg-pink-80:hover {
  background-color: rgba(240, 101, 151, 0.8) !important
}

.bg-pink-light-80,
.hover-bg-pink-light-80:hover {
  background-color: rgba(245, 142, 180, 0.8) !important
}

.bg-pink-lighter-80,
.hover-bg-pink-lighter-80:hover {
  background-color: rgba(255, 205, 223, 0.8) !important
}

.bg-pink-lightest-80,
.hover-bg-pink-lightest-80:hover {
  background-color: rgba(255, 235, 242, 0.8) !important
}

.bg-red-darkest-80,
.hover-bg-red-darkest-80:hover {
  background-color: rgba(117, 14, 18, 0.8) !important
}

.bg-red-darker-80,
.hover-bg-red-darker-80:hover {
  background-color: rgba(169, 21, 26, 0.8) !important
}

.bg-red-dark-80,
.hover-bg-red-dark-80:hover {
  background-color: rgba(204, 25, 31, 0.8) !important
}

.bg-red-80,
.hover-bg-red-80:hover {
  background-color: rgba(231, 57, 63, 0.8) !important
}

.bg-red-light-80,
.hover-bg-red-light-80:hover {
  background-color: rgba(237, 109, 114, 0.8) !important
}

.bg-red-lighter-80,
.hover-bg-red-lighter-80:hover {
  background-color: rgba(248, 197, 199, 0.8) !important
}

.bg-red-lightest-80,
.hover-bg-red-lightest-80:hover {
  background-color: rgba(252, 232, 232, 0.8) !important
}

.bg-orange-darkest-80,
.hover-bg-orange-darkest-80:hover {
  background-color: rgba(133, 67, 0, 0.8) !important
}

.bg-orange-darker-80,
.hover-bg-orange-darker-80:hover {
  background-color: rgba(192, 96, 0, 0.8) !important
}

.bg-orange-dark-80,
.hover-bg-orange-dark-80:hover {
  background-color: rgba(231, 116, 0, 0.8) !important
}

.bg-orange-80,
.hover-bg-orange-80:hover {
  background-color: rgba(255, 135, 16, 0.8) !important
}

.bg-orange-light-80,
.hover-bg-orange-light-80:hover {
  background-color: rgba(255, 184, 114, 0.8) !important
}

.bg-orange-lighter-80,
.hover-bg-orange-lighter-80:hover {
  background-color: rgba(255, 224, 192, 0.8) !important
}

.bg-orange-lightest-80,
.hover-bg-orange-lightest-80:hover {
  background-color: rgba(255, 243, 231, 0.8) !important
}

.bg-yellow-darkest-80,
.hover-bg-yellow-darkest-80:hover {
  background-color: rgba(106, 85, 2, 0.8) !important
}

.bg-yellow-darker-80,
.hover-bg-yellow-darker-80:hover {
  background-color: rgba(183, 147, 3, 0.8) !important
}

.bg-yellow-dark-80,
.hover-bg-yellow-dark-80:hover {
  background-color: rgba(221, 177, 4, 0.8) !important
}

.bg-yellow-80,
.hover-bg-yellow-80:hover {
  background-color: rgba(250, 203, 14, 0.8) !important
}

.bg-yellow-light-80,
.hover-bg-yellow-light-80:hover {
  background-color: rgba(253, 228, 130, 0.8) !important
}

.bg-yellow-lighter-80,
.hover-bg-yellow-lighter-80:hover {
  background-color: rgba(254, 240, 188, 0.8) !important
}

.bg-yellow-lightest-80,
.hover-bg-yellow-lightest-80:hover {
  background-color: rgba(254, 247, 219, 0.8) !important
}

.bg-pear-darkest-80,
.hover-bg-pear-darkest-80:hover {
  background-color: rgba(79, 86, 12, 0.8) !important
}

.bg-pear-darker-80,
.hover-bg-pear-darker-80:hover {
  background-color: rgba(127, 138, 19, 0.8) !important
}

.bg-pear-dark-80,
.hover-bg-pear-dark-80:hover {
  background-color: rgba(158, 172, 24, 0.8) !important
}

.bg-pear-80,
.hover-bg-pear-80:hover {
  background-color: rgba(190, 207, 29, 0.8) !important
}

.bg-pear-light-80,
.hover-bg-pear-light-80:hover {
  background-color: rgba(221, 233, 101, 0.8) !important
}

.bg-pear-lighter-80,
.hover-bg-pear-lighter-80:hover {
  background-color: rgba(244, 248, 204, 0.8) !important
}

.bg-pear-lightest-80,
.hover-bg-pear-lightest-80:hover {
  background-color: rgba(251, 253, 238, 0.8) !important
}

.bg-green-darkest-80,
.hover-bg-green-darkest-80:hover {
  background-color: rgba(32, 97, 32, 0.8) !important
}

.bg-green-darker-80,
.hover-bg-green-darker-80:hover {
  background-color: rgba(47, 141, 47, 0.8) !important
}

.bg-green-dark-80,
.hover-bg-green-dark-80:hover {
  background-color: rgba(57, 171, 57, 0.8) !important
}

.bg-green-80,
.hover-bg-green-80:hover {
  background-color: rgba(73, 194, 73, 0.8) !important
}

.bg-green-light-80,
.hover-bg-green-light-80:hover {
  background-color: rgba(137, 224, 137, 0.8) !important
}

.bg-green-lighter-80,
.hover-bg-green-lighter-80:hover {
  background-color: rgba(220, 243, 220, 0.8) !important
}

.bg-green-lightest-80,
.hover-bg-green-lightest-80:hover {
  background-color: rgba(234, 248, 234, 0.8) !important
}

.bg-mint-darkest-80,
.hover-bg-mint-darkest-80:hover {
  background-color: rgba(19, 107, 68, 0.8) !important
}

.bg-mint-darker-80,
.hover-bg-mint-darker-80:hover {
  background-color: rgba(29, 165, 105, 0.8) !important
}

.bg-mint-dark-80,
.hover-bg-mint-dark-80:hover {
  background-color: rgba(35, 198, 126, 0.8) !important
}

.bg-mint-80,
.hover-bg-mint-80:hover {
  background-color: rgba(53, 219, 146, 0.8) !important
}

.bg-mint-light-80,
.hover-bg-mint-light-80:hover {
  background-color: rgba(137, 234, 191, 0.8) !important
}

.bg-mint-lighter-80,
.hover-bg-mint-lighter-80:hover {
  background-color: rgba(220, 249, 236, 0.8) !important
}

.bg-mint-lightest-80,
.hover-bg-mint-lightest-80:hover {
  background-color: rgba(242, 252, 247, 0.8) !important
}

.bg-teal-darkest-80,
.hover-bg-teal-darkest-80:hover {
  background-color: rgba(34, 89, 96, 0.8) !important
}

.bg-teal-darker-80,
.hover-bg-teal-darker-80:hover {
  background-color: rgba(45, 116, 125, 0.8) !important
}

.bg-teal-dark-80,
.hover-bg-teal-dark-80:hover {
  background-color: rgba(55, 142, 153, 0.8) !important
}

.bg-teal-80,
.hover-bg-teal-80:hover {
  background-color: rgba(66, 169, 182, 0.8) !important
}

.bg-teal-light-80,
.hover-bg-teal-light-80:hover {
  background-color: rgba(149, 209, 217, 0.8) !important
}

.bg-teal-lighter-80,
.hover-bg-teal-lighter-80:hover {
  background-color: rgba(221, 240, 243, 0.8) !important
}

.bg-teal-lightest-80,
.hover-bg-teal-lightest-80:hover {
  background-color: rgba(237, 249, 250, 0.8) !important
}

.bg-wine-darkest-80,
.hover-bg-wine-darkest-80:hover {
  background-color: rgba(72, 30, 35, 0.8) !important
}

.bg-wine-darker-80,
.hover-bg-wine-darker-80:hover {
  background-color: rgba(114, 47, 55, 0.8) !important
}

.bg-wine-dark-80,
.hover-bg-wine-dark-80:hover {
  background-color: rgba(142, 58, 68, 0.8) !important
}

.bg-wine-80,
.hover-bg-wine-80:hover {
  background-color: rgba(170, 70, 82, 0.8) !important
}

.bg-wine-light-80,
.hover-bg-wine-light-80:hover {
  background-color: rgba(210, 147, 154, 0.8) !important
}

.bg-wine-lighter-80,
.hover-bg-wine-lighter-80:hover {
  background-color: rgba(239, 216, 219, 0.8) !important
}

.bg-wine-lightest-80,
.hover-bg-wine-lightest-80:hover {
  background-color: rgba(250, 243, 244, 0.8) !important
}

.bg-brown-darkest-80,
.hover-bg-brown-darkest-80:hover {
  background-color: rgba(61, 47, 43, 0.8) !important
}

.bg-brown-darker-80,
.hover-bg-brown-darker-80:hover {
  background-color: rgba(84, 65, 59, 0.8) !important
}

.bg-brown-dark-80,
.hover-bg-brown-dark-80:hover {
  background-color: rgba(107, 83, 76, 0.8) !important
}

.bg-brown-80,
.hover-bg-brown-80:hover {
  background-color: rgba(141, 109, 100, 0.8) !important
}

.bg-brown-light-80,
.hover-bg-brown-light-80:hover {
  background-color: rgba(200, 183, 178, 0.8) !important
}

.bg-brown-lighter-80,
.hover-bg-brown-lighter-80:hover {
  background-color: rgba(233, 226, 224, 0.8) !important
}

.bg-brown-lightest-80,
.hover-bg-brown-lightest-80:hover {
  background-color: rgba(255, 249, 247, 0.8) !important
}

.bg-almond-darkest-80,
.hover-bg-almond-darkest-80:hover {
  background-color: rgba(99, 65, 32, 0.8) !important
}

.bg-almond-darker-80,
.hover-bg-almond-darker-80:hover {
  background-color: rgba(138, 91, 44, 0.8) !important
}

.bg-almond-dark-80,
.hover-bg-almond-dark-80:hover {
  background-color: rgba(173, 114, 55, 0.8) !important
}

.bg-almond-80,
.hover-bg-almond-80:hover {
  background-color: rgba(196, 134, 71, 0.8) !important
}

.bg-almond-light-80,
.hover-bg-almond-light-80:hover {
  background-color: rgba(220, 183, 146, 0.8) !important
}

.bg-almond-lighter-80,
.hover-bg-almond-lighter-80:hover {
  background-color: rgba(239, 222, 205, 0.8) !important
}

.bg-almond-lightest-80,
.hover-bg-almond-lightest-80:hover {
  background-color: rgba(249, 240, 232, 0.8) !important
}

.bg-slategray-darkest-80,
.hover-bg-slategray-darkest-80:hover {
  background-color: rgba(5, 25, 45, 0.8) !important
}

.bg-slategray-darker-80,
.hover-bg-slategray-darker-80:hover {
  background-color: rgba(16, 44, 69, 0.8) !important
}

.bg-slategray-dark-80,
.hover-bg-slategray-dark-80:hover {
  background-color: rgba(47, 80, 112, 0.8) !important
}

.bg-slategray-80,
.hover-bg-slategray-80:hover {
  background-color: rgba(81, 116, 149, 0.8) !important
}

.bg-slategray-light-80,
.hover-bg-slategray-light-80:hover {
  background-color: rgba(150, 177, 203, 0.8) !important
}

.bg-slategray-lighter-80,
.hover-bg-slategray-lighter-80:hover {
  background-color: rgba(208, 220, 231, 0.8) !important
}

.bg-slategray-lightest-80,
.hover-bg-slategray-lightest-80:hover {
  background-color: rgba(242, 245, 247, 0.8) !important
}

.bg-gray-darkest-80,
.hover-bg-gray-darkest-80:hover {
  background-color: rgba(54, 69, 79, 0.8) !important
}

.bg-gray-darker-80,
.hover-bg-gray-darker-80:hover {
  background-color: rgba(70, 89, 102, 0.8) !important
}

.bg-gray-dark-80,
.hover-bg-gray-dark-80:hover {
  background-color: rgba(86, 110, 126, 0.8) !important
}

.bg-gray-80,
.hover-bg-gray-80:hover {
  background-color: rgba(102, 130, 149, 0.8) !important
}

.bg-gray-light-80,
.hover-bg-gray-light-80:hover {
  background-color: rgba(183, 196, 205, 0.8) !important
}

.bg-gray-lighter-80,
.hover-bg-gray-lighter-80:hover {
  background-color: rgba(228, 232, 235, 0.8) !important
}

.bg-gray-lightest-80,
.hover-bg-gray-lightest-80:hover {
  background-color: rgba(238, 241, 245, 0.8) !important
}

.bg-black-90,
.hover-bg-black-90:hover {
  background-color: rgba(0, 0, 0, 0.9) !important
}

.bg-white-90,
.hover-bg-white-90:hover {
  background-color: rgba(255, 255, 255, 0.9) !important
}

.bg-blue-darkest-90,
.hover-bg-blue-darkest-90:hover {
  background-color: rgba(2, 48, 93, 0.9) !important
}

.bg-blue-darker-90,
.hover-bg-blue-darker-90:hover {
  background-color: rgba(26, 93, 158, 0.9) !important
}

.bg-blue-dark-90,
.hover-bg-blue-dark-90:hover {
  background-color: rgba(23, 115, 206, 0.9) !important
}

.bg-blue-90,
.hover-bg-blue-90:hover {
  background-color: rgba(64, 158, 255, 0.9) !important
}

.bg-blue-light-90,
.hover-bg-blue-light-90:hover {
  background-color: rgba(101, 178, 255, 0.9) !important
}

.bg-blue-lighter-90,
.hover-bg-blue-lighter-90:hover {
  background-color: rgba(179, 217, 255, 0.9) !important
}

.bg-blue-lightest-90,
.hover-bg-blue-lightest-90:hover {
  background-color: rgba(236, 245, 255, 0.9) !important
}

.bg-indigo-darkest-90,
.hover-bg-indigo-darkest-90:hover {
  background-color: rgba(39, 32, 117, 0.9) !important
}

.bg-indigo-darker-90,
.hover-bg-indigo-darker-90:hover {
  background-color: rgba(51, 42, 153, 0.9) !important
}

.bg-indigo-dark-90,
.hover-bg-indigo-dark-90:hover {
  background-color: rgba(63, 51, 189, 0.9) !important
}

.bg-indigo-90,
.hover-bg-indigo-90:hover {
  background-color: rgba(90, 79, 207, 0.9) !important
}

.bg-indigo-light-90,
.hover-bg-indigo-light-90:hover {
  background-color: rgba(131, 122, 230, 0.9) !important
}

.bg-indigo-lighter-90,
.hover-bg-indigo-lighter-90:hover {
  background-color: rgba(194, 189, 246, 0.9) !important
}

.bg-indigo-lightest-90,
.hover-bg-indigo-lightest-90:hover {
  background-color: rgba(240, 238, 255, 0.9) !important
}

.bg-purple-darkest-90,
.hover-bg-purple-darkest-90:hover {
  background-color: rgba(61, 6, 95, 0.9) !important
}

.bg-purple-darker-90,
.hover-bg-purple-darker-90:hover {
  background-color: rgba(96, 10, 151, 0.9) !important
}

.bg-purple-dark-90,
.hover-bg-purple-dark-90:hover {
  background-color: rgba(132, 13, 206, 0.9) !important
}

.bg-purple-90,
.hover-bg-purple-90:hover {
  background-color: rgba(170, 56, 242, 0.9) !important
}

.bg-purple-light-90,
.hover-bg-purple-light-90:hover {
  background-color: rgba(204, 136, 247, 0.9) !important
}

.bg-purple-lighter-90,
.hover-bg-purple-lighter-90:hover {
  background-color: rgba(233, 203, 252, 0.9) !important
}

.bg-purple-lightest-90,
.hover-bg-purple-lightest-90:hover {
  background-color: rgba(249, 240, 254, 0.9) !important
}

.bg-pink-darkest-90,
.hover-bg-pink-darkest-90:hover {
  background-color: rgba(88, 0, 32, 0.9) !important
}

.bg-pink-darker-90,
.hover-bg-pink-darker-90:hover {
  background-color: rgba(147, 0, 54, 0.9) !important
}

.bg-pink-dark-90,
.hover-bg-pink-dark-90:hover {
  background-color: rgba(201, 54, 108, 0.9) !important
}

.bg-pink-90,
.hover-bg-pink-90:hover {
  background-color: rgba(240, 101, 151, 0.9) !important
}

.bg-pink-light-90,
.hover-bg-pink-light-90:hover {
  background-color: rgba(245, 142, 180, 0.9) !important
}

.bg-pink-lighter-90,
.hover-bg-pink-lighter-90:hover {
  background-color: rgba(255, 205, 223, 0.9) !important
}

.bg-pink-lightest-90,
.hover-bg-pink-lightest-90:hover {
  background-color: rgba(255, 235, 242, 0.9) !important
}

.bg-red-darkest-90,
.hover-bg-red-darkest-90:hover {
  background-color: rgba(117, 14, 18, 0.9) !important
}

.bg-red-darker-90,
.hover-bg-red-darker-90:hover {
  background-color: rgba(169, 21, 26, 0.9) !important
}

.bg-red-dark-90,
.hover-bg-red-dark-90:hover {
  background-color: rgba(204, 25, 31, 0.9) !important
}

.bg-red-90,
.hover-bg-red-90:hover {
  background-color: rgba(231, 57, 63, 0.9) !important
}

.bg-red-light-90,
.hover-bg-red-light-90:hover {
  background-color: rgba(237, 109, 114, 0.9) !important
}

.bg-red-lighter-90,
.hover-bg-red-lighter-90:hover {
  background-color: rgba(248, 197, 199, 0.9) !important
}

.bg-red-lightest-90,
.hover-bg-red-lightest-90:hover {
  background-color: rgba(252, 232, 232, 0.9) !important
}

.bg-orange-darkest-90,
.hover-bg-orange-darkest-90:hover {
  background-color: rgba(133, 67, 0, 0.9) !important
}

.bg-orange-darker-90,
.hover-bg-orange-darker-90:hover {
  background-color: rgba(192, 96, 0, 0.9) !important
}

.bg-orange-dark-90,
.hover-bg-orange-dark-90:hover {
  background-color: rgba(231, 116, 0, 0.9) !important
}

.bg-orange-90,
.hover-bg-orange-90:hover {
  background-color: rgba(255, 135, 16, 0.9) !important
}

.bg-orange-light-90,
.hover-bg-orange-light-90:hover {
  background-color: rgba(255, 184, 114, 0.9) !important
}

.bg-orange-lighter-90,
.hover-bg-orange-lighter-90:hover {
  background-color: rgba(255, 224, 192, 0.9) !important
}

.bg-orange-lightest-90,
.hover-bg-orange-lightest-90:hover {
  background-color: rgba(255, 243, 231, 0.9) !important
}

.bg-yellow-darkest-90,
.hover-bg-yellow-darkest-90:hover {
  background-color: rgba(106, 85, 2, 0.9) !important
}

.bg-yellow-darker-90,
.hover-bg-yellow-darker-90:hover {
  background-color: rgba(183, 147, 3, 0.9) !important
}

.bg-yellow-dark-90,
.hover-bg-yellow-dark-90:hover {
  background-color: rgba(221, 177, 4, 0.9) !important
}

.bg-yellow-90,
.hover-bg-yellow-90:hover {
  background-color: rgba(250, 203, 14, 0.9) !important
}

.bg-yellow-light-90,
.hover-bg-yellow-light-90:hover {
  background-color: rgba(253, 228, 130, 0.9) !important
}

.bg-yellow-lighter-90,
.hover-bg-yellow-lighter-90:hover {
  background-color: rgba(254, 240, 188, 0.9) !important
}

.bg-yellow-lightest-90,
.hover-bg-yellow-lightest-90:hover {
  background-color: rgba(254, 247, 219, 0.9) !important
}

.bg-pear-darkest-90,
.hover-bg-pear-darkest-90:hover {
  background-color: rgba(79, 86, 12, 0.9) !important
}

.bg-pear-darker-90,
.hover-bg-pear-darker-90:hover {
  background-color: rgba(127, 138, 19, 0.9) !important
}

.bg-pear-dark-90,
.hover-bg-pear-dark-90:hover {
  background-color: rgba(158, 172, 24, 0.9) !important
}

.bg-pear-90,
.hover-bg-pear-90:hover {
  background-color: rgba(190, 207, 29, 0.9) !important
}

.bg-pear-light-90,
.hover-bg-pear-light-90:hover {
  background-color: rgba(221, 233, 101, 0.9) !important
}

.bg-pear-lighter-90,
.hover-bg-pear-lighter-90:hover {
  background-color: rgba(244, 248, 204, 0.9) !important
}

.bg-pear-lightest-90,
.hover-bg-pear-lightest-90:hover {
  background-color: rgba(251, 253, 238, 0.9) !important
}

.bg-green-darkest-90,
.hover-bg-green-darkest-90:hover {
  background-color: rgba(32, 97, 32, 0.9) !important
}

.bg-green-darker-90,
.hover-bg-green-darker-90:hover {
  background-color: rgba(47, 141, 47, 0.9) !important
}

.bg-green-dark-90,
.hover-bg-green-dark-90:hover {
  background-color: rgba(57, 171, 57, 0.9) !important
}

.bg-green-90,
.hover-bg-green-90:hover {
  background-color: rgba(73, 194, 73, 0.9) !important
}

.bg-green-light-90,
.hover-bg-green-light-90:hover {
  background-color: rgba(137, 224, 137, 0.9) !important
}

.bg-green-lighter-90,
.hover-bg-green-lighter-90:hover {
  background-color: rgba(220, 243, 220, 0.9) !important
}

.bg-green-lightest-90,
.hover-bg-green-lightest-90:hover {
  background-color: rgba(234, 248, 234, 0.9) !important
}

.bg-mint-darkest-90,
.hover-bg-mint-darkest-90:hover {
  background-color: rgba(19, 107, 68, 0.9) !important
}

.bg-mint-darker-90,
.hover-bg-mint-darker-90:hover {
  background-color: rgba(29, 165, 105, 0.9) !important
}

.bg-mint-dark-90,
.hover-bg-mint-dark-90:hover {
  background-color: rgba(35, 198, 126, 0.9) !important
}

.bg-mint-90,
.hover-bg-mint-90:hover {
  background-color: rgba(53, 219, 146, 0.9) !important
}

.bg-mint-light-90,
.hover-bg-mint-light-90:hover {
  background-color: rgba(137, 234, 191, 0.9) !important
}

.bg-mint-lighter-90,
.hover-bg-mint-lighter-90:hover {
  background-color: rgba(220, 249, 236, 0.9) !important
}

.bg-mint-lightest-90,
.hover-bg-mint-lightest-90:hover {
  background-color: rgba(242, 252, 247, 0.9) !important
}

.bg-teal-darkest-90,
.hover-bg-teal-darkest-90:hover {
  background-color: rgba(34, 89, 96, 0.9) !important
}

.bg-teal-darker-90,
.hover-bg-teal-darker-90:hover {
  background-color: rgba(45, 116, 125, 0.9) !important
}

.bg-teal-dark-90,
.hover-bg-teal-dark-90:hover {
  background-color: rgba(55, 142, 153, 0.9) !important
}

.bg-teal-90,
.hover-bg-teal-90:hover {
  background-color: rgba(66, 169, 182, 0.9) !important
}

.bg-teal-light-90,
.hover-bg-teal-light-90:hover {
  background-color: rgba(149, 209, 217, 0.9) !important
}

.bg-teal-lighter-90,
.hover-bg-teal-lighter-90:hover {
  background-color: rgba(221, 240, 243, 0.9) !important
}

.bg-teal-lightest-90,
.hover-bg-teal-lightest-90:hover {
  background-color: rgba(237, 249, 250, 0.9) !important
}

.bg-wine-darkest-90,
.hover-bg-wine-darkest-90:hover {
  background-color: rgba(72, 30, 35, 0.9) !important
}

.bg-wine-darker-90,
.hover-bg-wine-darker-90:hover {
  background-color: rgba(114, 47, 55, 0.9) !important
}

.bg-wine-dark-90,
.hover-bg-wine-dark-90:hover {
  background-color: rgba(142, 58, 68, 0.9) !important
}

.bg-wine-90,
.hover-bg-wine-90:hover {
  background-color: rgba(170, 70, 82, 0.9) !important
}

.bg-wine-light-90,
.hover-bg-wine-light-90:hover {
  background-color: rgba(210, 147, 154, 0.9) !important
}

.bg-wine-lighter-90,
.hover-bg-wine-lighter-90:hover {
  background-color: rgba(239, 216, 219, 0.9) !important
}

.bg-wine-lightest-90,
.hover-bg-wine-lightest-90:hover {
  background-color: rgba(250, 243, 244, 0.9) !important
}

.bg-brown-darkest-90,
.hover-bg-brown-darkest-90:hover {
  background-color: rgba(61, 47, 43, 0.9) !important
}

.bg-brown-darker-90,
.hover-bg-brown-darker-90:hover {
  background-color: rgba(84, 65, 59, 0.9) !important
}

.bg-brown-dark-90,
.hover-bg-brown-dark-90:hover {
  background-color: rgba(107, 83, 76, 0.9) !important
}

.bg-brown-90,
.hover-bg-brown-90:hover {
  background-color: rgba(141, 109, 100, 0.9) !important
}

.bg-brown-light-90,
.hover-bg-brown-light-90:hover {
  background-color: rgba(200, 183, 178, 0.9) !important
}

.bg-brown-lighter-90,
.hover-bg-brown-lighter-90:hover {
  background-color: rgba(233, 226, 224, 0.9) !important
}

.bg-brown-lightest-90,
.hover-bg-brown-lightest-90:hover {
  background-color: rgba(255, 249, 247, 0.9) !important
}

.bg-almond-darkest-90,
.hover-bg-almond-darkest-90:hover {
  background-color: rgba(99, 65, 32, 0.9) !important
}

.bg-almond-darker-90,
.hover-bg-almond-darker-90:hover {
  background-color: rgba(138, 91, 44, 0.9) !important
}

.bg-almond-dark-90,
.hover-bg-almond-dark-90:hover {
  background-color: rgba(173, 114, 55, 0.9) !important
}

.bg-almond-90,
.hover-bg-almond-90:hover {
  background-color: rgba(196, 134, 71, 0.9) !important
}

.bg-almond-light-90,
.hover-bg-almond-light-90:hover {
  background-color: rgba(220, 183, 146, 0.9) !important
}

.bg-almond-lighter-90,
.hover-bg-almond-lighter-90:hover {
  background-color: rgba(239, 222, 205, 0.9) !important
}

.bg-almond-lightest-90,
.hover-bg-almond-lightest-90:hover {
  background-color: rgba(249, 240, 232, 0.9) !important
}

.bg-slategray-darkest-90,
.hover-bg-slategray-darkest-90:hover {
  background-color: rgba(5, 25, 45, 0.9) !important
}

.bg-slategray-darker-90,
.hover-bg-slategray-darker-90:hover {
  background-color: rgba(16, 44, 69, 0.9) !important
}

.bg-slategray-dark-90,
.hover-bg-slategray-dark-90:hover {
  background-color: rgba(47, 80, 112, 0.9) !important
}

.bg-slategray-90,
.hover-bg-slategray-90:hover {
  background-color: rgba(81, 116, 149, 0.9) !important
}

.bg-slategray-light-90,
.hover-bg-slategray-light-90:hover {
  background-color: rgba(150, 177, 203, 0.9) !important
}

.bg-slategray-lighter-90,
.hover-bg-slategray-lighter-90:hover {
  background-color: rgba(208, 220, 231, 0.9) !important
}

.bg-slategray-lightest-90,
.hover-bg-slategray-lightest-90:hover {
  background-color: rgba(242, 245, 247, 0.9) !important
}

.bg-gray-darkest-90,
.hover-bg-gray-darkest-90:hover {
  background-color: rgba(54, 69, 79, 0.9) !important
}

.bg-gray-darker-90,
.hover-bg-gray-darker-90:hover {
  background-color: rgba(70, 89, 102, 0.9) !important
}

.bg-gray-dark-90,
.hover-bg-gray-dark-90:hover {
  background-color: rgba(86, 110, 126, 0.9) !important
}

.bg-gray-90,
.hover-bg-gray-90:hover {
  background-color: rgba(102, 130, 149, 0.9) !important
}

.bg-gray-light-90,
.hover-bg-gray-light-90:hover {
  background-color: rgba(183, 196, 205, 0.9) !important
}

.bg-gray-lighter-90,
.hover-bg-gray-lighter-90:hover {
  background-color: rgba(228, 232, 235, 0.9) !important
}

.bg-gray-lightest-90,
.hover-bg-gray-lightest-90:hover {
  background-color: rgba(238, 241, 245, 0.9) !important
}

.bg-fixed {
  background-attachment: fixed !important
}

.bg-local {
  background-attachment: local !important
}

.bg-scroll {
  background-attachment: scroll !important
}

.bg-t {
  background-position: top !important
}

.bg-r {
  background-position: right !important
}

.bg-b {
  background-position: bottom !important
}

.bg-l {
  background-position: left !important
}

.bg-lt {
  background-position: left top !important
}

.bg-lb {
  background-position: left bottom !important
}

.bg-rt {
  background-position: right top !important
}

.bg-rb {
  background-position: right bottom !important
}

.bg-c {
  background-position: center !important
}

@media (min-width: 576px) {
  .sm-bg-t {
    background-position: top !important
  }

  .sm-bg-r {
    background-position: right !important
  }

  .sm-bg-b {
    background-position: bottom !important
  }

  .sm-bg-l {
    background-position: left !important
  }

  .sm-bg-lt {
    background-position: left top !important
  }

  .sm-bg-lb {
    background-position: left bottom !important
  }

  .sm-bg-rt {
    background-position: right top !important
  }

  .sm-bg-rb {
    background-position: right bottom !important
  }

  .sm-bg-c {
    background-position: center !important
  }
}

@media (min-width: 768px) {
  .md-bg-t {
    background-position: top !important
  }

  .md-bg-r {
    background-position: right !important
  }

  .md-bg-b {
    background-position: bottom !important
  }

  .md-bg-l {
    background-position: left !important
  }

  .md-bg-lt {
    background-position: left top !important
  }

  .md-bg-lb {
    background-position: left bottom !important
  }

  .md-bg-rt {
    background-position: right top !important
  }

  .md-bg-rb {
    background-position: right bottom !important
  }

  .md-bg-c {
    background-position: center !important
  }
}

@media (min-width: 992px) {
  .lg-bg-t {
    background-position: top !important
  }

  .lg-bg-r {
    background-position: right !important
  }

  .lg-bg-b {
    background-position: bottom !important
  }

  .lg-bg-l {
    background-position: left !important
  }

  .lg-bg-lt {
    background-position: left top !important
  }

  .lg-bg-lb {
    background-position: left bottom !important
  }

  .lg-bg-rt {
    background-position: right top !important
  }

  .lg-bg-rb {
    background-position: right bottom !important
  }

  .lg-bg-c {
    background-position: center !important
  }
}

@media (min-width: 1200px) {
  .xl-bg-t {
    background-position: top !important
  }

  .xl-bg-r {
    background-position: right !important
  }

  .xl-bg-b {
    background-position: bottom !important
  }

  .xl-bg-l {
    background-position: left !important
  }

  .xl-bg-lt {
    background-position: left top !important
  }

  .xl-bg-lb {
    background-position: left bottom !important
  }

  .xl-bg-rt {
    background-position: right top !important
  }

  .xl-bg-rb {
    background-position: right bottom !important
  }

  .xl-bg-c {
    background-position: center !important
  }
}

.bg-repeat {
  background-repeat: repeat !important
}

.bg-no-repeat {
  background-repeat: no-repeat !important
}

.bg-repeat-x {
  background-repeat: repeat-x !important
}

.bg-repeat-y {
  background-repeat: repeat-y !important
}

.bg-auto,
.hover-bg-auto:hover {
  background-size: auto !important
}

.bg-cover,
.hover-bg-cover:hover {
  background-size: cover !important
}

.bg-contain,
.hover-bg-contain:hover {
  background-size: contain !important
}

.bg-0-0,
.hover-bg-0-0:hover {
  background-size: 0% 0% !important
}

.bg-0-100,
.hover-bg-0-100:hover {
  background-size: 0% 100% !important
}

.bg-100-0,
.hover-bg-100-0:hover {
  background-size: 100% 0% !important
}

.bg-10-100,
.hover-bg-10-100:hover {
  background-size: 10% 100% !important
}

.bg-100-10,
.hover-bg-100-10:hover {
  background-size: 100% 10% !important
}

.bg-25-100,
.hover-bg-25-100:hover {
  background-size: 25% 100% !important
}

.bg-100-25,
.hover-bg-100-25:hover {
  background-size: 100% 25% !important
}

.bg-50-100,
.hover-bg-50-100:hover {
  background-size: 50% 100% !important
}

.bg-100-50,
.hover-bg-100-50:hover {
  background-size: 100% 50% !important
}

.bg-100-100,
.hover-bg-100-100:hover {
  background-size: 100% 100% !important
}

@media (min-width: 576px) {
  .sm-bg-auto {
    background-size: auto !important
  }

  .sm-bg-cover {
    background-size: cover !important
  }

  .sm-bg-contain {
    background-size: contain !important
  }

  .sm-bg-0-0 {
    background-size: 0% 0% !important
  }

  .sm-bg-0-100 {
    background-size: 0% 100% !important
  }

  .sm-bg-100-0 {
    background-size: 100% 0% !important
  }

  .sm-bg-10-100 {
    background-size: 10% 100% !important
  }

  .sm-bg-100-10 {
    background-size: 100% 10% !important
  }

  .sm-bg-25-100 {
    background-size: 25% 100% !important
  }

  .sm-bg-100-25 {
    background-size: 100% 25% !important
  }

  .sm-bg-50-100 {
    background-size: 50% 100% !important
  }

  .sm-bg-100-50 {
    background-size: 100% 50% !important
  }

  .sm-bg-100-100 {
    background-size: 100% 100% !important
  }
}

@media (min-width: 768px) {
  .md-bg-auto {
    background-size: auto !important
  }

  .md-bg-cover {
    background-size: cover !important
  }

  .md-bg-contain {
    background-size: contain !important
  }

  .md-bg-0-0 {
    background-size: 0% 0% !important
  }

  .md-bg-0-100 {
    background-size: 0% 100% !important
  }

  .md-bg-100-0 {
    background-size: 100% 0% !important
  }

  .md-bg-10-100 {
    background-size: 10% 100% !important
  }

  .md-bg-100-10 {
    background-size: 100% 10% !important
  }

  .md-bg-25-100 {
    background-size: 25% 100% !important
  }

  .md-bg-100-25 {
    background-size: 100% 25% !important
  }

  .md-bg-50-100 {
    background-size: 50% 100% !important
  }

  .md-bg-100-50 {
    background-size: 100% 50% !important
  }

  .md-bg-100-100 {
    background-size: 100% 100% !important
  }
}

@media (min-width: 992px) {
  .lg-bg-auto {
    background-size: auto !important
  }

  .lg-bg-cover {
    background-size: cover !important
  }

  .lg-bg-contain {
    background-size: contain !important
  }

  .lg-bg-0-0 {
    background-size: 0% 0% !important
  }

  .lg-bg-0-100 {
    background-size: 0% 100% !important
  }

  .lg-bg-100-0 {
    background-size: 100% 0% !important
  }

  .lg-bg-10-100 {
    background-size: 10% 100% !important
  }

  .lg-bg-100-10 {
    background-size: 100% 10% !important
  }

  .lg-bg-25-100 {
    background-size: 25% 100% !important
  }

  .lg-bg-100-25 {
    background-size: 100% 25% !important
  }

  .lg-bg-50-100 {
    background-size: 50% 100% !important
  }

  .lg-bg-100-50 {
    background-size: 100% 50% !important
  }

  .lg-bg-100-100 {
    background-size: 100% 100% !important
  }
}

@media (min-width: 1200px) {
  .xl-bg-auto {
    background-size: auto !important
  }

  .xl-bg-cover {
    background-size: cover !important
  }

  .xl-bg-contain {
    background-size: contain !important
  }

  .xl-bg-0-0 {
    background-size: 0% 0% !important
  }

  .xl-bg-0-100 {
    background-size: 0% 100% !important
  }

  .xl-bg-100-0 {
    background-size: 100% 0% !important
  }

  .xl-bg-10-100 {
    background-size: 10% 100% !important
  }

  .xl-bg-100-10 {
    background-size: 100% 10% !important
  }

  .xl-bg-25-100 {
    background-size: 25% 100% !important
  }

  .xl-bg-100-25 {
    background-size: 100% 25% !important
  }

  .xl-bg-50-100 {
    background-size: 50% 100% !important
  }

  .xl-bg-100-50 {
    background-size: 100% 50% !important
  }

  .xl-bg-100-100 {
    background-size: 100% 100% !important
  }
}

.linear-blue {
  background-image: linear-gradient(to right, #65B2FF 0%, #1773CE 100%) !important
}

.linear-indigo {
  background-image: linear-gradient(to right, #837AE6 0%, #3F33BD 100%) !important
}

.linear-gray {
  background-image: linear-gradient(to right, #B7C4CD 0%, #566E7E 100%) !important
}

.linear-purple {
  background-image: linear-gradient(to right, #CC88F7 0%, #840DCE 100%) !important
}

.linear-pink {
  background-image: linear-gradient(to right, #F58EB4 0%, #C9366C 100%) !important
}

.linear-red {
  background-image: linear-gradient(to right, #ED6D72 0%, #CC191F 100%) !important
}

.linear-orange {
  background-image: linear-gradient(to right, #FFB872 0%, #E77400 100%) !important
}

.linear-yellow {
  background-image: linear-gradient(to right, #FDE482 0%, #DDB104 100%) !important
}

.linear-pear {
  background-image: linear-gradient(to right, #DDE965 0%, #9EAC18 100%) !important
}

.linear-green {
  background-image: linear-gradient(to right, #89E089 0%, #39AB39 100%) !important
}

.linear-mint {
  background-image: linear-gradient(to right, #89EABF 0%, #23C67E 100%) !important
}

.linear-teal {
  background-image: linear-gradient(to right, #95D1D9 0%, #378E99 100%) !important
}

.linear-slategray {
  background-image: linear-gradient(to right, #96B1CB 0%, #2F5070 100%) !important
}

.linear-brown {
  background-image: linear-gradient(to right, #C8B7B2 0%, #6B534C 100%) !important
}

.linear-wine {
  background-image: linear-gradient(to right, #D2939A 0%, #8E3A44 100%) !important
}

.linear-almond {
  background-image: linear-gradient(to right, #DCB792 0%, #AD7237 100%) !important
}

.blue-indigo {
  background-image: linear-gradient(to right, #409EFF 0%, #5A4FCF 100%);
  background-image: -o-linear-gradient(to right, #409EFF 0%, #5A4FCF 100%)
}

.blue-gray {
  background-image: linear-gradient(to right, #409EFF 0%, #668295 100%);
  background-image: -o-linear-gradient(to right, #409EFF 0%, #668295 100%)
}

.blue-purple {
  background-image: linear-gradient(to right, #409EFF 0%, #AA38F2 100%);
  background-image: -o-linear-gradient(to right, #409EFF 0%, #AA38F2 100%)
}

.blue-pink {
  background-image: linear-gradient(to right, #409EFF 0%, #F06597 100%);
  background-image: -o-linear-gradient(to right, #409EFF 0%, #F06597 100%)
}

.blue-red {
  background-image: linear-gradient(to right, #409EFF 0%, #E7393F 100%);
  background-image: -o-linear-gradient(to right, #409EFF 0%, #E7393F 100%)
}

.blue-orange {
  background-image: linear-gradient(to right, #409EFF 0%, #FF8710 100%);
  background-image: -o-linear-gradient(to right, #409EFF 0%, #FF8710 100%)
}

.blue-yellow {
  background-image: linear-gradient(to right, #409EFF 0%, #FACB0E 100%);
  background-image: -o-linear-gradient(to right, #409EFF 0%, #FACB0E 100%)
}

.blue-pear {
  background-image: linear-gradient(to right, #409EFF 0%, #BECF1D 100%);
  background-image: -o-linear-gradient(to right, #409EFF 0%, #BECF1D 100%)
}

.blue-green {
  background-image: linear-gradient(to right, #409EFF 0%, #49C249 100%);
  background-image: -o-linear-gradient(to right, #409EFF 0%, #49C249 100%)
}

.blue-mint {
  background-image: linear-gradient(to right, #409EFF 0%, #35DB92 100%);
  background-image: -o-linear-gradient(to right, #409EFF 0%, #35DB92 100%)
}

.blue-teal {
  background-image: linear-gradient(to right, #409EFF 0%, #42A9B6 100%);
  background-image: -o-linear-gradient(to right, #409EFF 0%, #42A9B6 100%)
}

.blue-slategray {
  background-image: linear-gradient(to right, #409EFF 0%, #517495 100%);
  background-image: -o-linear-gradient(to right, #409EFF 0%, #517495 100%)
}

.blue-brown {
  background-image: linear-gradient(to right, #409EFF 0%, #8D6D64 100%);
  background-image: -o-linear-gradient(to right, #409EFF 0%, #8D6D64 100%)
}

.blue-wine {
  background-image: linear-gradient(to right, #409EFF 0%, #AA4652 100%);
  background-image: -o-linear-gradient(to right, #409EFF 0%, #AA4652 100%)
}

.blue-almond {
  background-image: linear-gradient(to right, #409EFF 0%, #C48647 100%);
  background-image: -o-linear-gradient(to right, #409EFF 0%, #C48647 100%)
}

.indigo-blue {
  background-image: linear-gradient(to right, #5A4FCF 0%, #409EFF 100%);
  background-image: -o-linear-gradient(to right, #5A4FCF 0%, #409EFF 100%)
}

.indigo-gray {
  background-image: linear-gradient(to right, #5A4FCF 0%, #668295 100%);
  background-image: -o-linear-gradient(to right, #5A4FCF 0%, #668295 100%)
}

.indigo-purple {
  background-image: linear-gradient(to right, #5A4FCF 0%, #AA38F2 100%);
  background-image: -o-linear-gradient(to right, #5A4FCF 0%, #AA38F2 100%)
}

.indigo-pink {
  background-image: linear-gradient(to right, #5A4FCF 0%, #F06597 100%);
  background-image: -o-linear-gradient(to right, #5A4FCF 0%, #F06597 100%)
}

.indigo-red {
  background-image: linear-gradient(to right, #5A4FCF 0%, #E7393F 100%);
  background-image: -o-linear-gradient(to right, #5A4FCF 0%, #E7393F 100%)
}

.indigo-orange {
  background-image: linear-gradient(to right, #5A4FCF 0%, #FF8710 100%);
  background-image: -o-linear-gradient(to right, #5A4FCF 0%, #FF8710 100%)
}

.indigo-yellow {
  background-image: linear-gradient(to right, #5A4FCF 0%, #FACB0E 100%);
  background-image: -o-linear-gradient(to right, #5A4FCF 0%, #FACB0E 100%)
}

.indigo-pear {
  background-image: linear-gradient(to right, #5A4FCF 0%, #BECF1D 100%);
  background-image: -o-linear-gradient(to right, #5A4FCF 0%, #BECF1D 100%)
}

.indigo-green {
  background-image: linear-gradient(to right, #5A4FCF 0%, #49C249 100%);
  background-image: -o-linear-gradient(to right, #5A4FCF 0%, #49C249 100%)
}

.indigo-mint {
  background-image: linear-gradient(to right, #5A4FCF 0%, #35DB92 100%);
  background-image: -o-linear-gradient(to right, #5A4FCF 0%, #35DB92 100%)
}

.indigo-teal {
  background-image: linear-gradient(to right, #5A4FCF 0%, #42A9B6 100%);
  background-image: -o-linear-gradient(to right, #5A4FCF 0%, #42A9B6 100%)
}

.indigo-slategray {
  background-image: linear-gradient(to right, #5A4FCF 0%, #517495 100%);
  background-image: -o-linear-gradient(to right, #5A4FCF 0%, #517495 100%)
}

.indigo-brown {
  background-image: linear-gradient(to right, #5A4FCF 0%, #8D6D64 100%);
  background-image: -o-linear-gradient(to right, #5A4FCF 0%, #8D6D64 100%)
}

.indigo-wine {
  background-image: linear-gradient(to right, #5A4FCF 0%, #AA4652 100%);
  background-image: -o-linear-gradient(to right, #5A4FCF 0%, #AA4652 100%)
}

.indigo-almond {
  background-image: linear-gradient(to right, #5A4FCF 0%, #C48647 100%);
  background-image: -o-linear-gradient(to right, #5A4FCF 0%, #C48647 100%)
}

.gray-blue {
  background-image: linear-gradient(to right, #668295 0%, #409EFF 100%);
  background-image: -o-linear-gradient(to right, #668295 0%, #409EFF 100%)
}

.gray-indigo {
  background-image: linear-gradient(to right, #668295 0%, #5A4FCF 100%);
  background-image: -o-linear-gradient(to right, #668295 0%, #5A4FCF 100%)
}

.gray-purple {
  background-image: linear-gradient(to right, #668295 0%, #AA38F2 100%);
  background-image: -o-linear-gradient(to right, #668295 0%, #AA38F2 100%)
}

.gray-pink {
  background-image: linear-gradient(to right, #668295 0%, #F06597 100%);
  background-image: -o-linear-gradient(to right, #668295 0%, #F06597 100%)
}

.gray-red {
  background-image: linear-gradient(to right, #668295 0%, #E7393F 100%);
  background-image: -o-linear-gradient(to right, #668295 0%, #E7393F 100%)
}

.gray-orange {
  background-image: linear-gradient(to right, #668295 0%, #FF8710 100%);
  background-image: -o-linear-gradient(to right, #668295 0%, #FF8710 100%)
}

.gray-yellow {
  background-image: linear-gradient(to right, #668295 0%, #FACB0E 100%);
  background-image: -o-linear-gradient(to right, #668295 0%, #FACB0E 100%)
}

.gray-pear {
  background-image: linear-gradient(to right, #668295 0%, #BECF1D 100%);
  background-image: -o-linear-gradient(to right, #668295 0%, #BECF1D 100%)
}

.gray-green {
  background-image: linear-gradient(to right, #668295 0%, #49C249 100%);
  background-image: -o-linear-gradient(to right, #668295 0%, #49C249 100%)
}

.gray-mint {
  background-image: linear-gradient(to right, #668295 0%, #35DB92 100%);
  background-image: -o-linear-gradient(to right, #668295 0%, #35DB92 100%)
}

.gray-teal {
  background-image: linear-gradient(to right, #668295 0%, #42A9B6 100%);
  background-image: -o-linear-gradient(to right, #668295 0%, #42A9B6 100%)
}

.gray-slategray {
  background-image: linear-gradient(to right, #668295 0%, #517495 100%);
  background-image: -o-linear-gradient(to right, #668295 0%, #517495 100%)
}

.gray-brown {
  background-image: linear-gradient(to right, #668295 0%, #8D6D64 100%);
  background-image: -o-linear-gradient(to right, #668295 0%, #8D6D64 100%)
}

.gray-wine {
  background-image: linear-gradient(to right, #668295 0%, #AA4652 100%);
  background-image: -o-linear-gradient(to right, #668295 0%, #AA4652 100%)
}

.gray-almond {
  background-image: linear-gradient(to right, #668295 0%, #C48647 100%);
  background-image: -o-linear-gradient(to right, #668295 0%, #C48647 100%)
}

.purple-blue {
  background-image: linear-gradient(to right, #AA38F2 0%, #409EFF 100%);
  background-image: -o-linear-gradient(to right, #AA38F2 0%, #409EFF 100%)
}

.purple-indigo {
  background-image: linear-gradient(to right, #AA38F2 0%, #5A4FCF 100%);
  background-image: -o-linear-gradient(to right, #AA38F2 0%, #5A4FCF 100%)
}

.purple-gray {
  background-image: linear-gradient(to right, #AA38F2 0%, #668295 100%);
  background-image: -o-linear-gradient(to right, #AA38F2 0%, #668295 100%)
}

.purple-pink {
  background-image: linear-gradient(to right, #AA38F2 0%, #F06597 100%);
  background-image: -o-linear-gradient(to right, #AA38F2 0%, #F06597 100%)
}

.purple-red {
  background-image: linear-gradient(to right, #AA38F2 0%, #E7393F 100%);
  background-image: -o-linear-gradient(to right, #AA38F2 0%, #E7393F 100%)
}

.purple-orange {
  background-image: linear-gradient(to right, #AA38F2 0%, #FF8710 100%);
  background-image: -o-linear-gradient(to right, #AA38F2 0%, #FF8710 100%)
}

.purple-yellow {
  background-image: linear-gradient(to right, #AA38F2 0%, #FACB0E 100%);
  background-image: -o-linear-gradient(to right, #AA38F2 0%, #FACB0E 100%)
}

.purple-pear {
  background-image: linear-gradient(to right, #AA38F2 0%, #BECF1D 100%);
  background-image: -o-linear-gradient(to right, #AA38F2 0%, #BECF1D 100%)
}

.purple-green {
  background-image: linear-gradient(to right, #AA38F2 0%, #49C249 100%);
  background-image: -o-linear-gradient(to right, #AA38F2 0%, #49C249 100%)
}

.purple-mint {
  background-image: linear-gradient(to right, #AA38F2 0%, #35DB92 100%);
  background-image: -o-linear-gradient(to right, #AA38F2 0%, #35DB92 100%)
}

.purple-teal {
  background-image: linear-gradient(to right, #AA38F2 0%, #42A9B6 100%);
  background-image: -o-linear-gradient(to right, #AA38F2 0%, #42A9B6 100%)
}

.purple-slategray {
  background-image: linear-gradient(to right, #AA38F2 0%, #517495 100%);
  background-image: -o-linear-gradient(to right, #AA38F2 0%, #517495 100%)
}

.purple-brown {
  background-image: linear-gradient(to right, #AA38F2 0%, #8D6D64 100%);
  background-image: -o-linear-gradient(to right, #AA38F2 0%, #8D6D64 100%)
}

.purple-wine {
  background-image: linear-gradient(to right, #AA38F2 0%, #AA4652 100%);
  background-image: -o-linear-gradient(to right, #AA38F2 0%, #AA4652 100%)
}

.purple-almond {
  background-image: linear-gradient(to right, #AA38F2 0%, #C48647 100%);
  background-image: -o-linear-gradient(to right, #AA38F2 0%, #C48647 100%)
}

.pink-blue {
  background-image: linear-gradient(to right, #F06597 0%, #409EFF 100%);
  background-image: -o-linear-gradient(to right, #F06597 0%, #409EFF 100%)
}

.pink-indigo {
  background-image: linear-gradient(to right, #F06597 0%, #5A4FCF 100%);
  background-image: -o-linear-gradient(to right, #F06597 0%, #5A4FCF 100%)
}

.pink-gray {
  background-image: linear-gradient(to right, #F06597 0%, #668295 100%);
  background-image: -o-linear-gradient(to right, #F06597 0%, #668295 100%)
}

.pink-purple {
  background-image: linear-gradient(to right, #F06597 0%, #AA38F2 100%);
  background-image: -o-linear-gradient(to right, #F06597 0%, #AA38F2 100%)
}

.pink-red {
  background-image: linear-gradient(to right, #F06597 0%, #E7393F 100%);
  background-image: -o-linear-gradient(to right, #F06597 0%, #E7393F 100%)
}

.pink-orange {
  background-image: linear-gradient(to right, #F06597 0%, #FF8710 100%);
  background-image: -o-linear-gradient(to right, #F06597 0%, #FF8710 100%)
}

.pink-yellow {
  background-image: linear-gradient(to right, #F06597 0%, #FACB0E 100%);
  background-image: -o-linear-gradient(to right, #F06597 0%, #FACB0E 100%)
}

.pink-pear {
  background-image: linear-gradient(to right, #F06597 0%, #BECF1D 100%);
  background-image: -o-linear-gradient(to right, #F06597 0%, #BECF1D 100%)
}

.pink-green {
  background-image: linear-gradient(to right, #F06597 0%, #49C249 100%);
  background-image: -o-linear-gradient(to right, #F06597 0%, #49C249 100%)
}

.pink-mint {
  background-image: linear-gradient(to right, #F06597 0%, #35DB92 100%);
  background-image: -o-linear-gradient(to right, #F06597 0%, #35DB92 100%)
}

.pink-teal {
  background-image: linear-gradient(to right, #F06597 0%, #42A9B6 100%);
  background-image: -o-linear-gradient(to right, #F06597 0%, #42A9B6 100%)
}

.pink-slategray {
  background-image: linear-gradient(to right, #F06597 0%, #517495 100%);
  background-image: -o-linear-gradient(to right, #F06597 0%, #517495 100%)
}

.pink-brown {
  background-image: linear-gradient(to right, #F06597 0%, #8D6D64 100%);
  background-image: -o-linear-gradient(to right, #F06597 0%, #8D6D64 100%)
}

.pink-wine {
  background-image: linear-gradient(to right, #F06597 0%, #AA4652 100%);
  background-image: -o-linear-gradient(to right, #F06597 0%, #AA4652 100%)
}

.pink-almond {
  background-image: linear-gradient(to right, #F06597 0%, #C48647 100%);
  background-image: -o-linear-gradient(to right, #F06597 0%, #C48647 100%)
}

.red-blue {
  background-image: linear-gradient(to right, #E7393F 0%, #409EFF 100%);
  background-image: -o-linear-gradient(to right, #E7393F 0%, #409EFF 100%)
}

.red-indigo {
  background-image: linear-gradient(to right, #E7393F 0%, #5A4FCF 100%);
  background-image: -o-linear-gradient(to right, #E7393F 0%, #5A4FCF 100%)
}

.red-gray {
  background-image: linear-gradient(to right, #E7393F 0%, #668295 100%);
  background-image: -o-linear-gradient(to right, #E7393F 0%, #668295 100%)
}

.red-purple {
  background-image: linear-gradient(to right, #E7393F 0%, #AA38F2 100%);
  background-image: -o-linear-gradient(to right, #E7393F 0%, #AA38F2 100%)
}

.red-pink {
  background-image: linear-gradient(to right, #E7393F 0%, #F06597 100%);
  background-image: -o-linear-gradient(to right, #E7393F 0%, #F06597 100%)
}

.red-orange {
  background-image: linear-gradient(to right, #E7393F 0%, #FF8710 100%);
  background-image: -o-linear-gradient(to right, #E7393F 0%, #FF8710 100%)
}

.red-yellow {
  background-image: linear-gradient(to right, #E7393F 0%, #FACB0E 100%);
  background-image: -o-linear-gradient(to right, #E7393F 0%, #FACB0E 100%)
}

.red-pear {
  background-image: linear-gradient(to right, #E7393F 0%, #BECF1D 100%);
  background-image: -o-linear-gradient(to right, #E7393F 0%, #BECF1D 100%)
}

.red-green {
  background-image: linear-gradient(to right, #E7393F 0%, #49C249 100%);
  background-image: -o-linear-gradient(to right, #E7393F 0%, #49C249 100%)
}

.red-mint {
  background-image: linear-gradient(to right, #E7393F 0%, #35DB92 100%);
  background-image: -o-linear-gradient(to right, #E7393F 0%, #35DB92 100%)
}

.red-teal {
  background-image: linear-gradient(to right, #E7393F 0%, #42A9B6 100%);
  background-image: -o-linear-gradient(to right, #E7393F 0%, #42A9B6 100%)
}

.red-slategray {
  background-image: linear-gradient(to right, #E7393F 0%, #517495 100%);
  background-image: -o-linear-gradient(to right, #E7393F 0%, #517495 100%)
}

.red-brown {
  background-image: linear-gradient(to right, #E7393F 0%, #8D6D64 100%);
  background-image: -o-linear-gradient(to right, #E7393F 0%, #8D6D64 100%)
}

.red-wine {
  background-image: linear-gradient(to right, #E7393F 0%, #AA4652 100%);
  background-image: -o-linear-gradient(to right, #E7393F 0%, #AA4652 100%)
}

.red-almond {
  background-image: linear-gradient(to right, #E7393F 0%, #C48647 100%);
  background-image: -o-linear-gradient(to right, #E7393F 0%, #C48647 100%)
}

.orange-blue {
  background-image: linear-gradient(to right, #FF8710 0%, #409EFF 100%);
  background-image: -o-linear-gradient(to right, #FF8710 0%, #409EFF 100%)
}

.orange-indigo {
  background-image: linear-gradient(to right, #FF8710 0%, #5A4FCF 100%);
  background-image: -o-linear-gradient(to right, #FF8710 0%, #5A4FCF 100%)
}

.orange-gray {
  background-image: linear-gradient(to right, #FF8710 0%, #668295 100%);
  background-image: -o-linear-gradient(to right, #FF8710 0%, #668295 100%)
}

.orange-purple {
  background-image: linear-gradient(to right, #FF8710 0%, #AA38F2 100%);
  background-image: -o-linear-gradient(to right, #FF8710 0%, #AA38F2 100%)
}

.orange-pink {
  background-image: linear-gradient(to right, #FF8710 0%, #F06597 100%);
  background-image: -o-linear-gradient(to right, #FF8710 0%, #F06597 100%)
}

.orange-red {
  background-image: linear-gradient(to right, #FF8710 0%, #E7393F 100%);
  background-image: -o-linear-gradient(to right, #FF8710 0%, #E7393F 100%)
}

.orange-yellow {
  background-image: linear-gradient(to right, #FF8710 0%, #FACB0E 100%);
  background-image: -o-linear-gradient(to right, #FF8710 0%, #FACB0E 100%)
}

.orange-pear {
  background-image: linear-gradient(to right, #FF8710 0%, #BECF1D 100%);
  background-image: -o-linear-gradient(to right, #FF8710 0%, #BECF1D 100%)
}

.orange-green {
  background-image: linear-gradient(to right, #FF8710 0%, #49C249 100%);
  background-image: -o-linear-gradient(to right, #FF8710 0%, #49C249 100%)
}

.orange-mint {
  background-image: linear-gradient(to right, #FF8710 0%, #35DB92 100%);
  background-image: -o-linear-gradient(to right, #FF8710 0%, #35DB92 100%)
}

.orange-teal {
  background-image: linear-gradient(to right, #FF8710 0%, #42A9B6 100%);
  background-image: -o-linear-gradient(to right, #FF8710 0%, #42A9B6 100%)
}

.orange-slategray {
  background-image: linear-gradient(to right, #FF8710 0%, #517495 100%);
  background-image: -o-linear-gradient(to right, #FF8710 0%, #517495 100%)
}

.orange-brown {
  background-image: linear-gradient(to right, #FF8710 0%, #8D6D64 100%);
  background-image: -o-linear-gradient(to right, #FF8710 0%, #8D6D64 100%)
}

.orange-wine {
  background-image: linear-gradient(to right, #FF8710 0%, #AA4652 100%);
  background-image: -o-linear-gradient(to right, #FF8710 0%, #AA4652 100%)
}

.orange-almond {
  background-image: linear-gradient(to right, #FF8710 0%, #C48647 100%);
  background-image: -o-linear-gradient(to right, #FF8710 0%, #C48647 100%)
}

.yellow-blue {
  background-image: linear-gradient(to right, #FACB0E 0%, #409EFF 100%);
  background-image: -o-linear-gradient(to right, #FACB0E 0%, #409EFF 100%)
}

.yellow-indigo {
  background-image: linear-gradient(to right, #FACB0E 0%, #5A4FCF 100%);
  background-image: -o-linear-gradient(to right, #FACB0E 0%, #5A4FCF 100%)
}

.yellow-gray {
  background-image: linear-gradient(to right, #FACB0E 0%, #668295 100%);
  background-image: -o-linear-gradient(to right, #FACB0E 0%, #668295 100%)
}

.yellow-purple {
  background-image: linear-gradient(to right, #FACB0E 0%, #AA38F2 100%);
  background-image: -o-linear-gradient(to right, #FACB0E 0%, #AA38F2 100%)
}

.yellow-pink {
  background-image: linear-gradient(to right, #FACB0E 0%, #F06597 100%);
  background-image: -o-linear-gradient(to right, #FACB0E 0%, #F06597 100%)
}

.yellow-red {
  background-image: linear-gradient(to right, #FACB0E 0%, #E7393F 100%);
  background-image: -o-linear-gradient(to right, #FACB0E 0%, #E7393F 100%)
}

.yellow-orange {
  background-image: linear-gradient(to right, #FACB0E 0%, #FF8710 100%);
  background-image: -o-linear-gradient(to right, #FACB0E 0%, #FF8710 100%)
}

.yellow-pear {
  background-image: linear-gradient(to right, #FACB0E 0%, #BECF1D 100%);
  background-image: -o-linear-gradient(to right, #FACB0E 0%, #BECF1D 100%)
}

.yellow-green {
  background-image: linear-gradient(to right, #FACB0E 0%, #49C249 100%);
  background-image: -o-linear-gradient(to right, #FACB0E 0%, #49C249 100%)
}

.yellow-mint {
  background-image: linear-gradient(to right, #FACB0E 0%, #35DB92 100%);
  background-image: -o-linear-gradient(to right, #FACB0E 0%, #35DB92 100%)
}

.yellow-teal {
  background-image: linear-gradient(to right, #FACB0E 0%, #42A9B6 100%);
  background-image: -o-linear-gradient(to right, #FACB0E 0%, #42A9B6 100%)
}

.yellow-slategray {
  background-image: linear-gradient(to right, #FACB0E 0%, #517495 100%);
  background-image: -o-linear-gradient(to right, #FACB0E 0%, #517495 100%)
}

.yellow-brown {
  background-image: linear-gradient(to right, #FACB0E 0%, #8D6D64 100%);
  background-image: -o-linear-gradient(to right, #FACB0E 0%, #8D6D64 100%)
}

.yellow-wine {
  background-image: linear-gradient(to right, #FACB0E 0%, #AA4652 100%);
  background-image: -o-linear-gradient(to right, #FACB0E 0%, #AA4652 100%)
}

.yellow-almond {
  background-image: linear-gradient(to right, #FACB0E 0%, #C48647 100%);
  background-image: -o-linear-gradient(to right, #FACB0E 0%, #C48647 100%)
}

.pear-blue {
  background-image: linear-gradient(to right, #BECF1D 0%, #409EFF 100%);
  background-image: -o-linear-gradient(to right, #BECF1D 0%, #409EFF 100%)
}

.pear-indigo {
  background-image: linear-gradient(to right, #BECF1D 0%, #5A4FCF 100%);
  background-image: -o-linear-gradient(to right, #BECF1D 0%, #5A4FCF 100%)
}

.pear-gray {
  background-image: linear-gradient(to right, #BECF1D 0%, #668295 100%);
  background-image: -o-linear-gradient(to right, #BECF1D 0%, #668295 100%)
}

.pear-purple {
  background-image: linear-gradient(to right, #BECF1D 0%, #AA38F2 100%);
  background-image: -o-linear-gradient(to right, #BECF1D 0%, #AA38F2 100%)
}

.pear-pink {
  background-image: linear-gradient(to right, #BECF1D 0%, #F06597 100%);
  background-image: -o-linear-gradient(to right, #BECF1D 0%, #F06597 100%)
}

.pear-red {
  background-image: linear-gradient(to right, #BECF1D 0%, #E7393F 100%);
  background-image: -o-linear-gradient(to right, #BECF1D 0%, #E7393F 100%)
}

.pear-orange {
  background-image: linear-gradient(to right, #BECF1D 0%, #FF8710 100%);
  background-image: -o-linear-gradient(to right, #BECF1D 0%, #FF8710 100%)
}

.pear-yellow {
  background-image: linear-gradient(to right, #BECF1D 0%, #FACB0E 100%);
  background-image: -o-linear-gradient(to right, #BECF1D 0%, #FACB0E 100%)
}

.pear-green {
  background-image: linear-gradient(to right, #BECF1D 0%, #49C249 100%);
  background-image: -o-linear-gradient(to right, #BECF1D 0%, #49C249 100%)
}

.pear-mint {
  background-image: linear-gradient(to right, #BECF1D 0%, #35DB92 100%);
  background-image: -o-linear-gradient(to right, #BECF1D 0%, #35DB92 100%)
}

.pear-teal {
  background-image: linear-gradient(to right, #BECF1D 0%, #42A9B6 100%);
  background-image: -o-linear-gradient(to right, #BECF1D 0%, #42A9B6 100%)
}

.pear-slategray {
  background-image: linear-gradient(to right, #BECF1D 0%, #517495 100%);
  background-image: -o-linear-gradient(to right, #BECF1D 0%, #517495 100%)
}

.pear-brown {
  background-image: linear-gradient(to right, #BECF1D 0%, #8D6D64 100%);
  background-image: -o-linear-gradient(to right, #BECF1D 0%, #8D6D64 100%)
}

.pear-wine {
  background-image: linear-gradient(to right, #BECF1D 0%, #AA4652 100%);
  background-image: -o-linear-gradient(to right, #BECF1D 0%, #AA4652 100%)
}

.pear-almond {
  background-image: linear-gradient(to right, #BECF1D 0%, #C48647 100%);
  background-image: -o-linear-gradient(to right, #BECF1D 0%, #C48647 100%)
}

.green-blue {
  background-image: linear-gradient(to right, #49C249 0%, #409EFF 100%);
  background-image: -o-linear-gradient(to right, #49C249 0%, #409EFF 100%)
}

.green-indigo {
  background-image: linear-gradient(to right, #49C249 0%, #5A4FCF 100%);
  background-image: -o-linear-gradient(to right, #49C249 0%, #5A4FCF 100%)
}

.green-gray {
  background-image: linear-gradient(to right, #49C249 0%, #668295 100%);
  background-image: -o-linear-gradient(to right, #49C249 0%, #668295 100%)
}

.green-purple {
  background-image: linear-gradient(to right, #49C249 0%, #AA38F2 100%);
  background-image: -o-linear-gradient(to right, #49C249 0%, #AA38F2 100%)
}

.green-pink {
  background-image: linear-gradient(to right, #49C249 0%, #F06597 100%);
  background-image: -o-linear-gradient(to right, #49C249 0%, #F06597 100%)
}

.green-red {
  background-image: linear-gradient(to right, #49C249 0%, #E7393F 100%);
  background-image: -o-linear-gradient(to right, #49C249 0%, #E7393F 100%)
}

.green-orange {
  background-image: linear-gradient(to right, #49C249 0%, #FF8710 100%);
  background-image: -o-linear-gradient(to right, #49C249 0%, #FF8710 100%)
}

.green-yellow {
  background-image: linear-gradient(to right, #49C249 0%, #FACB0E 100%);
  background-image: -o-linear-gradient(to right, #49C249 0%, #FACB0E 100%)
}

.green-pear {
  background-image: linear-gradient(to right, #49C249 0%, #BECF1D 100%);
  background-image: -o-linear-gradient(to right, #49C249 0%, #BECF1D 100%)
}

.green-mint {
  background-image: linear-gradient(to right, #49C249 0%, #35DB92 100%);
  background-image: -o-linear-gradient(to right, #49C249 0%, #35DB92 100%)
}

.green-teal {
  background-image: linear-gradient(to right, #49C249 0%, #42A9B6 100%);
  background-image: -o-linear-gradient(to right, #49C249 0%, #42A9B6 100%)
}

.green-slategray {
  background-image: linear-gradient(to right, #49C249 0%, #517495 100%);
  background-image: -o-linear-gradient(to right, #49C249 0%, #517495 100%)
}

.green-brown {
  background-image: linear-gradient(to right, #49C249 0%, #8D6D64 100%);
  background-image: -o-linear-gradient(to right, #49C249 0%, #8D6D64 100%)
}

.green-wine {
  background-image: linear-gradient(to right, #49C249 0%, #AA4652 100%);
  background-image: -o-linear-gradient(to right, #49C249 0%, #AA4652 100%)
}

.green-almond {
  background-image: linear-gradient(to right, #49C249 0%, #C48647 100%);
  background-image: -o-linear-gradient(to right, #49C249 0%, #C48647 100%)
}

.mint-blue {
  background-image: linear-gradient(to right, #35DB92 0%, #409EFF 100%);
  background-image: -o-linear-gradient(to right, #35DB92 0%, #409EFF 100%)
}

.mint-indigo {
  background-image: linear-gradient(to right, #35DB92 0%, #5A4FCF 100%);
  background-image: -o-linear-gradient(to right, #35DB92 0%, #5A4FCF 100%)
}

.mint-gray {
  background-image: linear-gradient(to right, #35DB92 0%, #668295 100%);
  background-image: -o-linear-gradient(to right, #35DB92 0%, #668295 100%)
}

.mint-purple {
  background-image: linear-gradient(to right, #35DB92 0%, #AA38F2 100%);
  background-image: -o-linear-gradient(to right, #35DB92 0%, #AA38F2 100%)
}

.mint-pink {
  background-image: linear-gradient(to right, #35DB92 0%, #F06597 100%);
  background-image: -o-linear-gradient(to right, #35DB92 0%, #F06597 100%)
}

.mint-red {
  background-image: linear-gradient(to right, #35DB92 0%, #E7393F 100%);
  background-image: -o-linear-gradient(to right, #35DB92 0%, #E7393F 100%)
}

.mint-orange {
  background-image: linear-gradient(to right, #35DB92 0%, #FF8710 100%);
  background-image: -o-linear-gradient(to right, #35DB92 0%, #FF8710 100%)
}

.mint-yellow {
  background-image: linear-gradient(to right, #35DB92 0%, #FACB0E 100%);
  background-image: -o-linear-gradient(to right, #35DB92 0%, #FACB0E 100%)
}

.mint-pear {
  background-image: linear-gradient(to right, #35DB92 0%, #BECF1D 100%);
  background-image: -o-linear-gradient(to right, #35DB92 0%, #BECF1D 100%)
}

.mint-green {
  background-image: linear-gradient(to right, #35DB92 0%, #49C249 100%);
  background-image: -o-linear-gradient(to right, #35DB92 0%, #49C249 100%)
}

.mint-teal {
  background-image: linear-gradient(to right, #35DB92 0%, #42A9B6 100%);
  background-image: -o-linear-gradient(to right, #35DB92 0%, #42A9B6 100%)
}

.mint-slategray {
  background-image: linear-gradient(to right, #35DB92 0%, #517495 100%);
  background-image: -o-linear-gradient(to right, #35DB92 0%, #517495 100%)
}

.mint-brown {
  background-image: linear-gradient(to right, #35DB92 0%, #8D6D64 100%);
  background-image: -o-linear-gradient(to right, #35DB92 0%, #8D6D64 100%)
}

.mint-wine {
  background-image: linear-gradient(to right, #35DB92 0%, #AA4652 100%);
  background-image: -o-linear-gradient(to right, #35DB92 0%, #AA4652 100%)
}

.mint-almond {
  background-image: linear-gradient(to right, #35DB92 0%, #C48647 100%);
  background-image: -o-linear-gradient(to right, #35DB92 0%, #C48647 100%)
}

.teal-blue {
  background-image: linear-gradient(to right, #42A9B6 0%, #409EFF 100%);
  background-image: -o-linear-gradient(to right, #42A9B6 0%, #409EFF 100%)
}

.teal-indigo {
  background-image: linear-gradient(to right, #42A9B6 0%, #5A4FCF 100%);
  background-image: -o-linear-gradient(to right, #42A9B6 0%, #5A4FCF 100%)
}

.teal-gray {
  background-image: linear-gradient(to right, #42A9B6 0%, #668295 100%);
  background-image: -o-linear-gradient(to right, #42A9B6 0%, #668295 100%)
}

.teal-purple {
  background-image: linear-gradient(to right, #42A9B6 0%, #AA38F2 100%);
  background-image: -o-linear-gradient(to right, #42A9B6 0%, #AA38F2 100%)
}

.teal-pink {
  background-image: linear-gradient(to right, #42A9B6 0%, #F06597 100%);
  background-image: -o-linear-gradient(to right, #42A9B6 0%, #F06597 100%)
}

.teal-red {
  background-image: linear-gradient(to right, #42A9B6 0%, #E7393F 100%);
  background-image: -o-linear-gradient(to right, #42A9B6 0%, #E7393F 100%)
}

.teal-orange {
  background-image: linear-gradient(to right, #42A9B6 0%, #FF8710 100%);
  background-image: -o-linear-gradient(to right, #42A9B6 0%, #FF8710 100%)
}

.teal-yellow {
  background-image: linear-gradient(to right, #42A9B6 0%, #FACB0E 100%);
  background-image: -o-linear-gradient(to right, #42A9B6 0%, #FACB0E 100%)
}

.teal-pear {
  background-image: linear-gradient(to right, #42A9B6 0%, #BECF1D 100%);
  background-image: -o-linear-gradient(to right, #42A9B6 0%, #BECF1D 100%)
}

.teal-green {
  background-image: linear-gradient(to right, #42A9B6 0%, #49C249 100%);
  background-image: -o-linear-gradient(to right, #42A9B6 0%, #49C249 100%)
}

.teal-mint {
  background-image: linear-gradient(to right, #42A9B6 0%, #35DB92 100%);
  background-image: -o-linear-gradient(to right, #42A9B6 0%, #35DB92 100%)
}

.teal-slategray {
  background-image: linear-gradient(to right, #42A9B6 0%, #517495 100%);
  background-image: -o-linear-gradient(to right, #42A9B6 0%, #517495 100%)
}

.teal-brown {
  background-image: linear-gradient(to right, #42A9B6 0%, #8D6D64 100%);
  background-image: -o-linear-gradient(to right, #42A9B6 0%, #8D6D64 100%)
}

.teal-wine {
  background-image: linear-gradient(to right, #42A9B6 0%, #AA4652 100%);
  background-image: -o-linear-gradient(to right, #42A9B6 0%, #AA4652 100%)
}

.teal-almond {
  background-image: linear-gradient(to right, #42A9B6 0%, #C48647 100%);
  background-image: -o-linear-gradient(to right, #42A9B6 0%, #C48647 100%)
}

.slategray-blue {
  background-image: linear-gradient(to right, #517495 0%, #409EFF 100%);
  background-image: -o-linear-gradient(to right, #517495 0%, #409EFF 100%)
}

.slategray-indigo {
  background-image: linear-gradient(to right, #517495 0%, #5A4FCF 100%);
  background-image: -o-linear-gradient(to right, #517495 0%, #5A4FCF 100%)
}

.slategray-gray {
  background-image: linear-gradient(to right, #517495 0%, #668295 100%);
  background-image: -o-linear-gradient(to right, #517495 0%, #668295 100%)
}

.slategray-purple {
  background-image: linear-gradient(to right, #517495 0%, #AA38F2 100%);
  background-image: -o-linear-gradient(to right, #517495 0%, #AA38F2 100%)
}

.slategray-pink {
  background-image: linear-gradient(to right, #517495 0%, #F06597 100%);
  background-image: -o-linear-gradient(to right, #517495 0%, #F06597 100%)
}

.slategray-red {
  background-image: linear-gradient(to right, #517495 0%, #E7393F 100%);
  background-image: -o-linear-gradient(to right, #517495 0%, #E7393F 100%)
}

.slategray-orange {
  background-image: linear-gradient(to right, #517495 0%, #FF8710 100%);
  background-image: -o-linear-gradient(to right, #517495 0%, #FF8710 100%)
}

.slategray-yellow {
  background-image: linear-gradient(to right, #517495 0%, #FACB0E 100%);
  background-image: -o-linear-gradient(to right, #517495 0%, #FACB0E 100%)
}

.slategray-pear {
  background-image: linear-gradient(to right, #517495 0%, #BECF1D 100%);
  background-image: -o-linear-gradient(to right, #517495 0%, #BECF1D 100%)
}

.slategray-green {
  background-image: linear-gradient(to right, #517495 0%, #49C249 100%);
  background-image: -o-linear-gradient(to right, #517495 0%, #49C249 100%)
}

.slategray-mint {
  background-image: linear-gradient(to right, #517495 0%, #35DB92 100%);
  background-image: -o-linear-gradient(to right, #517495 0%, #35DB92 100%)
}

.slategray-teal {
  background-image: linear-gradient(to right, #517495 0%, #42A9B6 100%);
  background-image: -o-linear-gradient(to right, #517495 0%, #42A9B6 100%)
}

.slategray-brown {
  background-image: linear-gradient(to right, #517495 0%, #8D6D64 100%);
  background-image: -o-linear-gradient(to right, #517495 0%, #8D6D64 100%)
}

.slategray-wine {
  background-image: linear-gradient(to right, #517495 0%, #AA4652 100%);
  background-image: -o-linear-gradient(to right, #517495 0%, #AA4652 100%)
}

.slategray-almond {
  background-image: linear-gradient(to right, #517495 0%, #C48647 100%);
  background-image: -o-linear-gradient(to right, #517495 0%, #C48647 100%)
}

.brown-blue {
  background-image: linear-gradient(to right, #8D6D64 0%, #409EFF 100%);
  background-image: -o-linear-gradient(to right, #8D6D64 0%, #409EFF 100%)
}

.brown-indigo {
  background-image: linear-gradient(to right, #8D6D64 0%, #5A4FCF 100%);
  background-image: -o-linear-gradient(to right, #8D6D64 0%, #5A4FCF 100%)
}

.brown-gray {
  background-image: linear-gradient(to right, #8D6D64 0%, #668295 100%);
  background-image: -o-linear-gradient(to right, #8D6D64 0%, #668295 100%)
}

.brown-purple {
  background-image: linear-gradient(to right, #8D6D64 0%, #AA38F2 100%);
  background-image: -o-linear-gradient(to right, #8D6D64 0%, #AA38F2 100%)
}

.brown-pink {
  background-image: linear-gradient(to right, #8D6D64 0%, #F06597 100%);
  background-image: -o-linear-gradient(to right, #8D6D64 0%, #F06597 100%)
}

.brown-red {
  background-image: linear-gradient(to right, #8D6D64 0%, #E7393F 100%);
  background-image: -o-linear-gradient(to right, #8D6D64 0%, #E7393F 100%)
}

.brown-orange {
  background-image: linear-gradient(to right, #8D6D64 0%, #FF8710 100%);
  background-image: -o-linear-gradient(to right, #8D6D64 0%, #FF8710 100%)
}

.brown-yellow {
  background-image: linear-gradient(to right, #8D6D64 0%, #FACB0E 100%);
  background-image: -o-linear-gradient(to right, #8D6D64 0%, #FACB0E 100%)
}

.brown-pear {
  background-image: linear-gradient(to right, #8D6D64 0%, #BECF1D 100%);
  background-image: -o-linear-gradient(to right, #8D6D64 0%, #BECF1D 100%)
}

.brown-green {
  background-image: linear-gradient(to right, #8D6D64 0%, #49C249 100%);
  background-image: -o-linear-gradient(to right, #8D6D64 0%, #49C249 100%)
}

.brown-mint {
  background-image: linear-gradient(to right, #8D6D64 0%, #35DB92 100%);
  background-image: -o-linear-gradient(to right, #8D6D64 0%, #35DB92 100%)
}

.brown-teal {
  background-image: linear-gradient(to right, #8D6D64 0%, #42A9B6 100%);
  background-image: -o-linear-gradient(to right, #8D6D64 0%, #42A9B6 100%)
}

.brown-slategray {
  background-image: linear-gradient(to right, #8D6D64 0%, #517495 100%);
  background-image: -o-linear-gradient(to right, #8D6D64 0%, #517495 100%)
}

.brown-wine {
  background-image: linear-gradient(to right, #8D6D64 0%, #AA4652 100%);
  background-image: -o-linear-gradient(to right, #8D6D64 0%, #AA4652 100%)
}

.brown-almond {
  background-image: linear-gradient(to right, #8D6D64 0%, #C48647 100%);
  background-image: -o-linear-gradient(to right, #8D6D64 0%, #C48647 100%)
}

.wine-blue {
  background-image: linear-gradient(to right, #AA4652 0%, #409EFF 100%);
  background-image: -o-linear-gradient(to right, #AA4652 0%, #409EFF 100%)
}

.wine-indigo {
  background-image: linear-gradient(to right, #AA4652 0%, #5A4FCF 100%);
  background-image: -o-linear-gradient(to right, #AA4652 0%, #5A4FCF 100%)
}

.wine-gray {
  background-image: linear-gradient(to right, #AA4652 0%, #668295 100%);
  background-image: -o-linear-gradient(to right, #AA4652 0%, #668295 100%)
}

.wine-purple {
  background-image: linear-gradient(to right, #AA4652 0%, #AA38F2 100%);
  background-image: -o-linear-gradient(to right, #AA4652 0%, #AA38F2 100%)
}

.wine-pink {
  background-image: linear-gradient(to right, #AA4652 0%, #F06597 100%);
  background-image: -o-linear-gradient(to right, #AA4652 0%, #F06597 100%)
}

.wine-red {
  background-image: linear-gradient(to right, #AA4652 0%, #E7393F 100%);
  background-image: -o-linear-gradient(to right, #AA4652 0%, #E7393F 100%)
}

.wine-orange {
  background-image: linear-gradient(to right, #AA4652 0%, #FF8710 100%);
  background-image: -o-linear-gradient(to right, #AA4652 0%, #FF8710 100%)
}

.wine-yellow {
  background-image: linear-gradient(to right, #AA4652 0%, #FACB0E 100%);
  background-image: -o-linear-gradient(to right, #AA4652 0%, #FACB0E 100%)
}

.wine-pear {
  background-image: linear-gradient(to right, #AA4652 0%, #BECF1D 100%);
  background-image: -o-linear-gradient(to right, #AA4652 0%, #BECF1D 100%)
}

.wine-green {
  background-image: linear-gradient(to right, #AA4652 0%, #49C249 100%);
  background-image: -o-linear-gradient(to right, #AA4652 0%, #49C249 100%)
}

.wine-mint {
  background-image: linear-gradient(to right, #AA4652 0%, #35DB92 100%);
  background-image: -o-linear-gradient(to right, #AA4652 0%, #35DB92 100%)
}

.wine-teal {
  background-image: linear-gradient(to right, #AA4652 0%, #42A9B6 100%);
  background-image: -o-linear-gradient(to right, #AA4652 0%, #42A9B6 100%)
}

.wine-slategray {
  background-image: linear-gradient(to right, #AA4652 0%, #517495 100%);
  background-image: -o-linear-gradient(to right, #AA4652 0%, #517495 100%)
}

.wine-brown {
  background-image: linear-gradient(to right, #AA4652 0%, #8D6D64 100%);
  background-image: -o-linear-gradient(to right, #AA4652 0%, #8D6D64 100%)
}

.wine-almond {
  background-image: linear-gradient(to right, #AA4652 0%, #C48647 100%);
  background-image: -o-linear-gradient(to right, #AA4652 0%, #C48647 100%)
}

.almond-blue {
  background-image: linear-gradient(to right, #C48647 0%, #409EFF 100%);
  background-image: -o-linear-gradient(to right, #C48647 0%, #409EFF 100%)
}

.almond-indigo {
  background-image: linear-gradient(to right, #C48647 0%, #5A4FCF 100%);
  background-image: -o-linear-gradient(to right, #C48647 0%, #5A4FCF 100%)
}

.almond-gray {
  background-image: linear-gradient(to right, #C48647 0%, #668295 100%);
  background-image: -o-linear-gradient(to right, #C48647 0%, #668295 100%)
}

.almond-purple {
  background-image: linear-gradient(to right, #C48647 0%, #AA38F2 100%);
  background-image: -o-linear-gradient(to right, #C48647 0%, #AA38F2 100%)
}

.almond-pink {
  background-image: linear-gradient(to right, #C48647 0%, #F06597 100%);
  background-image: -o-linear-gradient(to right, #C48647 0%, #F06597 100%)
}

.almond-red {
  background-image: linear-gradient(to right, #C48647 0%, #E7393F 100%);
  background-image: -o-linear-gradient(to right, #C48647 0%, #E7393F 100%)
}

.almond-orange {
  background-image: linear-gradient(to right, #C48647 0%, #FF8710 100%);
  background-image: -o-linear-gradient(to right, #C48647 0%, #FF8710 100%)
}

.almond-yellow {
  background-image: linear-gradient(to right, #C48647 0%, #FACB0E 100%);
  background-image: -o-linear-gradient(to right, #C48647 0%, #FACB0E 100%)
}

.almond-pear {
  background-image: linear-gradient(to right, #C48647 0%, #BECF1D 100%);
  background-image: -o-linear-gradient(to right, #C48647 0%, #BECF1D 100%)
}

.almond-green {
  background-image: linear-gradient(to right, #C48647 0%, #49C249 100%);
  background-image: -o-linear-gradient(to right, #C48647 0%, #49C249 100%)
}

.almond-mint {
  background-image: linear-gradient(to right, #C48647 0%, #35DB92 100%);
  background-image: -o-linear-gradient(to right, #C48647 0%, #35DB92 100%)
}

.almond-teal {
  background-image: linear-gradient(to right, #C48647 0%, #42A9B6 100%);
  background-image: -o-linear-gradient(to right, #C48647 0%, #42A9B6 100%)
}

.almond-slategray {
  background-image: linear-gradient(to right, #C48647 0%, #517495 100%);
  background-image: -o-linear-gradient(to right, #C48647 0%, #517495 100%)
}

.almond-brown {
  background-image: linear-gradient(to right, #C48647 0%, #8D6D64 100%);
  background-image: -o-linear-gradient(to right, #C48647 0%, #8D6D64 100%)
}

.almond-wine {
  background-image: linear-gradient(to right, #C48647 0%, #AA4652 100%);
  background-image: -o-linear-gradient(to right, #C48647 0%, #AA4652 100%)
}

.border {
  border: 1px solid #E4E8EB
}

.br-none {
  border-radius: 0px !important
}

.br-t-none {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important
}

.br-r-none {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important
}

.br-b-none {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important
}

.br-l-none {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important
}

.br-0 {
  border-radius: 0px !important
}

.br-t-0 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important
}

.br-r-0 {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important
}

.br-b-0 {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important
}

.br-l-0 {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important
}

.br-1 {
  border-radius: 1px !important
}

.br-t-1 {
  border-top-left-radius: 1px !important;
  border-top-right-radius: 1px !important
}

.br-r-1 {
  border-top-right-radius: 1px !important;
  border-bottom-right-radius: 1px !important
}

.br-b-1 {
  border-bottom-left-radius: 1px !important;
  border-bottom-right-radius: 1px !important
}

.br-l-1 {
  border-top-left-radius: 1px !important;
  border-bottom-left-radius: 1px !important
}

.br-2 {
  border-radius: 2px !important
}

.br-t-2 {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important
}

.br-r-2 {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important
}

.br-b-2 {
  border-bottom-left-radius: 2px !important;
  border-bottom-right-radius: 2px !important
}

.br-l-2 {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important
}

.br-3 {
  border-radius: 3px !important
}

.br-t-3 {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important
}

.br-r-3 {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important
}

.br-b-3 {
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important
}

.br-l-3 {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important
}

.br-4 {
  border-radius: 4px !important
}

.br-t-4 {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important
}

.br-r-4 {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important
}

.br-b-4 {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important
}

.br-l-4 {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important
}

.br-6 {
  border-radius: 6px !important
}

.br-t-6 {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important
}

.br-r-6 {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important
}

.br-b-6 {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important
}

.br-l-6 {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important
}

.br-8 {
  border-radius: 8px !important
}

.br-t-8 {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important
}

.br-r-8 {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important
}

.br-b-8 {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important
}

.br-l-8 {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important
}

.br-12 {
  border-radius: 12px !important
}

.br-t-12 {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important
}

.br-r-12 {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important
}

.br-b-12 {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important
}

.br-l-12 {
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important
}

.br-16 {
  border-radius: 16px !important
}

.br-t-16 {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important
}

.br-r-16 {
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important
}

.br-b-16 {
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important
}

.br-l-16 {
  border-top-left-radius: 16px !important;
  border-bottom-left-radius: 16px !important
}

.br-round {
  border-radius: 9999rem !important
}

.br-t-round {
  border-top-left-radius: 9999rem !important;
  border-top-right-radius: 9999rem !important
}

.br-r-round {
  border-top-right-radius: 9999rem !important;
  border-bottom-right-radius: 9999rem !important
}

.br-b-round {
  border-bottom-left-radius: 9999rem !important;
  border-bottom-right-radius: 9999rem !important
}

.br-l-round {
  border-top-left-radius: 9999rem !important;
  border-bottom-left-radius: 9999rem !important
}

@media (min-width: 576px) {
  .sm-br-none {
    border-radius: 0px !important
  }

  .sm-br-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important
  }

  .sm-br-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important
  }

  .sm-br-b-none {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important
  }

  .sm-br-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important
  }

  .sm-br-0 {
    border-radius: 0px !important
  }

  .sm-br-t-0 {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important
  }

  .sm-br-r-0 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important
  }

  .sm-br-b-0 {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important
  }

  .sm-br-l-0 {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important
  }

  .sm-br-1 {
    border-radius: 1px !important
  }

  .sm-br-t-1 {
    border-top-left-radius: 1px !important;
    border-top-right-radius: 1px !important
  }

  .sm-br-r-1 {
    border-top-right-radius: 1px !important;
    border-bottom-right-radius: 1px !important
  }

  .sm-br-b-1 {
    border-bottom-left-radius: 1px !important;
    border-bottom-right-radius: 1px !important
  }

  .sm-br-l-1 {
    border-top-left-radius: 1px !important;
    border-bottom-left-radius: 1px !important
  }

  .sm-br-2 {
    border-radius: 2px !important
  }

  .sm-br-t-2 {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important
  }

  .sm-br-r-2 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important
  }

  .sm-br-b-2 {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important
  }

  .sm-br-l-2 {
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important
  }

  .sm-br-3 {
    border-radius: 3px !important
  }

  .sm-br-t-3 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important
  }

  .sm-br-r-3 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important
  }

  .sm-br-b-3 {
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important
  }

  .sm-br-l-3 {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important
  }

  .sm-br-4 {
    border-radius: 4px !important
  }

  .sm-br-t-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important
  }

  .sm-br-r-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
  }

  .sm-br-b-4 {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important
  }

  .sm-br-l-4 {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important
  }

  .sm-br-6 {
    border-radius: 6px !important
  }

  .sm-br-t-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important
  }

  .sm-br-r-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important
  }

  .sm-br-b-6 {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important
  }

  .sm-br-l-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important
  }

  .sm-br-8 {
    border-radius: 8px !important
  }

  .sm-br-t-8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important
  }

  .sm-br-r-8 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important
  }

  .sm-br-b-8 {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important
  }

  .sm-br-l-8 {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important
  }

  .sm-br-12 {
    border-radius: 12px !important
  }

  .sm-br-t-12 {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important
  }

  .sm-br-r-12 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important
  }

  .sm-br-b-12 {
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important
  }

  .sm-br-l-12 {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important
  }

  .sm-br-16 {
    border-radius: 16px !important
  }

  .sm-br-t-16 {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important
  }

  .sm-br-r-16 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important
  }

  .sm-br-b-16 {
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important
  }

  .sm-br-l-16 {
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important
  }

  .sm-br-round {
    border-radius: 9999rem !important
  }

  .sm-br-t-round {
    border-top-left-radius: 9999rem !important;
    border-top-right-radius: 9999rem !important
  }

  .sm-br-r-round {
    border-top-right-radius: 9999rem !important;
    border-bottom-right-radius: 9999rem !important
  }

  .sm-br-b-round {
    border-bottom-left-radius: 9999rem !important;
    border-bottom-right-radius: 9999rem !important
  }

  .sm-br-l-round {
    border-top-left-radius: 9999rem !important;
    border-bottom-left-radius: 9999rem !important
  }
}

@media (min-width: 768px) {
  .md-br-none {
    border-radius: 0px !important
  }

  .md-br-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important
  }

  .md-br-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important
  }

  .md-br-b-none {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important
  }

  .md-br-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important
  }

  .md-br-0 {
    border-radius: 0px !important
  }

  .md-br-t-0 {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important
  }

  .md-br-r-0 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important
  }

  .md-br-b-0 {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important
  }

  .md-br-l-0 {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important
  }

  .md-br-1 {
    border-radius: 1px !important
  }

  .md-br-t-1 {
    border-top-left-radius: 1px !important;
    border-top-right-radius: 1px !important
  }

  .md-br-r-1 {
    border-top-right-radius: 1px !important;
    border-bottom-right-radius: 1px !important
  }

  .md-br-b-1 {
    border-bottom-left-radius: 1px !important;
    border-bottom-right-radius: 1px !important
  }

  .md-br-l-1 {
    border-top-left-radius: 1px !important;
    border-bottom-left-radius: 1px !important
  }

  .md-br-2 {
    border-radius: 2px !important
  }

  .md-br-t-2 {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important
  }

  .md-br-r-2 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important
  }

  .md-br-b-2 {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important
  }

  .md-br-l-2 {
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important
  }

  .md-br-3 {
    border-radius: 3px !important
  }

  .md-br-t-3 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important
  }

  .md-br-r-3 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important
  }

  .md-br-b-3 {
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important
  }

  .md-br-l-3 {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important
  }

  .md-br-4 {
    border-radius: 4px !important
  }

  .md-br-t-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important
  }

  .md-br-r-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
  }

  .md-br-b-4 {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important
  }

  .md-br-l-4 {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important
  }

  .md-br-6 {
    border-radius: 6px !important
  }

  .md-br-t-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important
  }

  .md-br-r-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important
  }

  .md-br-b-6 {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important
  }

  .md-br-l-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important
  }

  .md-br-8 {
    border-radius: 8px !important
  }

  .md-br-t-8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important
  }

  .md-br-r-8 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important
  }

  .md-br-b-8 {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important
  }

  .md-br-l-8 {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important
  }

  .md-br-12 {
    border-radius: 12px !important
  }

  .md-br-t-12 {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important
  }

  .md-br-r-12 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important
  }

  .md-br-b-12 {
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important
  }

  .md-br-l-12 {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important
  }

  .md-br-16 {
    border-radius: 16px !important
  }

  .md-br-t-16 {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important
  }

  .md-br-r-16 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important
  }

  .md-br-b-16 {
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important
  }

  .md-br-l-16 {
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important
  }

  .md-br-round {
    border-radius: 9999rem !important
  }

  .md-br-t-round {
    border-top-left-radius: 9999rem !important;
    border-top-right-radius: 9999rem !important
  }

  .md-br-r-round {
    border-top-right-radius: 9999rem !important;
    border-bottom-right-radius: 9999rem !important
  }

  .md-br-b-round {
    border-bottom-left-radius: 9999rem !important;
    border-bottom-right-radius: 9999rem !important
  }

  .md-br-l-round {
    border-top-left-radius: 9999rem !important;
    border-bottom-left-radius: 9999rem !important
  }
}

@media (min-width: 992px) {
  .lg-br-none {
    border-radius: 0px !important
  }

  .lg-br-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important
  }

  .lg-br-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important
  }

  .lg-br-b-none {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important
  }

  .lg-br-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important
  }

  .lg-br-0 {
    border-radius: 0px !important
  }

  .lg-br-t-0 {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important
  }

  .lg-br-r-0 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important
  }

  .lg-br-b-0 {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important
  }

  .lg-br-l-0 {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important
  }

  .lg-br-1 {
    border-radius: 1px !important
  }

  .lg-br-t-1 {
    border-top-left-radius: 1px !important;
    border-top-right-radius: 1px !important
  }

  .lg-br-r-1 {
    border-top-right-radius: 1px !important;
    border-bottom-right-radius: 1px !important
  }

  .lg-br-b-1 {
    border-bottom-left-radius: 1px !important;
    border-bottom-right-radius: 1px !important
  }

  .lg-br-l-1 {
    border-top-left-radius: 1px !important;
    border-bottom-left-radius: 1px !important
  }

  .lg-br-2 {
    border-radius: 2px !important
  }

  .lg-br-t-2 {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important
  }

  .lg-br-r-2 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important
  }

  .lg-br-b-2 {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important
  }

  .lg-br-l-2 {
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important
  }

  .lg-br-3 {
    border-radius: 3px !important
  }

  .lg-br-t-3 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important
  }

  .lg-br-r-3 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important
  }

  .lg-br-b-3 {
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important
  }

  .lg-br-l-3 {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important
  }

  .lg-br-4 {
    border-radius: 4px !important
  }

  .lg-br-t-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important
  }

  .lg-br-r-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
  }

  .lg-br-b-4 {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important
  }

  .lg-br-l-4 {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important
  }

  .lg-br-6 {
    border-radius: 6px !important
  }

  .lg-br-t-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important
  }

  .lg-br-r-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important
  }

  .lg-br-b-6 {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important
  }

  .lg-br-l-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important
  }

  .lg-br-8 {
    border-radius: 8px !important
  }

  .lg-br-t-8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important
  }

  .lg-br-r-8 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important
  }

  .lg-br-b-8 {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important
  }

  .lg-br-l-8 {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important
  }

  .lg-br-12 {
    border-radius: 12px !important
  }

  .lg-br-t-12 {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important
  }

  .lg-br-r-12 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important
  }

  .lg-br-b-12 {
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important
  }

  .lg-br-l-12 {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important
  }

  .lg-br-16 {
    border-radius: 16px !important
  }

  .lg-br-t-16 {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important
  }

  .lg-br-r-16 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important
  }

  .lg-br-b-16 {
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important
  }

  .lg-br-l-16 {
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important
  }

  .lg-br-round {
    border-radius: 9999rem !important
  }

  .lg-br-t-round {
    border-top-left-radius: 9999rem !important;
    border-top-right-radius: 9999rem !important
  }

  .lg-br-r-round {
    border-top-right-radius: 9999rem !important;
    border-bottom-right-radius: 9999rem !important
  }

  .lg-br-b-round {
    border-bottom-left-radius: 9999rem !important;
    border-bottom-right-radius: 9999rem !important
  }

  .lg-br-l-round {
    border-top-left-radius: 9999rem !important;
    border-bottom-left-radius: 9999rem !important
  }
}

@media (min-width: 1200px) {
  .xl-br-none {
    border-radius: 0px !important
  }

  .xl-br-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important
  }

  .xl-br-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important
  }

  .xl-br-b-none {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important
  }

  .xl-br-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important
  }

  .xl-br-0 {
    border-radius: 0px !important
  }

  .xl-br-t-0 {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important
  }

  .xl-br-r-0 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important
  }

  .xl-br-b-0 {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important
  }

  .xl-br-l-0 {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important
  }

  .xl-br-1 {
    border-radius: 1px !important
  }

  .xl-br-t-1 {
    border-top-left-radius: 1px !important;
    border-top-right-radius: 1px !important
  }

  .xl-br-r-1 {
    border-top-right-radius: 1px !important;
    border-bottom-right-radius: 1px !important
  }

  .xl-br-b-1 {
    border-bottom-left-radius: 1px !important;
    border-bottom-right-radius: 1px !important
  }

  .xl-br-l-1 {
    border-top-left-radius: 1px !important;
    border-bottom-left-radius: 1px !important
  }

  .xl-br-2 {
    border-radius: 2px !important
  }

  .xl-br-t-2 {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important
  }

  .xl-br-r-2 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important
  }

  .xl-br-b-2 {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important
  }

  .xl-br-l-2 {
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important
  }

  .xl-br-3 {
    border-radius: 3px !important
  }

  .xl-br-t-3 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important
  }

  .xl-br-r-3 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important
  }

  .xl-br-b-3 {
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important
  }

  .xl-br-l-3 {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important
  }

  .xl-br-4 {
    border-radius: 4px !important
  }

  .xl-br-t-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important
  }

  .xl-br-r-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
  }

  .xl-br-b-4 {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important
  }

  .xl-br-l-4 {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important
  }

  .xl-br-6 {
    border-radius: 6px !important
  }

  .xl-br-t-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important
  }

  .xl-br-r-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important
  }

  .xl-br-b-6 {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important
  }

  .xl-br-l-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important
  }

  .xl-br-8 {
    border-radius: 8px !important
  }

  .xl-br-t-8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important
  }

  .xl-br-r-8 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important
  }

  .xl-br-b-8 {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important
  }

  .xl-br-l-8 {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important
  }

  .xl-br-12 {
    border-radius: 12px !important
  }

  .xl-br-t-12 {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important
  }

  .xl-br-r-12 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important
  }

  .xl-br-b-12 {
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important
  }

  .xl-br-l-12 {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important
  }

  .xl-br-16 {
    border-radius: 16px !important
  }

  .xl-br-t-16 {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important
  }

  .xl-br-r-16 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important
  }

  .xl-br-b-16 {
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important
  }

  .xl-br-l-16 {
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important
  }

  .xl-br-round {
    border-radius: 9999rem !important
  }

  .xl-br-t-round {
    border-top-left-radius: 9999rem !important;
    border-top-right-radius: 9999rem !important
  }

  .xl-br-r-round {
    border-top-right-radius: 9999rem !important;
    border-bottom-right-radius: 9999rem !important
  }

  .xl-br-b-round {
    border-bottom-left-radius: 9999rem !important;
    border-bottom-right-radius: 9999rem !important
  }

  .xl-br-l-round {
    border-top-left-radius: 9999rem !important;
    border-bottom-left-radius: 9999rem !important
  }
}

.bw-0,
.hover-bw-0:hover,
.focus-bw-0:focus {
  border-width: 0px !important
}

.bw-t-0,
.hover-bw-t-0:hover,
.focus-bw-t-0:focus {
  border-top-width: 0px !important
}

.bw-r-0,
.hover-bw-r-0:hover,
.focus-bw-r-0:focus {
  border-right-width: 0px !important
}

.bw-b-0,
.hover-bw-b-0:hover,
.focus-bw-b-0:focus {
  border-bottom-width: 0px !important
}

.bw-l-0,
.hover-bw-l-0:hover,
.focus-bw-l-0:focus {
  border-left-width: 0px !important
}

.bw-1,
.hover-bw-1:hover,
.focus-bw-1:focus {
  border-width: 1px !important
}

.bw-t-1,
.hover-bw-t-1:hover,
.focus-bw-t-1:focus {
  border-top-width: 1px !important
}

.bw-r-1,
.hover-bw-r-1:hover,
.focus-bw-r-1:focus {
  border-right-width: 1px !important
}

.bw-b-1,
.hover-bw-b-1:hover,
.focus-bw-b-1:focus {
  border-bottom-width: 1px !important
}

.bw-l-1,
.hover-bw-l-1:hover,
.focus-bw-l-1:focus {
  border-left-width: 1px !important
}

.bw-2,
.hover-bw-2:hover,
.focus-bw-2:focus {
  border-width: 2px !important
}

.bw-t-2,
.hover-bw-t-2:hover,
.focus-bw-t-2:focus {
  border-top-width: 2px !important
}

.bw-r-2,
.hover-bw-r-2:hover,
.focus-bw-r-2:focus {
  border-right-width: 2px !important
}

.bw-b-2,
.hover-bw-b-2:hover,
.focus-bw-b-2:focus {
  border-bottom-width: 2px !important
}

.bw-l-2,
.hover-bw-l-2:hover,
.focus-bw-l-2:focus {
  border-left-width: 2px !important
}

.bw-3,
.hover-bw-3:hover,
.focus-bw-3:focus {
  border-width: 3px !important
}

.bw-t-3,
.hover-bw-t-3:hover,
.focus-bw-t-3:focus {
  border-top-width: 3px !important
}

.bw-r-3,
.hover-bw-r-3:hover,
.focus-bw-r-3:focus {
  border-right-width: 3px !important
}

.bw-b-3,
.hover-bw-b-3:hover,
.focus-bw-b-3:focus {
  border-bottom-width: 3px !important
}

.bw-l-3,
.hover-bw-l-3:hover,
.focus-bw-l-3:focus {
  border-left-width: 3px !important
}

.bw-4,
.hover-bw-4:hover,
.focus-bw-4:focus {
  border-width: 4px !important
}

.bw-t-4,
.hover-bw-t-4:hover,
.focus-bw-t-4:focus {
  border-top-width: 4px !important
}

.bw-r-4,
.hover-bw-r-4:hover,
.focus-bw-r-4:focus {
  border-right-width: 4px !important
}

.bw-b-4,
.hover-bw-b-4:hover,
.focus-bw-b-4:focus {
  border-bottom-width: 4px !important
}

.bw-l-4,
.hover-bw-l-4:hover,
.focus-bw-l-4:focus {
  border-left-width: 4px !important
}

.bw-6,
.hover-bw-6:hover,
.focus-bw-6:focus {
  border-width: 6px !important
}

.bw-t-6,
.hover-bw-t-6:hover,
.focus-bw-t-6:focus {
  border-top-width: 6px !important
}

.bw-r-6,
.hover-bw-r-6:hover,
.focus-bw-r-6:focus {
  border-right-width: 6px !important
}

.bw-b-6,
.hover-bw-b-6:hover,
.focus-bw-b-6:focus {
  border-bottom-width: 6px !important
}

.bw-l-6,
.hover-bw-l-6:hover,
.focus-bw-l-6:focus {
  border-left-width: 6px !important
}

.bw-8,
.hover-bw-8:hover,
.focus-bw-8:focus {
  border-width: 8px !important
}

.bw-t-8,
.hover-bw-t-8:hover,
.focus-bw-t-8:focus {
  border-top-width: 8px !important
}

.bw-r-8,
.hover-bw-r-8:hover,
.focus-bw-r-8:focus {
  border-right-width: 8px !important
}

.bw-b-8,
.hover-bw-b-8:hover,
.focus-bw-b-8:focus {
  border-bottom-width: 8px !important
}

.bw-l-8,
.hover-bw-l-8:hover,
.focus-bw-l-8:focus {
  border-left-width: 8px !important
}

.bw-12,
.hover-bw-12:hover,
.focus-bw-12:focus {
  border-width: 12px !important
}

.bw-t-12,
.hover-bw-t-12:hover,
.focus-bw-t-12:focus {
  border-top-width: 12px !important
}

.bw-r-12,
.hover-bw-r-12:hover,
.focus-bw-r-12:focus {
  border-right-width: 12px !important
}

.bw-b-12,
.hover-bw-b-12:hover,
.focus-bw-b-12:focus {
  border-bottom-width: 12px !important
}

.bw-l-12,
.hover-bw-l-12:hover,
.focus-bw-l-12:focus {
  border-left-width: 12px !important
}

.bw-16,
.hover-bw-16:hover,
.focus-bw-16:focus {
  border-width: 16px !important
}

.bw-t-16,
.hover-bw-t-16:hover,
.focus-bw-t-16:focus {
  border-top-width: 16px !important
}

.bw-r-16,
.hover-bw-r-16:hover,
.focus-bw-r-16:focus {
  border-right-width: 16px !important
}

.bw-b-16,
.hover-bw-b-16:hover,
.focus-bw-b-16:focus {
  border-bottom-width: 16px !important
}

.bw-l-16,
.hover-bw-l-16:hover,
.focus-bw-l-16:focus {
  border-left-width: 16px !important
}

@media (min-width: 576px) {
  .sm-bw-0 {
    border-width: 0px !important
  }

  .sm-bw-t-0 {
    border-top-width: 0px !important
  }

  .sm-bw-r-0 {
    border-right-width: 0px !important
  }

  .sm-bw-b-0 {
    border-bottom-width: 0px !important
  }

  .sm-bw-l-0 {
    border-left-width: 0px !important
  }

  .sm-bw-1 {
    border-width: 1px !important
  }

  .sm-bw-t-1 {
    border-top-width: 1px !important
  }

  .sm-bw-r-1 {
    border-right-width: 1px !important
  }

  .sm-bw-b-1 {
    border-bottom-width: 1px !important
  }

  .sm-bw-l-1 {
    border-left-width: 1px !important
  }

  .sm-bw-2 {
    border-width: 2px !important
  }

  .sm-bw-t-2 {
    border-top-width: 2px !important
  }

  .sm-bw-r-2 {
    border-right-width: 2px !important
  }

  .sm-bw-b-2 {
    border-bottom-width: 2px !important
  }

  .sm-bw-l-2 {
    border-left-width: 2px !important
  }

  .sm-bw-3 {
    border-width: 3px !important
  }

  .sm-bw-t-3 {
    border-top-width: 3px !important
  }

  .sm-bw-r-3 {
    border-right-width: 3px !important
  }

  .sm-bw-b-3 {
    border-bottom-width: 3px !important
  }

  .sm-bw-l-3 {
    border-left-width: 3px !important
  }

  .sm-bw-4 {
    border-width: 4px !important
  }

  .sm-bw-t-4 {
    border-top-width: 4px !important
  }

  .sm-bw-r-4 {
    border-right-width: 4px !important
  }

  .sm-bw-b-4 {
    border-bottom-width: 4px !important
  }

  .sm-bw-l-4 {
    border-left-width: 4px !important
  }

  .sm-bw-6 {
    border-width: 6px !important
  }

  .sm-bw-t-6 {
    border-top-width: 6px !important
  }

  .sm-bw-r-6 {
    border-right-width: 6px !important
  }

  .sm-bw-b-6 {
    border-bottom-width: 6px !important
  }

  .sm-bw-l-6 {
    border-left-width: 6px !important
  }

  .sm-bw-8 {
    border-width: 8px !important
  }

  .sm-bw-t-8 {
    border-top-width: 8px !important
  }

  .sm-bw-r-8 {
    border-right-width: 8px !important
  }

  .sm-bw-b-8 {
    border-bottom-width: 8px !important
  }

  .sm-bw-l-8 {
    border-left-width: 8px !important
  }

  .sm-bw-12 {
    border-width: 12px !important
  }

  .sm-bw-t-12 {
    border-top-width: 12px !important
  }

  .sm-bw-r-12 {
    border-right-width: 12px !important
  }

  .sm-bw-b-12 {
    border-bottom-width: 12px !important
  }

  .sm-bw-l-12 {
    border-left-width: 12px !important
  }

  .sm-bw-16 {
    border-width: 16px !important
  }

  .sm-bw-t-16 {
    border-top-width: 16px !important
  }

  .sm-bw-r-16 {
    border-right-width: 16px !important
  }

  .sm-bw-b-16 {
    border-bottom-width: 16px !important
  }

  .sm-bw-l-16 {
    border-left-width: 16px !important
  }
}

@media (min-width: 768px) {
  .md-bw-0 {
    border-width: 0px !important
  }

  .md-bw-t-0 {
    border-top-width: 0px !important
  }

  .md-bw-r-0 {
    border-right-width: 0px !important
  }

  .md-bw-b-0 {
    border-bottom-width: 0px !important
  }

  .md-bw-l-0 {
    border-left-width: 0px !important
  }

  .md-bw-1 {
    border-width: 1px !important
  }

  .md-bw-t-1 {
    border-top-width: 1px !important
  }

  .md-bw-r-1 {
    border-right-width: 1px !important
  }

  .md-bw-b-1 {
    border-bottom-width: 1px !important
  }

  .md-bw-l-1 {
    border-left-width: 1px !important
  }

  .md-bw-2 {
    border-width: 2px !important
  }

  .md-bw-t-2 {
    border-top-width: 2px !important
  }

  .md-bw-r-2 {
    border-right-width: 2px !important
  }

  .md-bw-b-2 {
    border-bottom-width: 2px !important
  }

  .md-bw-l-2 {
    border-left-width: 2px !important
  }

  .md-bw-3 {
    border-width: 3px !important
  }

  .md-bw-t-3 {
    border-top-width: 3px !important
  }

  .md-bw-r-3 {
    border-right-width: 3px !important
  }

  .md-bw-b-3 {
    border-bottom-width: 3px !important
  }

  .md-bw-l-3 {
    border-left-width: 3px !important
  }

  .md-bw-4 {
    border-width: 4px !important
  }

  .md-bw-t-4 {
    border-top-width: 4px !important
  }

  .md-bw-r-4 {
    border-right-width: 4px !important
  }

  .md-bw-b-4 {
    border-bottom-width: 4px !important
  }

  .md-bw-l-4 {
    border-left-width: 4px !important
  }

  .md-bw-6 {
    border-width: 6px !important
  }

  .md-bw-t-6 {
    border-top-width: 6px !important
  }

  .md-bw-r-6 {
    border-right-width: 6px !important
  }

  .md-bw-b-6 {
    border-bottom-width: 6px !important
  }

  .md-bw-l-6 {
    border-left-width: 6px !important
  }

  .md-bw-8 {
    border-width: 8px !important
  }

  .md-bw-t-8 {
    border-top-width: 8px !important
  }

  .md-bw-r-8 {
    border-right-width: 8px !important
  }

  .md-bw-b-8 {
    border-bottom-width: 8px !important
  }

  .md-bw-l-8 {
    border-left-width: 8px !important
  }

  .md-bw-12 {
    border-width: 12px !important
  }

  .md-bw-t-12 {
    border-top-width: 12px !important
  }

  .md-bw-r-12 {
    border-right-width: 12px !important
  }

  .md-bw-b-12 {
    border-bottom-width: 12px !important
  }

  .md-bw-l-12 {
    border-left-width: 12px !important
  }

  .md-bw-16 {
    border-width: 16px !important
  }

  .md-bw-t-16 {
    border-top-width: 16px !important
  }

  .md-bw-r-16 {
    border-right-width: 16px !important
  }

  .md-bw-b-16 {
    border-bottom-width: 16px !important
  }

  .md-bw-l-16 {
    border-left-width: 16px !important
  }
}

@media (min-width: 992px) {
  .lg-bw-0 {
    border-width: 0px !important
  }

  .lg-bw-t-0 {
    border-top-width: 0px !important
  }

  .lg-bw-r-0 {
    border-right-width: 0px !important
  }

  .lg-bw-b-0 {
    border-bottom-width: 0px !important
  }

  .lg-bw-l-0 {
    border-left-width: 0px !important
  }

  .lg-bw-1 {
    border-width: 1px !important
  }

  .lg-bw-t-1 {
    border-top-width: 1px !important
  }

  .lg-bw-r-1 {
    border-right-width: 1px !important
  }

  .lg-bw-b-1 {
    border-bottom-width: 1px !important
  }

  .lg-bw-l-1 {
    border-left-width: 1px !important
  }

  .lg-bw-2 {
    border-width: 2px !important
  }

  .lg-bw-t-2 {
    border-top-width: 2px !important
  }

  .lg-bw-r-2 {
    border-right-width: 2px !important
  }

  .lg-bw-b-2 {
    border-bottom-width: 2px !important
  }

  .lg-bw-l-2 {
    border-left-width: 2px !important
  }

  .lg-bw-3 {
    border-width: 3px !important
  }

  .lg-bw-t-3 {
    border-top-width: 3px !important
  }

  .lg-bw-r-3 {
    border-right-width: 3px !important
  }

  .lg-bw-b-3 {
    border-bottom-width: 3px !important
  }

  .lg-bw-l-3 {
    border-left-width: 3px !important
  }

  .lg-bw-4 {
    border-width: 4px !important
  }

  .lg-bw-t-4 {
    border-top-width: 4px !important
  }

  .lg-bw-r-4 {
    border-right-width: 4px !important
  }

  .lg-bw-b-4 {
    border-bottom-width: 4px !important
  }

  .lg-bw-l-4 {
    border-left-width: 4px !important
  }

  .lg-bw-6 {
    border-width: 6px !important
  }

  .lg-bw-t-6 {
    border-top-width: 6px !important
  }

  .lg-bw-r-6 {
    border-right-width: 6px !important
  }

  .lg-bw-b-6 {
    border-bottom-width: 6px !important
  }

  .lg-bw-l-6 {
    border-left-width: 6px !important
  }

  .lg-bw-8 {
    border-width: 8px !important
  }

  .lg-bw-t-8 {
    border-top-width: 8px !important
  }

  .lg-bw-r-8 {
    border-right-width: 8px !important
  }

  .lg-bw-b-8 {
    border-bottom-width: 8px !important
  }

  .lg-bw-l-8 {
    border-left-width: 8px !important
  }

  .lg-bw-12 {
    border-width: 12px !important
  }

  .lg-bw-t-12 {
    border-top-width: 12px !important
  }

  .lg-bw-r-12 {
    border-right-width: 12px !important
  }

  .lg-bw-b-12 {
    border-bottom-width: 12px !important
  }

  .lg-bw-l-12 {
    border-left-width: 12px !important
  }

  .lg-bw-16 {
    border-width: 16px !important
  }

  .lg-bw-t-16 {
    border-top-width: 16px !important
  }

  .lg-bw-r-16 {
    border-right-width: 16px !important
  }

  .lg-bw-b-16 {
    border-bottom-width: 16px !important
  }

  .lg-bw-l-16 {
    border-left-width: 16px !important
  }
}

@media (min-width: 1200px) {
  .xl-bw-0 {
    border-width: 0px !important
  }

  .xl-bw-t-0 {
    border-top-width: 0px !important
  }

  .xl-bw-r-0 {
    border-right-width: 0px !important
  }

  .xl-bw-b-0 {
    border-bottom-width: 0px !important
  }

  .xl-bw-l-0 {
    border-left-width: 0px !important
  }

  .xl-bw-1 {
    border-width: 1px !important
  }

  .xl-bw-t-1 {
    border-top-width: 1px !important
  }

  .xl-bw-r-1 {
    border-right-width: 1px !important
  }

  .xl-bw-b-1 {
    border-bottom-width: 1px !important
  }

  .xl-bw-l-1 {
    border-left-width: 1px !important
  }

  .xl-bw-2 {
    border-width: 2px !important
  }

  .xl-bw-t-2 {
    border-top-width: 2px !important
  }

  .xl-bw-r-2 {
    border-right-width: 2px !important
  }

  .xl-bw-b-2 {
    border-bottom-width: 2px !important
  }

  .xl-bw-l-2 {
    border-left-width: 2px !important
  }

  .xl-bw-3 {
    border-width: 3px !important
  }

  .xl-bw-t-3 {
    border-top-width: 3px !important
  }

  .xl-bw-r-3 {
    border-right-width: 3px !important
  }

  .xl-bw-b-3 {
    border-bottom-width: 3px !important
  }

  .xl-bw-l-3 {
    border-left-width: 3px !important
  }

  .xl-bw-4 {
    border-width: 4px !important
  }

  .xl-bw-t-4 {
    border-top-width: 4px !important
  }

  .xl-bw-r-4 {
    border-right-width: 4px !important
  }

  .xl-bw-b-4 {
    border-bottom-width: 4px !important
  }

  .xl-bw-l-4 {
    border-left-width: 4px !important
  }

  .xl-bw-6 {
    border-width: 6px !important
  }

  .xl-bw-t-6 {
    border-top-width: 6px !important
  }

  .xl-bw-r-6 {
    border-right-width: 6px !important
  }

  .xl-bw-b-6 {
    border-bottom-width: 6px !important
  }

  .xl-bw-l-6 {
    border-left-width: 6px !important
  }

  .xl-bw-8 {
    border-width: 8px !important
  }

  .xl-bw-t-8 {
    border-top-width: 8px !important
  }

  .xl-bw-r-8 {
    border-right-width: 8px !important
  }

  .xl-bw-b-8 {
    border-bottom-width: 8px !important
  }

  .xl-bw-l-8 {
    border-left-width: 8px !important
  }

  .xl-bw-12 {
    border-width: 12px !important
  }

  .xl-bw-t-12 {
    border-top-width: 12px !important
  }

  .xl-bw-r-12 {
    border-right-width: 12px !important
  }

  .xl-bw-b-12 {
    border-bottom-width: 12px !important
  }

  .xl-bw-l-12 {
    border-left-width: 12px !important
  }

  .xl-bw-16 {
    border-width: 16px !important
  }

  .xl-bw-t-16 {
    border-top-width: 16px !important
  }

  .xl-bw-r-16 {
    border-right-width: 16px !important
  }

  .xl-bw-b-16 {
    border-bottom-width: 16px !important
  }

  .xl-bw-l-16 {
    border-left-width: 16px !important
  }
}

.bc-black,
.hover-bc-black:hover,
.focus-bc-black:focus {
  border-color: #000 !important
}

.border-black {
  border: 1px solid #000 !important
}

.bc-white,
.hover-bc-white:hover,
.focus-bc-white:focus {
  border-color: #fff !important
}

.border-white {
  border: 1px solid #fff !important
}

.bc-transparent,
.hover-bc-transparent:hover,
.focus-bc-transparent:focus {
  border-color: rgba(0, 0, 0, 0) !important
}

.border-transparent {
  border: 1px solid rgba(0, 0, 0, 0) !important
}

.bc-blue-darkest,
.hover-bc-blue-darkest:hover,
.focus-bc-blue-darkest:focus {
  border-color: #02305D !important
}

.border-blue-darkest {
  border: 1px solid #02305D !important
}

.bc-blue-darker,
.hover-bc-blue-darker:hover,
.focus-bc-blue-darker:focus {
  border-color: #1A5D9E !important
}

.border-blue-darker {
  border: 1px solid #1A5D9E !important
}

.bc-blue-dark,
.hover-bc-blue-dark:hover,
.focus-bc-blue-dark:focus {
  border-color: #1773CE !important
}

.border-blue-dark {
  border: 1px solid #1773CE !important
}

.bc-blue,
.hover-bc-blue:hover,
.focus-bc-blue:focus {
  border-color: #409EFF !important
}

.border-blue {
  border: 1px solid #409EFF !important
}

.bc-blue-light,
.hover-bc-blue-light:hover,
.focus-bc-blue-light:focus {
  border-color: #65B2FF !important
}

.border-blue-light {
  border: 1px solid #65B2FF !important
}

.bc-blue-lighter,
.hover-bc-blue-lighter:hover,
.focus-bc-blue-lighter:focus {
  border-color: #B3D9FF !important
}

.border-blue-lighter {
  border: 1px solid #B3D9FF !important
}

.bc-blue-lightest,
.hover-bc-blue-lightest:hover,
.focus-bc-blue-lightest:focus {
  border-color: #ECF5FF !important
}

.border-blue-lightest {
  border: 1px solid #ECF5FF !important
}

.bc-indigo-darkest,
.hover-bc-indigo-darkest:hover,
.focus-bc-indigo-darkest:focus {
  border-color: #272075 !important
}

.border-indigo-darkest {
  border: 1px solid #272075 !important
}

.bc-indigo-darker,
.hover-bc-indigo-darker:hover,
.focus-bc-indigo-darker:focus {
  border-color: #332A99 !important
}

.border-indigo-darker {
  border: 1px solid #332A99 !important
}

.bc-indigo-dark,
.hover-bc-indigo-dark:hover,
.focus-bc-indigo-dark:focus {
  border-color: #3F33BD !important
}

.border-indigo-dark {
  border: 1px solid #3F33BD !important
}

.bc-indigo,
.hover-bc-indigo:hover,
.focus-bc-indigo:focus {
  border-color: #5A4FCF !important
}

.border-indigo {
  border: 1px solid #5A4FCF !important
}

.bc-indigo-light,
.hover-bc-indigo-light:hover,
.focus-bc-indigo-light:focus {
  border-color: #837AE6 !important
}

.border-indigo-light {
  border: 1px solid #837AE6 !important
}

.bc-indigo-lighter,
.hover-bc-indigo-lighter:hover,
.focus-bc-indigo-lighter:focus {
  border-color: #C2BDF6 !important
}

.border-indigo-lighter {
  border: 1px solid #C2BDF6 !important
}

.bc-indigo-lightest,
.hover-bc-indigo-lightest:hover,
.focus-bc-indigo-lightest:focus {
  border-color: #F0EEFF !important
}

.border-indigo-lightest {
  border: 1px solid #F0EEFF !important
}

.bc-purple-darkest,
.hover-bc-purple-darkest:hover,
.focus-bc-purple-darkest:focus {
  border-color: #3D065F !important
}

.border-purple-darkest {
  border: 1px solid #3D065F !important
}

.bc-purple-darker,
.hover-bc-purple-darker:hover,
.focus-bc-purple-darker:focus {
  border-color: #600A97 !important
}

.border-purple-darker {
  border: 1px solid #600A97 !important
}

.bc-purple-dark,
.hover-bc-purple-dark:hover,
.focus-bc-purple-dark:focus {
  border-color: #840DCE !important
}

.border-purple-dark {
  border: 1px solid #840DCE !important
}

.bc-purple,
.hover-bc-purple:hover,
.focus-bc-purple:focus {
  border-color: #AA38F2 !important
}

.border-purple {
  border: 1px solid #AA38F2 !important
}

.bc-purple-light,
.hover-bc-purple-light:hover,
.focus-bc-purple-light:focus {
  border-color: #CC88F7 !important
}

.border-purple-light {
  border: 1px solid #CC88F7 !important
}

.bc-purple-lighter,
.hover-bc-purple-lighter:hover,
.focus-bc-purple-lighter:focus {
  border-color: #E9CBFC !important
}

.border-purple-lighter {
  border: 1px solid #E9CBFC !important
}

.bc-purple-lightest,
.hover-bc-purple-lightest:hover,
.focus-bc-purple-lightest:focus {
  border-color: #F9F0FE !important
}

.border-purple-lightest {
  border: 1px solid #F9F0FE !important
}

.bc-pink-darkest,
.hover-bc-pink-darkest:hover,
.focus-bc-pink-darkest:focus {
  border-color: #580020 !important
}

.border-pink-darkest {
  border: 1px solid #580020 !important
}

.bc-pink-darker,
.hover-bc-pink-darker:hover,
.focus-bc-pink-darker:focus {
  border-color: #930036 !important
}

.border-pink-darker {
  border: 1px solid #930036 !important
}

.bc-pink-dark,
.hover-bc-pink-dark:hover,
.focus-bc-pink-dark:focus {
  border-color: #C9366C !important
}

.border-pink-dark {
  border: 1px solid #C9366C !important
}

.bc-pink,
.hover-bc-pink:hover,
.focus-bc-pink:focus {
  border-color: #F06597 !important
}

.border-pink {
  border: 1px solid #F06597 !important
}

.bc-pink-light,
.hover-bc-pink-light:hover,
.focus-bc-pink-light:focus {
  border-color: #F58EB4 !important
}

.border-pink-light {
  border: 1px solid #F58EB4 !important
}

.bc-pink-lighter,
.hover-bc-pink-lighter:hover,
.focus-bc-pink-lighter:focus {
  border-color: #FFCDDF !important
}

.border-pink-lighter {
  border: 1px solid #FFCDDF !important
}

.bc-pink-lightest,
.hover-bc-pink-lightest:hover,
.focus-bc-pink-lightest:focus {
  border-color: #FFEBF2 !important
}

.border-pink-lightest {
  border: 1px solid #FFEBF2 !important
}

.bc-red-darkest,
.hover-bc-red-darkest:hover,
.focus-bc-red-darkest:focus {
  border-color: #750E12 !important
}

.border-red-darkest {
  border: 1px solid #750E12 !important
}

.bc-red-darker,
.hover-bc-red-darker:hover,
.focus-bc-red-darker:focus {
  border-color: #A9151A !important
}

.border-red-darker {
  border: 1px solid #A9151A !important
}

.bc-red-dark,
.hover-bc-red-dark:hover,
.focus-bc-red-dark:focus {
  border-color: #CC191F !important
}

.border-red-dark {
  border: 1px solid #CC191F !important
}

.bc-red,
.hover-bc-red:hover,
.focus-bc-red:focus {
  border-color: #E7393F !important
}

.border-red {
  border: 1px solid #E7393F !important
}

.bc-red-light,
.hover-bc-red-light:hover,
.focus-bc-red-light:focus {
  border-color: #ED6D72 !important
}

.border-red-light {
  border: 1px solid #ED6D72 !important
}

.bc-red-lighter,
.hover-bc-red-lighter:hover,
.focus-bc-red-lighter:focus {
  border-color: #F8C5C7 !important
}

.border-red-lighter {
  border: 1px solid #F8C5C7 !important
}

.bc-red-lightest,
.hover-bc-red-lightest:hover,
.focus-bc-red-lightest:focus {
  border-color: #FCE8E8 !important
}

.border-red-lightest {
  border: 1px solid #FCE8E8 !important
}

.bc-orange-darkest,
.hover-bc-orange-darkest:hover,
.focus-bc-orange-darkest:focus {
  border-color: #854300 !important
}

.border-orange-darkest {
  border: 1px solid #854300 !important
}

.bc-orange-darker,
.hover-bc-orange-darker:hover,
.focus-bc-orange-darker:focus {
  border-color: #C06000 !important
}

.border-orange-darker {
  border: 1px solid #C06000 !important
}

.bc-orange-dark,
.hover-bc-orange-dark:hover,
.focus-bc-orange-dark:focus {
  border-color: #E77400 !important
}

.border-orange-dark {
  border: 1px solid #E77400 !important
}

.bc-orange,
.hover-bc-orange:hover,
.focus-bc-orange:focus {
  border-color: #FF8710 !important
}

.border-orange {
  border: 1px solid #FF8710 !important
}

.bc-orange-light,
.hover-bc-orange-light:hover,
.focus-bc-orange-light:focus {
  border-color: #FFB872 !important
}

.border-orange-light {
  border: 1px solid #FFB872 !important
}

.bc-orange-lighter,
.hover-bc-orange-lighter:hover,
.focus-bc-orange-lighter:focus {
  border-color: #FFE0C0 !important
}

.border-orange-lighter {
  border: 1px solid #FFE0C0 !important
}

.bc-orange-lightest,
.hover-bc-orange-lightest:hover,
.focus-bc-orange-lightest:focus {
  border-color: #FFF3E7 !important
}

.border-orange-lightest {
  border: 1px solid #FFF3E7 !important
}

.bc-yellow-darkest,
.hover-bc-yellow-darkest:hover,
.focus-bc-yellow-darkest:focus {
  border-color: #6A5502 !important
}

.border-yellow-darkest {
  border: 1px solid #6A5502 !important
}

.bc-yellow-darker,
.hover-bc-yellow-darker:hover,
.focus-bc-yellow-darker:focus {
  border-color: #B79303 !important
}

.border-yellow-darker {
  border: 1px solid #B79303 !important
}

.bc-yellow-dark,
.hover-bc-yellow-dark:hover,
.focus-bc-yellow-dark:focus {
  border-color: #DDB104 !important
}

.border-yellow-dark {
  border: 1px solid #DDB104 !important
}

.bc-yellow,
.hover-bc-yellow:hover,
.focus-bc-yellow:focus {
  border-color: #FACB0E !important
}

.border-yellow {
  border: 1px solid #FACB0E !important
}

.bc-yellow-light,
.hover-bc-yellow-light:hover,
.focus-bc-yellow-light:focus {
  border-color: #FDE482 !important
}

.border-yellow-light {
  border: 1px solid #FDE482 !important
}

.bc-yellow-lighter,
.hover-bc-yellow-lighter:hover,
.focus-bc-yellow-lighter:focus {
  border-color: #FEF0BC !important
}

.border-yellow-lighter {
  border: 1px solid #FEF0BC !important
}

.bc-yellow-lightest,
.hover-bc-yellow-lightest:hover,
.focus-bc-yellow-lightest:focus {
  border-color: #FEF7DB !important
}

.border-yellow-lightest {
  border: 1px solid #FEF7DB !important
}

.bc-pear-darkest,
.hover-bc-pear-darkest:hover,
.focus-bc-pear-darkest:focus {
  border-color: #4F560C !important
}

.border-pear-darkest {
  border: 1px solid #4F560C !important
}

.bc-pear-darker,
.hover-bc-pear-darker:hover,
.focus-bc-pear-darker:focus {
  border-color: #7F8A13 !important
}

.border-pear-darker {
  border: 1px solid #7F8A13 !important
}

.bc-pear-dark,
.hover-bc-pear-dark:hover,
.focus-bc-pear-dark:focus {
  border-color: #9EAC18 !important
}

.border-pear-dark {
  border: 1px solid #9EAC18 !important
}

.bc-pear,
.hover-bc-pear:hover,
.focus-bc-pear:focus {
  border-color: #BECF1D !important
}

.border-pear {
  border: 1px solid #BECF1D !important
}

.bc-pear-light,
.hover-bc-pear-light:hover,
.focus-bc-pear-light:focus {
  border-color: #DDE965 !important
}

.border-pear-light {
  border: 1px solid #DDE965 !important
}

.bc-pear-lighter,
.hover-bc-pear-lighter:hover,
.focus-bc-pear-lighter:focus {
  border-color: #F4F8CC !important
}

.border-pear-lighter {
  border: 1px solid #F4F8CC !important
}

.bc-pear-lightest,
.hover-bc-pear-lightest:hover,
.focus-bc-pear-lightest:focus {
  border-color: #FBFDEE !important
}

.border-pear-lightest {
  border: 1px solid #FBFDEE !important
}

.bc-green-darkest,
.hover-bc-green-darkest:hover,
.focus-bc-green-darkest:focus {
  border-color: #206120 !important
}

.border-green-darkest {
  border: 1px solid #206120 !important
}

.bc-green-darker,
.hover-bc-green-darker:hover,
.focus-bc-green-darker:focus {
  border-color: #2F8D2F !important
}

.border-green-darker {
  border: 1px solid #2F8D2F !important
}

.bc-green-dark,
.hover-bc-green-dark:hover,
.focus-bc-green-dark:focus {
  border-color: #39AB39 !important
}

.border-green-dark {
  border: 1px solid #39AB39 !important
}

.bc-green,
.hover-bc-green:hover,
.focus-bc-green:focus {
  border-color: #49C249 !important
}

.border-green {
  border: 1px solid #49C249 !important
}

.bc-green-light,
.hover-bc-green-light:hover,
.focus-bc-green-light:focus {
  border-color: #89E089 !important
}

.border-green-light {
  border: 1px solid #89E089 !important
}

.bc-green-lighter,
.hover-bc-green-lighter:hover,
.focus-bc-green-lighter:focus {
  border-color: #DCF3DC !important
}

.border-green-lighter {
  border: 1px solid #DCF3DC !important
}

.bc-green-lightest,
.hover-bc-green-lightest:hover,
.focus-bc-green-lightest:focus {
  border-color: #EAF8EA !important
}

.border-green-lightest {
  border: 1px solid #EAF8EA !important
}

.bc-mint-darkest,
.hover-bc-mint-darkest:hover,
.focus-bc-mint-darkest:focus {
  border-color: #136B44 !important
}

.border-mint-darkest {
  border: 1px solid #136B44 !important
}

.bc-mint-darker,
.hover-bc-mint-darker:hover,
.focus-bc-mint-darker:focus {
  border-color: #1DA569 !important
}

.border-mint-darker {
  border: 1px solid #1DA569 !important
}

.bc-mint-dark,
.hover-bc-mint-dark:hover,
.focus-bc-mint-dark:focus {
  border-color: #23C67E !important
}

.border-mint-dark {
  border: 1px solid #23C67E !important
}

.bc-mint,
.hover-bc-mint:hover,
.focus-bc-mint:focus {
  border-color: #35DB92 !important
}

.border-mint {
  border: 1px solid #35DB92 !important
}

.bc-mint-light,
.hover-bc-mint-light:hover,
.focus-bc-mint-light:focus {
  border-color: #89EABF !important
}

.border-mint-light {
  border: 1px solid #89EABF !important
}

.bc-mint-lighter,
.hover-bc-mint-lighter:hover,
.focus-bc-mint-lighter:focus {
  border-color: #DCF9EC !important
}

.border-mint-lighter {
  border: 1px solid #DCF9EC !important
}

.bc-mint-lightest,
.hover-bc-mint-lightest:hover,
.focus-bc-mint-lightest:focus {
  border-color: #F2FCF7 !important
}

.border-mint-lightest {
  border: 1px solid #F2FCF7 !important
}

.bc-teal-darkest,
.hover-bc-teal-darkest:hover,
.focus-bc-teal-darkest:focus {
  border-color: #225960 !important
}

.border-teal-darkest {
  border: 1px solid #225960 !important
}

.bc-teal-darker,
.hover-bc-teal-darker:hover,
.focus-bc-teal-darker:focus {
  border-color: #2D747D !important
}

.border-teal-darker {
  border: 1px solid #2D747D !important
}

.bc-teal-dark,
.hover-bc-teal-dark:hover,
.focus-bc-teal-dark:focus {
  border-color: #378E99 !important
}

.border-teal-dark {
  border: 1px solid #378E99 !important
}

.bc-teal,
.hover-bc-teal:hover,
.focus-bc-teal:focus {
  border-color: #42A9B6 !important
}

.border-teal {
  border: 1px solid #42A9B6 !important
}

.bc-teal-light,
.hover-bc-teal-light:hover,
.focus-bc-teal-light:focus {
  border-color: #95D1D9 !important
}

.border-teal-light {
  border: 1px solid #95D1D9 !important
}

.bc-teal-lighter,
.hover-bc-teal-lighter:hover,
.focus-bc-teal-lighter:focus {
  border-color: #DDF0F3 !important
}

.border-teal-lighter {
  border: 1px solid #DDF0F3 !important
}

.bc-teal-lightest,
.hover-bc-teal-lightest:hover,
.focus-bc-teal-lightest:focus {
  border-color: #EDF9FA !important
}

.border-teal-lightest {
  border: 1px solid #EDF9FA !important
}

.bc-wine-darkest,
.hover-bc-wine-darkest:hover,
.focus-bc-wine-darkest:focus {
  border-color: #481E23 !important
}

.border-wine-darkest {
  border: 1px solid #481E23 !important
}

.bc-wine-darker,
.hover-bc-wine-darker:hover,
.focus-bc-wine-darker:focus {
  border-color: #722F37 !important
}

.border-wine-darker {
  border: 1px solid #722F37 !important
}

.bc-wine-dark,
.hover-bc-wine-dark:hover,
.focus-bc-wine-dark:focus {
  border-color: #8E3A44 !important
}

.border-wine-dark {
  border: 1px solid #8E3A44 !important
}

.bc-wine,
.hover-bc-wine:hover,
.focus-bc-wine:focus {
  border-color: #AA4652 !important
}

.border-wine {
  border: 1px solid #AA4652 !important
}

.bc-wine-light,
.hover-bc-wine-light:hover,
.focus-bc-wine-light:focus {
  border-color: #D2939A !important
}

.border-wine-light {
  border: 1px solid #D2939A !important
}

.bc-wine-lighter,
.hover-bc-wine-lighter:hover,
.focus-bc-wine-lighter:focus {
  border-color: #EFD8DB !important
}

.border-wine-lighter {
  border: 1px solid #EFD8DB !important
}

.bc-wine-lightest,
.hover-bc-wine-lightest:hover,
.focus-bc-wine-lightest:focus {
  border-color: #FAF3F4 !important
}

.border-wine-lightest {
  border: 1px solid #FAF3F4 !important
}

.bc-brown-darkest,
.hover-bc-brown-darkest:hover,
.focus-bc-brown-darkest:focus {
  border-color: #3D2F2B !important
}

.border-brown-darkest {
  border: 1px solid #3D2F2B !important
}

.bc-brown-darker,
.hover-bc-brown-darker:hover,
.focus-bc-brown-darker:focus {
  border-color: #54413B !important
}

.border-brown-darker {
  border: 1px solid #54413B !important
}

.bc-brown-dark,
.hover-bc-brown-dark:hover,
.focus-bc-brown-dark:focus {
  border-color: #6B534C !important
}

.border-brown-dark {
  border: 1px solid #6B534C !important
}

.bc-brown,
.hover-bc-brown:hover,
.focus-bc-brown:focus {
  border-color: #8D6D64 !important
}

.border-brown {
  border: 1px solid #8D6D64 !important
}

.bc-brown-light,
.hover-bc-brown-light:hover,
.focus-bc-brown-light:focus {
  border-color: #C8B7B2 !important
}

.border-brown-light {
  border: 1px solid #C8B7B2 !important
}

.bc-brown-lighter,
.hover-bc-brown-lighter:hover,
.focus-bc-brown-lighter:focus {
  border-color: #E9E2E0 !important
}

.border-brown-lighter {
  border: 1px solid #E9E2E0 !important
}

.bc-brown-lightest,
.hover-bc-brown-lightest:hover,
.focus-bc-brown-lightest:focus {
  border-color: #FFF9F7 !important
}

.border-brown-lightest {
  border: 1px solid #FFF9F7 !important
}

.bc-almond-darkest,
.hover-bc-almond-darkest:hover,
.focus-bc-almond-darkest:focus {
  border-color: #634120 !important
}

.border-almond-darkest {
  border: 1px solid #634120 !important
}

.bc-almond-darker,
.hover-bc-almond-darker:hover,
.focus-bc-almond-darker:focus {
  border-color: #8A5B2C !important
}

.border-almond-darker {
  border: 1px solid #8A5B2C !important
}

.bc-almond-dark,
.hover-bc-almond-dark:hover,
.focus-bc-almond-dark:focus {
  border-color: #AD7237 !important
}

.border-almond-dark {
  border: 1px solid #AD7237 !important
}

.bc-almond,
.hover-bc-almond:hover,
.focus-bc-almond:focus {
  border-color: #C48647 !important
}

.border-almond {
  border: 1px solid #C48647 !important
}

.bc-almond-light,
.hover-bc-almond-light:hover,
.focus-bc-almond-light:focus {
  border-color: #DCB792 !important
}

.border-almond-light {
  border: 1px solid #DCB792 !important
}

.bc-almond-lighter,
.hover-bc-almond-lighter:hover,
.focus-bc-almond-lighter:focus {
  border-color: #EFDECD !important
}

.border-almond-lighter {
  border: 1px solid #EFDECD !important
}

.bc-almond-lightest,
.hover-bc-almond-lightest:hover,
.focus-bc-almond-lightest:focus {
  border-color: #F9F0E8 !important
}

.border-almond-lightest {
  border: 1px solid #F9F0E8 !important
}

.bc-slategray-darkest,
.hover-bc-slategray-darkest:hover,
.focus-bc-slategray-darkest:focus {
  border-color: #05192D !important
}

.border-slategray-darkest {
  border: 1px solid #05192D !important
}

.bc-slategray-darker,
.hover-bc-slategray-darker:hover,
.focus-bc-slategray-darker:focus {
  border-color: #102C45 !important
}

.border-slategray-darker {
  border: 1px solid #102C45 !important
}

.bc-slategray-dark,
.hover-bc-slategray-dark:hover,
.focus-bc-slategray-dark:focus {
  border-color: #2F5070 !important
}

.border-slategray-dark {
  border: 1px solid #2F5070 !important
}

.bc-slategray,
.hover-bc-slategray:hover,
.focus-bc-slategray:focus {
  border-color: #517495 !important
}

.border-slategray {
  border: 1px solid #517495 !important
}

.bc-slategray-light,
.hover-bc-slategray-light:hover,
.focus-bc-slategray-light:focus {
  border-color: #96B1CB !important
}

.border-slategray-light {
  border: 1px solid #96B1CB !important
}

.bc-slategray-lighter,
.hover-bc-slategray-lighter:hover,
.focus-bc-slategray-lighter:focus {
  border-color: #D0DCE7 !important
}

.border-slategray-lighter {
  border: 1px solid #D0DCE7 !important
}

.bc-slategray-lightest,
.hover-bc-slategray-lightest:hover,
.focus-bc-slategray-lightest:focus {
  border-color: #F2F5F7 !important
}

.border-slategray-lightest {
  border: 1px solid #F2F5F7 !important
}

.bc-gray-darkest,
.hover-bc-gray-darkest:hover,
.focus-bc-gray-darkest:focus {
  border-color: #36454F !important
}

.border-gray-darkest {
  border: 1px solid #36454F !important
}

.bc-gray-darker,
.hover-bc-gray-darker:hover,
.focus-bc-gray-darker:focus {
  border-color: #465966 !important
}

.border-gray-darker {
  border: 1px solid #465966 !important
}

.bc-gray-dark,
.hover-bc-gray-dark:hover,
.focus-bc-gray-dark:focus {
  border-color: #566E7E !important
}

.border-gray-dark {
  border: 1px solid #566E7E !important
}

.bc-gray,
.hover-bc-gray:hover,
.focus-bc-gray:focus {
  border-color: #668295 !important
}

.border-gray {
  border: 1px solid #668295 !important
}

.bc-gray-light,
.hover-bc-gray-light:hover,
.focus-bc-gray-light:focus {
  border-color: #B7C4CD !important
}

.border-gray-light {
  border: 1px solid #B7C4CD !important
}

.bc-gray-lighter,
.hover-bc-gray-lighter:hover,
.focus-bc-gray-lighter:focus {
  border-color: #E4E8EB !important
}

.border-gray-lighter {
  border: 1px solid #E4E8EB !important
}

.bc-gray-lightest,
.hover-bc-gray-lightest:hover,
.focus-bc-gray-lightest:focus {
  border-color: #EEF1F5 !important
}

.border-gray-lightest {
  border: 1px solid #EEF1F5 !important
}

.bc-black-10,
.hover-bc-black-10:hover,
.focus-bc-black-10:focus {
  border-color: rgba(0, 0, 0, 0.1) !important
}

.border-black-10 {
  border: 1px solid rgba(0, 0, 0, 0.1) !important
}

.bc-white-10,
.hover-bc-white-10:hover,
.focus-bc-white-10:focus {
  border-color: rgba(255, 255, 255, 0.1) !important
}

.border-white-10 {
  border: 1px solid rgba(255, 255, 255, 0.1) !important
}

.bc-transparent-10,
.hover-bc-transparent-10:hover,
.focus-bc-transparent-10:focus {
  border-color: rgba(0, 0, 0, 0) !important
}

.border-transparent-10 {
  border: 1px solid rgba(0, 0, 0, 0) !important
}

.bc-blue-darkest-10,
.hover-bc-blue-darkest-10:hover,
.focus-bc-blue-darkest-10:focus {
  border-color: rgba(2, 48, 93, 0.1) !important
}

.border-blue-darkest-10 {
  border: 1px solid rgba(2, 48, 93, 0.1) !important
}

.bc-blue-darker-10,
.hover-bc-blue-darker-10:hover,
.focus-bc-blue-darker-10:focus {
  border-color: rgba(26, 93, 158, 0.1) !important
}

.border-blue-darker-10 {
  border: 1px solid rgba(26, 93, 158, 0.1) !important
}

.bc-blue-dark-10,
.hover-bc-blue-dark-10:hover,
.focus-bc-blue-dark-10:focus {
  border-color: rgba(23, 115, 206, 0.1) !important
}

.border-blue-dark-10 {
  border: 1px solid rgba(23, 115, 206, 0.1) !important
}

.bc-blue-10,
.hover-bc-blue-10:hover,
.focus-bc-blue-10:focus {
  border-color: rgba(64, 158, 255, 0.1) !important
}

.border-blue-10 {
  border: 1px solid rgba(64, 158, 255, 0.1) !important
}

.bc-blue-light-10,
.hover-bc-blue-light-10:hover,
.focus-bc-blue-light-10:focus {
  border-color: rgba(101, 178, 255, 0.1) !important
}

.border-blue-light-10 {
  border: 1px solid rgba(101, 178, 255, 0.1) !important
}

.bc-blue-lighter-10,
.hover-bc-blue-lighter-10:hover,
.focus-bc-blue-lighter-10:focus {
  border-color: rgba(179, 217, 255, 0.1) !important
}

.border-blue-lighter-10 {
  border: 1px solid rgba(179, 217, 255, 0.1) !important
}

.bc-blue-lightest-10,
.hover-bc-blue-lightest-10:hover,
.focus-bc-blue-lightest-10:focus {
  border-color: rgba(236, 245, 255, 0.1) !important
}

.border-blue-lightest-10 {
  border: 1px solid rgba(236, 245, 255, 0.1) !important
}

.bc-indigo-darkest-10,
.hover-bc-indigo-darkest-10:hover,
.focus-bc-indigo-darkest-10:focus {
  border-color: rgba(39, 32, 117, 0.1) !important
}

.border-indigo-darkest-10 {
  border: 1px solid rgba(39, 32, 117, 0.1) !important
}

.bc-indigo-darker-10,
.hover-bc-indigo-darker-10:hover,
.focus-bc-indigo-darker-10:focus {
  border-color: rgba(51, 42, 153, 0.1) !important
}

.border-indigo-darker-10 {
  border: 1px solid rgba(51, 42, 153, 0.1) !important
}

.bc-indigo-dark-10,
.hover-bc-indigo-dark-10:hover,
.focus-bc-indigo-dark-10:focus {
  border-color: rgba(63, 51, 189, 0.1) !important
}

.border-indigo-dark-10 {
  border: 1px solid rgba(63, 51, 189, 0.1) !important
}

.bc-indigo-10,
.hover-bc-indigo-10:hover,
.focus-bc-indigo-10:focus {
  border-color: rgba(90, 79, 207, 0.1) !important
}

.border-indigo-10 {
  border: 1px solid rgba(90, 79, 207, 0.1) !important
}

.bc-indigo-light-10,
.hover-bc-indigo-light-10:hover,
.focus-bc-indigo-light-10:focus {
  border-color: rgba(131, 122, 230, 0.1) !important
}

.border-indigo-light-10 {
  border: 1px solid rgba(131, 122, 230, 0.1) !important
}

.bc-indigo-lighter-10,
.hover-bc-indigo-lighter-10:hover,
.focus-bc-indigo-lighter-10:focus {
  border-color: rgba(194, 189, 246, 0.1) !important
}

.border-indigo-lighter-10 {
  border: 1px solid rgba(194, 189, 246, 0.1) !important
}

.bc-indigo-lightest-10,
.hover-bc-indigo-lightest-10:hover,
.focus-bc-indigo-lightest-10:focus {
  border-color: rgba(240, 238, 255, 0.1) !important
}

.border-indigo-lightest-10 {
  border: 1px solid rgba(240, 238, 255, 0.1) !important
}

.bc-purple-darkest-10,
.hover-bc-purple-darkest-10:hover,
.focus-bc-purple-darkest-10:focus {
  border-color: rgba(61, 6, 95, 0.1) !important
}

.border-purple-darkest-10 {
  border: 1px solid rgba(61, 6, 95, 0.1) !important
}

.bc-purple-darker-10,
.hover-bc-purple-darker-10:hover,
.focus-bc-purple-darker-10:focus {
  border-color: rgba(96, 10, 151, 0.1) !important
}

.border-purple-darker-10 {
  border: 1px solid rgba(96, 10, 151, 0.1) !important
}

.bc-purple-dark-10,
.hover-bc-purple-dark-10:hover,
.focus-bc-purple-dark-10:focus {
  border-color: rgba(132, 13, 206, 0.1) !important
}

.border-purple-dark-10 {
  border: 1px solid rgba(132, 13, 206, 0.1) !important
}

.bc-purple-10,
.hover-bc-purple-10:hover,
.focus-bc-purple-10:focus {
  border-color: rgba(170, 56, 242, 0.1) !important
}

.border-purple-10 {
  border: 1px solid rgba(170, 56, 242, 0.1) !important
}

.bc-purple-light-10,
.hover-bc-purple-light-10:hover,
.focus-bc-purple-light-10:focus {
  border-color: rgba(204, 136, 247, 0.1) !important
}

.border-purple-light-10 {
  border: 1px solid rgba(204, 136, 247, 0.1) !important
}

.bc-purple-lighter-10,
.hover-bc-purple-lighter-10:hover,
.focus-bc-purple-lighter-10:focus {
  border-color: rgba(233, 203, 252, 0.1) !important
}

.border-purple-lighter-10 {
  border: 1px solid rgba(233, 203, 252, 0.1) !important
}

.bc-purple-lightest-10,
.hover-bc-purple-lightest-10:hover,
.focus-bc-purple-lightest-10:focus {
  border-color: rgba(249, 240, 254, 0.1) !important
}

.border-purple-lightest-10 {
  border: 1px solid rgba(249, 240, 254, 0.1) !important
}

.bc-pink-darkest-10,
.hover-bc-pink-darkest-10:hover,
.focus-bc-pink-darkest-10:focus {
  border-color: rgba(88, 0, 32, 0.1) !important
}

.border-pink-darkest-10 {
  border: 1px solid rgba(88, 0, 32, 0.1) !important
}

.bc-pink-darker-10,
.hover-bc-pink-darker-10:hover,
.focus-bc-pink-darker-10:focus {
  border-color: rgba(147, 0, 54, 0.1) !important
}

.border-pink-darker-10 {
  border: 1px solid rgba(147, 0, 54, 0.1) !important
}

.bc-pink-dark-10,
.hover-bc-pink-dark-10:hover,
.focus-bc-pink-dark-10:focus {
  border-color: rgba(201, 54, 108, 0.1) !important
}

.border-pink-dark-10 {
  border: 1px solid rgba(201, 54, 108, 0.1) !important
}

.bc-pink-10,
.hover-bc-pink-10:hover,
.focus-bc-pink-10:focus {
  border-color: rgba(240, 101, 151, 0.1) !important
}

.border-pink-10 {
  border: 1px solid rgba(240, 101, 151, 0.1) !important
}

.bc-pink-light-10,
.hover-bc-pink-light-10:hover,
.focus-bc-pink-light-10:focus {
  border-color: rgba(245, 142, 180, 0.1) !important
}

.border-pink-light-10 {
  border: 1px solid rgba(245, 142, 180, 0.1) !important
}

.bc-pink-lighter-10,
.hover-bc-pink-lighter-10:hover,
.focus-bc-pink-lighter-10:focus {
  border-color: rgba(255, 205, 223, 0.1) !important
}

.border-pink-lighter-10 {
  border: 1px solid rgba(255, 205, 223, 0.1) !important
}

.bc-pink-lightest-10,
.hover-bc-pink-lightest-10:hover,
.focus-bc-pink-lightest-10:focus {
  border-color: rgba(255, 235, 242, 0.1) !important
}

.border-pink-lightest-10 {
  border: 1px solid rgba(255, 235, 242, 0.1) !important
}

.bc-red-darkest-10,
.hover-bc-red-darkest-10:hover,
.focus-bc-red-darkest-10:focus {
  border-color: rgba(117, 14, 18, 0.1) !important
}

.border-red-darkest-10 {
  border: 1px solid rgba(117, 14, 18, 0.1) !important
}

.bc-red-darker-10,
.hover-bc-red-darker-10:hover,
.focus-bc-red-darker-10:focus {
  border-color: rgba(169, 21, 26, 0.1) !important
}

.border-red-darker-10 {
  border: 1px solid rgba(169, 21, 26, 0.1) !important
}

.bc-red-dark-10,
.hover-bc-red-dark-10:hover,
.focus-bc-red-dark-10:focus {
  border-color: rgba(204, 25, 31, 0.1) !important
}

.border-red-dark-10 {
  border: 1px solid rgba(204, 25, 31, 0.1) !important
}

.bc-red-10,
.hover-bc-red-10:hover,
.focus-bc-red-10:focus {
  border-color: rgba(231, 57, 63, 0.1) !important
}

.border-red-10 {
  border: 1px solid rgba(231, 57, 63, 0.1) !important
}

.bc-red-light-10,
.hover-bc-red-light-10:hover,
.focus-bc-red-light-10:focus {
  border-color: rgba(237, 109, 114, 0.1) !important
}

.border-red-light-10 {
  border: 1px solid rgba(237, 109, 114, 0.1) !important
}

.bc-red-lighter-10,
.hover-bc-red-lighter-10:hover,
.focus-bc-red-lighter-10:focus {
  border-color: rgba(248, 197, 199, 0.1) !important
}

.border-red-lighter-10 {
  border: 1px solid rgba(248, 197, 199, 0.1) !important
}

.bc-red-lightest-10,
.hover-bc-red-lightest-10:hover,
.focus-bc-red-lightest-10:focus {
  border-color: rgba(252, 232, 232, 0.1) !important
}

.border-red-lightest-10 {
  border: 1px solid rgba(252, 232, 232, 0.1) !important
}

.bc-orange-darkest-10,
.hover-bc-orange-darkest-10:hover,
.focus-bc-orange-darkest-10:focus {
  border-color: rgba(133, 67, 0, 0.1) !important
}

.border-orange-darkest-10 {
  border: 1px solid rgba(133, 67, 0, 0.1) !important
}

.bc-orange-darker-10,
.hover-bc-orange-darker-10:hover,
.focus-bc-orange-darker-10:focus {
  border-color: rgba(192, 96, 0, 0.1) !important
}

.border-orange-darker-10 {
  border: 1px solid rgba(192, 96, 0, 0.1) !important
}

.bc-orange-dark-10,
.hover-bc-orange-dark-10:hover,
.focus-bc-orange-dark-10:focus {
  border-color: rgba(231, 116, 0, 0.1) !important
}

.border-orange-dark-10 {
  border: 1px solid rgba(231, 116, 0, 0.1) !important
}

.bc-orange-10,
.hover-bc-orange-10:hover,
.focus-bc-orange-10:focus {
  border-color: rgba(255, 135, 16, 0.1) !important
}

.border-orange-10 {
  border: 1px solid rgba(255, 135, 16, 0.1) !important
}

.bc-orange-light-10,
.hover-bc-orange-light-10:hover,
.focus-bc-orange-light-10:focus {
  border-color: rgba(255, 184, 114, 0.1) !important
}

.border-orange-light-10 {
  border: 1px solid rgba(255, 184, 114, 0.1) !important
}

.bc-orange-lighter-10,
.hover-bc-orange-lighter-10:hover,
.focus-bc-orange-lighter-10:focus {
  border-color: rgba(255, 224, 192, 0.1) !important
}

.border-orange-lighter-10 {
  border: 1px solid rgba(255, 224, 192, 0.1) !important
}

.bc-orange-lightest-10,
.hover-bc-orange-lightest-10:hover,
.focus-bc-orange-lightest-10:focus {
  border-color: rgba(255, 243, 231, 0.1) !important
}

.border-orange-lightest-10 {
  border: 1px solid rgba(255, 243, 231, 0.1) !important
}

.bc-yellow-darkest-10,
.hover-bc-yellow-darkest-10:hover,
.focus-bc-yellow-darkest-10:focus {
  border-color: rgba(106, 85, 2, 0.1) !important
}

.border-yellow-darkest-10 {
  border: 1px solid rgba(106, 85, 2, 0.1) !important
}

.bc-yellow-darker-10,
.hover-bc-yellow-darker-10:hover,
.focus-bc-yellow-darker-10:focus {
  border-color: rgba(183, 147, 3, 0.1) !important
}

.border-yellow-darker-10 {
  border: 1px solid rgba(183, 147, 3, 0.1) !important
}

.bc-yellow-dark-10,
.hover-bc-yellow-dark-10:hover,
.focus-bc-yellow-dark-10:focus {
  border-color: rgba(221, 177, 4, 0.1) !important
}

.border-yellow-dark-10 {
  border: 1px solid rgba(221, 177, 4, 0.1) !important
}

.bc-yellow-10,
.hover-bc-yellow-10:hover,
.focus-bc-yellow-10:focus {
  border-color: rgba(250, 203, 14, 0.1) !important
}

.border-yellow-10 {
  border: 1px solid rgba(250, 203, 14, 0.1) !important
}

.bc-yellow-light-10,
.hover-bc-yellow-light-10:hover,
.focus-bc-yellow-light-10:focus {
  border-color: rgba(253, 228, 130, 0.1) !important
}

.border-yellow-light-10 {
  border: 1px solid rgba(253, 228, 130, 0.1) !important
}

.bc-yellow-lighter-10,
.hover-bc-yellow-lighter-10:hover,
.focus-bc-yellow-lighter-10:focus {
  border-color: rgba(254, 240, 188, 0.1) !important
}

.border-yellow-lighter-10 {
  border: 1px solid rgba(254, 240, 188, 0.1) !important
}

.bc-yellow-lightest-10,
.hover-bc-yellow-lightest-10:hover,
.focus-bc-yellow-lightest-10:focus {
  border-color: rgba(254, 247, 219, 0.1) !important
}

.border-yellow-lightest-10 {
  border: 1px solid rgba(254, 247, 219, 0.1) !important
}

.bc-pear-darkest-10,
.hover-bc-pear-darkest-10:hover,
.focus-bc-pear-darkest-10:focus {
  border-color: rgba(79, 86, 12, 0.1) !important
}

.border-pear-darkest-10 {
  border: 1px solid rgba(79, 86, 12, 0.1) !important
}

.bc-pear-darker-10,
.hover-bc-pear-darker-10:hover,
.focus-bc-pear-darker-10:focus {
  border-color: rgba(127, 138, 19, 0.1) !important
}

.border-pear-darker-10 {
  border: 1px solid rgba(127, 138, 19, 0.1) !important
}

.bc-pear-dark-10,
.hover-bc-pear-dark-10:hover,
.focus-bc-pear-dark-10:focus {
  border-color: rgba(158, 172, 24, 0.1) !important
}

.border-pear-dark-10 {
  border: 1px solid rgba(158, 172, 24, 0.1) !important
}

.bc-pear-10,
.hover-bc-pear-10:hover,
.focus-bc-pear-10:focus {
  border-color: rgba(190, 207, 29, 0.1) !important
}

.border-pear-10 {
  border: 1px solid rgba(190, 207, 29, 0.1) !important
}

.bc-pear-light-10,
.hover-bc-pear-light-10:hover,
.focus-bc-pear-light-10:focus {
  border-color: rgba(221, 233, 101, 0.1) !important
}

.border-pear-light-10 {
  border: 1px solid rgba(221, 233, 101, 0.1) !important
}

.bc-pear-lighter-10,
.hover-bc-pear-lighter-10:hover,
.focus-bc-pear-lighter-10:focus {
  border-color: rgba(244, 248, 204, 0.1) !important
}

.border-pear-lighter-10 {
  border: 1px solid rgba(244, 248, 204, 0.1) !important
}

.bc-pear-lightest-10,
.hover-bc-pear-lightest-10:hover,
.focus-bc-pear-lightest-10:focus {
  border-color: rgba(251, 253, 238, 0.1) !important
}

.border-pear-lightest-10 {
  border: 1px solid rgba(251, 253, 238, 0.1) !important
}

.bc-green-darkest-10,
.hover-bc-green-darkest-10:hover,
.focus-bc-green-darkest-10:focus {
  border-color: rgba(32, 97, 32, 0.1) !important
}

.border-green-darkest-10 {
  border: 1px solid rgba(32, 97, 32, 0.1) !important
}

.bc-green-darker-10,
.hover-bc-green-darker-10:hover,
.focus-bc-green-darker-10:focus {
  border-color: rgba(47, 141, 47, 0.1) !important
}

.border-green-darker-10 {
  border: 1px solid rgba(47, 141, 47, 0.1) !important
}

.bc-green-dark-10,
.hover-bc-green-dark-10:hover,
.focus-bc-green-dark-10:focus {
  border-color: rgba(57, 171, 57, 0.1) !important
}

.border-green-dark-10 {
  border: 1px solid rgba(57, 171, 57, 0.1) !important
}

.bc-green-10,
.hover-bc-green-10:hover,
.focus-bc-green-10:focus {
  border-color: rgba(73, 194, 73, 0.1) !important
}

.border-green-10 {
  border: 1px solid rgba(73, 194, 73, 0.1) !important
}

.bc-green-light-10,
.hover-bc-green-light-10:hover,
.focus-bc-green-light-10:focus {
  border-color: rgba(137, 224, 137, 0.1) !important
}

.border-green-light-10 {
  border: 1px solid rgba(137, 224, 137, 0.1) !important
}

.bc-green-lighter-10,
.hover-bc-green-lighter-10:hover,
.focus-bc-green-lighter-10:focus {
  border-color: rgba(220, 243, 220, 0.1) !important
}

.border-green-lighter-10 {
  border: 1px solid rgba(220, 243, 220, 0.1) !important
}

.bc-green-lightest-10,
.hover-bc-green-lightest-10:hover,
.focus-bc-green-lightest-10:focus {
  border-color: rgba(234, 248, 234, 0.1) !important
}

.border-green-lightest-10 {
  border: 1px solid rgba(234, 248, 234, 0.1) !important
}

.bc-mint-darkest-10,
.hover-bc-mint-darkest-10:hover,
.focus-bc-mint-darkest-10:focus {
  border-color: rgba(19, 107, 68, 0.1) !important
}

.border-mint-darkest-10 {
  border: 1px solid rgba(19, 107, 68, 0.1) !important
}

.bc-mint-darker-10,
.hover-bc-mint-darker-10:hover,
.focus-bc-mint-darker-10:focus {
  border-color: rgba(29, 165, 105, 0.1) !important
}

.border-mint-darker-10 {
  border: 1px solid rgba(29, 165, 105, 0.1) !important
}

.bc-mint-dark-10,
.hover-bc-mint-dark-10:hover,
.focus-bc-mint-dark-10:focus {
  border-color: rgba(35, 198, 126, 0.1) !important
}

.border-mint-dark-10 {
  border: 1px solid rgba(35, 198, 126, 0.1) !important
}

.bc-mint-10,
.hover-bc-mint-10:hover,
.focus-bc-mint-10:focus {
  border-color: rgba(53, 219, 146, 0.1) !important
}

.border-mint-10 {
  border: 1px solid rgba(53, 219, 146, 0.1) !important
}

.bc-mint-light-10,
.hover-bc-mint-light-10:hover,
.focus-bc-mint-light-10:focus {
  border-color: rgba(137, 234, 191, 0.1) !important
}

.border-mint-light-10 {
  border: 1px solid rgba(137, 234, 191, 0.1) !important
}

.bc-mint-lighter-10,
.hover-bc-mint-lighter-10:hover,
.focus-bc-mint-lighter-10:focus {
  border-color: rgba(220, 249, 236, 0.1) !important
}

.border-mint-lighter-10 {
  border: 1px solid rgba(220, 249, 236, 0.1) !important
}

.bc-mint-lightest-10,
.hover-bc-mint-lightest-10:hover,
.focus-bc-mint-lightest-10:focus {
  border-color: rgba(242, 252, 247, 0.1) !important
}

.border-mint-lightest-10 {
  border: 1px solid rgba(242, 252, 247, 0.1) !important
}

.bc-teal-darkest-10,
.hover-bc-teal-darkest-10:hover,
.focus-bc-teal-darkest-10:focus {
  border-color: rgba(34, 89, 96, 0.1) !important
}

.border-teal-darkest-10 {
  border: 1px solid rgba(34, 89, 96, 0.1) !important
}

.bc-teal-darker-10,
.hover-bc-teal-darker-10:hover,
.focus-bc-teal-darker-10:focus {
  border-color: rgba(45, 116, 125, 0.1) !important
}

.border-teal-darker-10 {
  border: 1px solid rgba(45, 116, 125, 0.1) !important
}

.bc-teal-dark-10,
.hover-bc-teal-dark-10:hover,
.focus-bc-teal-dark-10:focus {
  border-color: rgba(55, 142, 153, 0.1) !important
}

.border-teal-dark-10 {
  border: 1px solid rgba(55, 142, 153, 0.1) !important
}

.bc-teal-10,
.hover-bc-teal-10:hover,
.focus-bc-teal-10:focus {
  border-color: rgba(66, 169, 182, 0.1) !important
}

.border-teal-10 {
  border: 1px solid rgba(66, 169, 182, 0.1) !important
}

.bc-teal-light-10,
.hover-bc-teal-light-10:hover,
.focus-bc-teal-light-10:focus {
  border-color: rgba(149, 209, 217, 0.1) !important
}

.border-teal-light-10 {
  border: 1px solid rgba(149, 209, 217, 0.1) !important
}

.bc-teal-lighter-10,
.hover-bc-teal-lighter-10:hover,
.focus-bc-teal-lighter-10:focus {
  border-color: rgba(221, 240, 243, 0.1) !important
}

.border-teal-lighter-10 {
  border: 1px solid rgba(221, 240, 243, 0.1) !important
}

.bc-teal-lightest-10,
.hover-bc-teal-lightest-10:hover,
.focus-bc-teal-lightest-10:focus {
  border-color: rgba(237, 249, 250, 0.1) !important
}

.border-teal-lightest-10 {
  border: 1px solid rgba(237, 249, 250, 0.1) !important
}

.bc-wine-darkest-10,
.hover-bc-wine-darkest-10:hover,
.focus-bc-wine-darkest-10:focus {
  border-color: rgba(72, 30, 35, 0.1) !important
}

.border-wine-darkest-10 {
  border: 1px solid rgba(72, 30, 35, 0.1) !important
}

.bc-wine-darker-10,
.hover-bc-wine-darker-10:hover,
.focus-bc-wine-darker-10:focus {
  border-color: rgba(114, 47, 55, 0.1) !important
}

.border-wine-darker-10 {
  border: 1px solid rgba(114, 47, 55, 0.1) !important
}

.bc-wine-dark-10,
.hover-bc-wine-dark-10:hover,
.focus-bc-wine-dark-10:focus {
  border-color: rgba(142, 58, 68, 0.1) !important
}

.border-wine-dark-10 {
  border: 1px solid rgba(142, 58, 68, 0.1) !important
}

.bc-wine-10,
.hover-bc-wine-10:hover,
.focus-bc-wine-10:focus {
  border-color: rgba(170, 70, 82, 0.1) !important
}

.border-wine-10 {
  border: 1px solid rgba(170, 70, 82, 0.1) !important
}

.bc-wine-light-10,
.hover-bc-wine-light-10:hover,
.focus-bc-wine-light-10:focus {
  border-color: rgba(210, 147, 154, 0.1) !important
}

.border-wine-light-10 {
  border: 1px solid rgba(210, 147, 154, 0.1) !important
}

.bc-wine-lighter-10,
.hover-bc-wine-lighter-10:hover,
.focus-bc-wine-lighter-10:focus {
  border-color: rgba(239, 216, 219, 0.1) !important
}

.border-wine-lighter-10 {
  border: 1px solid rgba(239, 216, 219, 0.1) !important
}

.bc-wine-lightest-10,
.hover-bc-wine-lightest-10:hover,
.focus-bc-wine-lightest-10:focus {
  border-color: rgba(250, 243, 244, 0.1) !important
}

.border-wine-lightest-10 {
  border: 1px solid rgba(250, 243, 244, 0.1) !important
}

.bc-brown-darkest-10,
.hover-bc-brown-darkest-10:hover,
.focus-bc-brown-darkest-10:focus {
  border-color: rgba(61, 47, 43, 0.1) !important
}

.border-brown-darkest-10 {
  border: 1px solid rgba(61, 47, 43, 0.1) !important
}

.bc-brown-darker-10,
.hover-bc-brown-darker-10:hover,
.focus-bc-brown-darker-10:focus {
  border-color: rgba(84, 65, 59, 0.1) !important
}

.border-brown-darker-10 {
  border: 1px solid rgba(84, 65, 59, 0.1) !important
}

.bc-brown-dark-10,
.hover-bc-brown-dark-10:hover,
.focus-bc-brown-dark-10:focus {
  border-color: rgba(107, 83, 76, 0.1) !important
}

.border-brown-dark-10 {
  border: 1px solid rgba(107, 83, 76, 0.1) !important
}

.bc-brown-10,
.hover-bc-brown-10:hover,
.focus-bc-brown-10:focus {
  border-color: rgba(141, 109, 100, 0.1) !important
}

.border-brown-10 {
  border: 1px solid rgba(141, 109, 100, 0.1) !important
}

.bc-brown-light-10,
.hover-bc-brown-light-10:hover,
.focus-bc-brown-light-10:focus {
  border-color: rgba(200, 183, 178, 0.1) !important
}

.border-brown-light-10 {
  border: 1px solid rgba(200, 183, 178, 0.1) !important
}

.bc-brown-lighter-10,
.hover-bc-brown-lighter-10:hover,
.focus-bc-brown-lighter-10:focus {
  border-color: rgba(233, 226, 224, 0.1) !important
}

.border-brown-lighter-10 {
  border: 1px solid rgba(233, 226, 224, 0.1) !important
}

.bc-brown-lightest-10,
.hover-bc-brown-lightest-10:hover,
.focus-bc-brown-lightest-10:focus {
  border-color: rgba(255, 249, 247, 0.1) !important
}

.border-brown-lightest-10 {
  border: 1px solid rgba(255, 249, 247, 0.1) !important
}

.bc-almond-darkest-10,
.hover-bc-almond-darkest-10:hover,
.focus-bc-almond-darkest-10:focus {
  border-color: rgba(99, 65, 32, 0.1) !important
}

.border-almond-darkest-10 {
  border: 1px solid rgba(99, 65, 32, 0.1) !important
}

.bc-almond-darker-10,
.hover-bc-almond-darker-10:hover,
.focus-bc-almond-darker-10:focus {
  border-color: rgba(138, 91, 44, 0.1) !important
}

.border-almond-darker-10 {
  border: 1px solid rgba(138, 91, 44, 0.1) !important
}

.bc-almond-dark-10,
.hover-bc-almond-dark-10:hover,
.focus-bc-almond-dark-10:focus {
  border-color: rgba(173, 114, 55, 0.1) !important
}

.border-almond-dark-10 {
  border: 1px solid rgba(173, 114, 55, 0.1) !important
}

.bc-almond-10,
.hover-bc-almond-10:hover,
.focus-bc-almond-10:focus {
  border-color: rgba(196, 134, 71, 0.1) !important
}

.border-almond-10 {
  border: 1px solid rgba(196, 134, 71, 0.1) !important
}

.bc-almond-light-10,
.hover-bc-almond-light-10:hover,
.focus-bc-almond-light-10:focus {
  border-color: rgba(220, 183, 146, 0.1) !important
}

.border-almond-light-10 {
  border: 1px solid rgba(220, 183, 146, 0.1) !important
}

.bc-almond-lighter-10,
.hover-bc-almond-lighter-10:hover,
.focus-bc-almond-lighter-10:focus {
  border-color: rgba(239, 222, 205, 0.1) !important
}

.border-almond-lighter-10 {
  border: 1px solid rgba(239, 222, 205, 0.1) !important
}

.bc-almond-lightest-10,
.hover-bc-almond-lightest-10:hover,
.focus-bc-almond-lightest-10:focus {
  border-color: rgba(249, 240, 232, 0.1) !important
}

.border-almond-lightest-10 {
  border: 1px solid rgba(249, 240, 232, 0.1) !important
}

.bc-slategray-darkest-10,
.hover-bc-slategray-darkest-10:hover,
.focus-bc-slategray-darkest-10:focus {
  border-color: rgba(5, 25, 45, 0.1) !important
}

.border-slategray-darkest-10 {
  border: 1px solid rgba(5, 25, 45, 0.1) !important
}

.bc-slategray-darker-10,
.hover-bc-slategray-darker-10:hover,
.focus-bc-slategray-darker-10:focus {
  border-color: rgba(16, 44, 69, 0.1) !important
}

.border-slategray-darker-10 {
  border: 1px solid rgba(16, 44, 69, 0.1) !important
}

.bc-slategray-dark-10,
.hover-bc-slategray-dark-10:hover,
.focus-bc-slategray-dark-10:focus {
  border-color: rgba(47, 80, 112, 0.1) !important
}

.border-slategray-dark-10 {
  border: 1px solid rgba(47, 80, 112, 0.1) !important
}

.bc-slategray-10,
.hover-bc-slategray-10:hover,
.focus-bc-slategray-10:focus {
  border-color: rgba(81, 116, 149, 0.1) !important
}

.border-slategray-10 {
  border: 1px solid rgba(81, 116, 149, 0.1) !important
}

.bc-slategray-light-10,
.hover-bc-slategray-light-10:hover,
.focus-bc-slategray-light-10:focus {
  border-color: rgba(150, 177, 203, 0.1) !important
}

.border-slategray-light-10 {
  border: 1px solid rgba(150, 177, 203, 0.1) !important
}

.bc-slategray-lighter-10,
.hover-bc-slategray-lighter-10:hover,
.focus-bc-slategray-lighter-10:focus {
  border-color: rgba(208, 220, 231, 0.1) !important
}

.border-slategray-lighter-10 {
  border: 1px solid rgba(208, 220, 231, 0.1) !important
}

.bc-slategray-lightest-10,
.hover-bc-slategray-lightest-10:hover,
.focus-bc-slategray-lightest-10:focus {
  border-color: rgba(242, 245, 247, 0.1) !important
}

.border-slategray-lightest-10 {
  border: 1px solid rgba(242, 245, 247, 0.1) !important
}

.bc-gray-darkest-10,
.hover-bc-gray-darkest-10:hover,
.focus-bc-gray-darkest-10:focus {
  border-color: rgba(54, 69, 79, 0.1) !important
}

.border-gray-darkest-10 {
  border: 1px solid rgba(54, 69, 79, 0.1) !important
}

.bc-gray-darker-10,
.hover-bc-gray-darker-10:hover,
.focus-bc-gray-darker-10:focus {
  border-color: rgba(70, 89, 102, 0.1) !important
}

.border-gray-darker-10 {
  border: 1px solid rgba(70, 89, 102, 0.1) !important
}

.bc-gray-dark-10,
.hover-bc-gray-dark-10:hover,
.focus-bc-gray-dark-10:focus {
  border-color: rgba(86, 110, 126, 0.1) !important
}

.border-gray-dark-10 {
  border: 1px solid rgba(86, 110, 126, 0.1) !important
}

.bc-gray-10,
.hover-bc-gray-10:hover,
.focus-bc-gray-10:focus {
  border-color: rgba(102, 130, 149, 0.1) !important
}

.border-gray-10 {
  border: 1px solid rgba(102, 130, 149, 0.1) !important
}

.bc-gray-light-10,
.hover-bc-gray-light-10:hover,
.focus-bc-gray-light-10:focus {
  border-color: rgba(183, 196, 205, 0.1) !important
}

.border-gray-light-10 {
  border: 1px solid rgba(183, 196, 205, 0.1) !important
}

.bc-gray-lighter-10,
.hover-bc-gray-lighter-10:hover,
.focus-bc-gray-lighter-10:focus {
  border-color: rgba(228, 232, 235, 0.1) !important
}

.border-gray-lighter-10 {
  border: 1px solid rgba(228, 232, 235, 0.1) !important
}

.bc-gray-lightest-10,
.hover-bc-gray-lightest-10:hover,
.focus-bc-gray-lightest-10:focus {
  border-color: rgba(238, 241, 245, 0.1) !important
}

.border-gray-lightest-10 {
  border: 1px solid rgba(238, 241, 245, 0.1) !important
}

.bc-black-20,
.hover-bc-black-20:hover,
.focus-bc-black-20:focus {
  border-color: rgba(0, 0, 0, 0.2) !important
}

.border-black-20 {
  border: 1px solid rgba(0, 0, 0, 0.2) !important
}

.bc-white-20,
.hover-bc-white-20:hover,
.focus-bc-white-20:focus {
  border-color: rgba(255, 255, 255, 0.2) !important
}

.border-white-20 {
  border: 1px solid rgba(255, 255, 255, 0.2) !important
}

.bc-transparent-20,
.hover-bc-transparent-20:hover,
.focus-bc-transparent-20:focus {
  border-color: rgba(0, 0, 0, 0) !important
}

.border-transparent-20 {
  border: 1px solid rgba(0, 0, 0, 0) !important
}

.bc-blue-darkest-20,
.hover-bc-blue-darkest-20:hover,
.focus-bc-blue-darkest-20:focus {
  border-color: rgba(2, 48, 93, 0.2) !important
}

.border-blue-darkest-20 {
  border: 1px solid rgba(2, 48, 93, 0.2) !important
}

.bc-blue-darker-20,
.hover-bc-blue-darker-20:hover,
.focus-bc-blue-darker-20:focus {
  border-color: rgba(26, 93, 158, 0.2) !important
}

.border-blue-darker-20 {
  border: 1px solid rgba(26, 93, 158, 0.2) !important
}

.bc-blue-dark-20,
.hover-bc-blue-dark-20:hover,
.focus-bc-blue-dark-20:focus {
  border-color: rgba(23, 115, 206, 0.2) !important
}

.border-blue-dark-20 {
  border: 1px solid rgba(23, 115, 206, 0.2) !important
}

.bc-blue-20,
.hover-bc-blue-20:hover,
.focus-bc-blue-20:focus {
  border-color: rgba(64, 158, 255, 0.2) !important
}

.border-blue-20 {
  border: 1px solid rgba(64, 158, 255, 0.2) !important
}

.bc-blue-light-20,
.hover-bc-blue-light-20:hover,
.focus-bc-blue-light-20:focus {
  border-color: rgba(101, 178, 255, 0.2) !important
}

.border-blue-light-20 {
  border: 1px solid rgba(101, 178, 255, 0.2) !important
}

.bc-blue-lighter-20,
.hover-bc-blue-lighter-20:hover,
.focus-bc-blue-lighter-20:focus {
  border-color: rgba(179, 217, 255, 0.2) !important
}

.border-blue-lighter-20 {
  border: 1px solid rgba(179, 217, 255, 0.2) !important
}

.bc-blue-lightest-20,
.hover-bc-blue-lightest-20:hover,
.focus-bc-blue-lightest-20:focus {
  border-color: rgba(236, 245, 255, 0.2) !important
}

.border-blue-lightest-20 {
  border: 1px solid rgba(236, 245, 255, 0.2) !important
}

.bc-indigo-darkest-20,
.hover-bc-indigo-darkest-20:hover,
.focus-bc-indigo-darkest-20:focus {
  border-color: rgba(39, 32, 117, 0.2) !important
}

.border-indigo-darkest-20 {
  border: 1px solid rgba(39, 32, 117, 0.2) !important
}

.bc-indigo-darker-20,
.hover-bc-indigo-darker-20:hover,
.focus-bc-indigo-darker-20:focus {
  border-color: rgba(51, 42, 153, 0.2) !important
}

.border-indigo-darker-20 {
  border: 1px solid rgba(51, 42, 153, 0.2) !important
}

.bc-indigo-dark-20,
.hover-bc-indigo-dark-20:hover,
.focus-bc-indigo-dark-20:focus {
  border-color: rgba(63, 51, 189, 0.2) !important
}

.border-indigo-dark-20 {
  border: 1px solid rgba(63, 51, 189, 0.2) !important
}

.bc-indigo-20,
.hover-bc-indigo-20:hover,
.focus-bc-indigo-20:focus {
  border-color: rgba(90, 79, 207, 0.2) !important
}

.border-indigo-20 {
  border: 1px solid rgba(90, 79, 207, 0.2) !important
}

.bc-indigo-light-20,
.hover-bc-indigo-light-20:hover,
.focus-bc-indigo-light-20:focus {
  border-color: rgba(131, 122, 230, 0.2) !important
}

.border-indigo-light-20 {
  border: 1px solid rgba(131, 122, 230, 0.2) !important
}

.bc-indigo-lighter-20,
.hover-bc-indigo-lighter-20:hover,
.focus-bc-indigo-lighter-20:focus {
  border-color: rgba(194, 189, 246, 0.2) !important
}

.border-indigo-lighter-20 {
  border: 1px solid rgba(194, 189, 246, 0.2) !important
}

.bc-indigo-lightest-20,
.hover-bc-indigo-lightest-20:hover,
.focus-bc-indigo-lightest-20:focus {
  border-color: rgba(240, 238, 255, 0.2) !important
}

.border-indigo-lightest-20 {
  border: 1px solid rgba(240, 238, 255, 0.2) !important
}

.bc-purple-darkest-20,
.hover-bc-purple-darkest-20:hover,
.focus-bc-purple-darkest-20:focus {
  border-color: rgba(61, 6, 95, 0.2) !important
}

.border-purple-darkest-20 {
  border: 1px solid rgba(61, 6, 95, 0.2) !important
}

.bc-purple-darker-20,
.hover-bc-purple-darker-20:hover,
.focus-bc-purple-darker-20:focus {
  border-color: rgba(96, 10, 151, 0.2) !important
}

.border-purple-darker-20 {
  border: 1px solid rgba(96, 10, 151, 0.2) !important
}

.bc-purple-dark-20,
.hover-bc-purple-dark-20:hover,
.focus-bc-purple-dark-20:focus {
  border-color: rgba(132, 13, 206, 0.2) !important
}

.border-purple-dark-20 {
  border: 1px solid rgba(132, 13, 206, 0.2) !important
}

.bc-purple-20,
.hover-bc-purple-20:hover,
.focus-bc-purple-20:focus {
  border-color: rgba(170, 56, 242, 0.2) !important
}

.border-purple-20 {
  border: 1px solid rgba(170, 56, 242, 0.2) !important
}

.bc-purple-light-20,
.hover-bc-purple-light-20:hover,
.focus-bc-purple-light-20:focus {
  border-color: rgba(204, 136, 247, 0.2) !important
}

.border-purple-light-20 {
  border: 1px solid rgba(204, 136, 247, 0.2) !important
}

.bc-purple-lighter-20,
.hover-bc-purple-lighter-20:hover,
.focus-bc-purple-lighter-20:focus {
  border-color: rgba(233, 203, 252, 0.2) !important
}

.border-purple-lighter-20 {
  border: 1px solid rgba(233, 203, 252, 0.2) !important
}

.bc-purple-lightest-20,
.hover-bc-purple-lightest-20:hover,
.focus-bc-purple-lightest-20:focus {
  border-color: rgba(249, 240, 254, 0.2) !important
}

.border-purple-lightest-20 {
  border: 1px solid rgba(249, 240, 254, 0.2) !important
}

.bc-pink-darkest-20,
.hover-bc-pink-darkest-20:hover,
.focus-bc-pink-darkest-20:focus {
  border-color: rgba(88, 0, 32, 0.2) !important
}

.border-pink-darkest-20 {
  border: 1px solid rgba(88, 0, 32, 0.2) !important
}

.bc-pink-darker-20,
.hover-bc-pink-darker-20:hover,
.focus-bc-pink-darker-20:focus {
  border-color: rgba(147, 0, 54, 0.2) !important
}

.border-pink-darker-20 {
  border: 1px solid rgba(147, 0, 54, 0.2) !important
}

.bc-pink-dark-20,
.hover-bc-pink-dark-20:hover,
.focus-bc-pink-dark-20:focus {
  border-color: rgba(201, 54, 108, 0.2) !important
}

.border-pink-dark-20 {
  border: 1px solid rgba(201, 54, 108, 0.2) !important
}

.bc-pink-20,
.hover-bc-pink-20:hover,
.focus-bc-pink-20:focus {
  border-color: rgba(240, 101, 151, 0.2) !important
}

.border-pink-20 {
  border: 1px solid rgba(240, 101, 151, 0.2) !important
}

.bc-pink-light-20,
.hover-bc-pink-light-20:hover,
.focus-bc-pink-light-20:focus {
  border-color: rgba(245, 142, 180, 0.2) !important
}

.border-pink-light-20 {
  border: 1px solid rgba(245, 142, 180, 0.2) !important
}

.bc-pink-lighter-20,
.hover-bc-pink-lighter-20:hover,
.focus-bc-pink-lighter-20:focus {
  border-color: rgba(255, 205, 223, 0.2) !important
}

.border-pink-lighter-20 {
  border: 1px solid rgba(255, 205, 223, 0.2) !important
}

.bc-pink-lightest-20,
.hover-bc-pink-lightest-20:hover,
.focus-bc-pink-lightest-20:focus {
  border-color: rgba(255, 235, 242, 0.2) !important
}

.border-pink-lightest-20 {
  border: 1px solid rgba(255, 235, 242, 0.2) !important
}

.bc-red-darkest-20,
.hover-bc-red-darkest-20:hover,
.focus-bc-red-darkest-20:focus {
  border-color: rgba(117, 14, 18, 0.2) !important
}

.border-red-darkest-20 {
  border: 1px solid rgba(117, 14, 18, 0.2) !important
}

.bc-red-darker-20,
.hover-bc-red-darker-20:hover,
.focus-bc-red-darker-20:focus {
  border-color: rgba(169, 21, 26, 0.2) !important
}

.border-red-darker-20 {
  border: 1px solid rgba(169, 21, 26, 0.2) !important
}

.bc-red-dark-20,
.hover-bc-red-dark-20:hover,
.focus-bc-red-dark-20:focus {
  border-color: rgba(204, 25, 31, 0.2) !important
}

.border-red-dark-20 {
  border: 1px solid rgba(204, 25, 31, 0.2) !important
}

.bc-red-20,
.hover-bc-red-20:hover,
.focus-bc-red-20:focus {
  border-color: rgba(231, 57, 63, 0.2) !important
}

.border-red-20 {
  border: 1px solid rgba(231, 57, 63, 0.2) !important
}

.bc-red-light-20,
.hover-bc-red-light-20:hover,
.focus-bc-red-light-20:focus {
  border-color: rgba(237, 109, 114, 0.2) !important
}

.border-red-light-20 {
  border: 1px solid rgba(237, 109, 114, 0.2) !important
}

.bc-red-lighter-20,
.hover-bc-red-lighter-20:hover,
.focus-bc-red-lighter-20:focus {
  border-color: rgba(248, 197, 199, 0.2) !important
}

.border-red-lighter-20 {
  border: 1px solid rgba(248, 197, 199, 0.2) !important
}

.bc-red-lightest-20,
.hover-bc-red-lightest-20:hover,
.focus-bc-red-lightest-20:focus {
  border-color: rgba(252, 232, 232, 0.2) !important
}

.border-red-lightest-20 {
  border: 1px solid rgba(252, 232, 232, 0.2) !important
}

.bc-orange-darkest-20,
.hover-bc-orange-darkest-20:hover,
.focus-bc-orange-darkest-20:focus {
  border-color: rgba(133, 67, 0, 0.2) !important
}

.border-orange-darkest-20 {
  border: 1px solid rgba(133, 67, 0, 0.2) !important
}

.bc-orange-darker-20,
.hover-bc-orange-darker-20:hover,
.focus-bc-orange-darker-20:focus {
  border-color: rgba(192, 96, 0, 0.2) !important
}

.border-orange-darker-20 {
  border: 1px solid rgba(192, 96, 0, 0.2) !important
}

.bc-orange-dark-20,
.hover-bc-orange-dark-20:hover,
.focus-bc-orange-dark-20:focus {
  border-color: rgba(231, 116, 0, 0.2) !important
}

.border-orange-dark-20 {
  border: 1px solid rgba(231, 116, 0, 0.2) !important
}

.bc-orange-20,
.hover-bc-orange-20:hover,
.focus-bc-orange-20:focus {
  border-color: rgba(255, 135, 16, 0.2) !important
}

.border-orange-20 {
  border: 1px solid rgba(255, 135, 16, 0.2) !important
}

.bc-orange-light-20,
.hover-bc-orange-light-20:hover,
.focus-bc-orange-light-20:focus {
  border-color: rgba(255, 184, 114, 0.2) !important
}

.border-orange-light-20 {
  border: 1px solid rgba(255, 184, 114, 0.2) !important
}

.bc-orange-lighter-20,
.hover-bc-orange-lighter-20:hover,
.focus-bc-orange-lighter-20:focus {
  border-color: rgba(255, 224, 192, 0.2) !important
}

.border-orange-lighter-20 {
  border: 1px solid rgba(255, 224, 192, 0.2) !important
}

.bc-orange-lightest-20,
.hover-bc-orange-lightest-20:hover,
.focus-bc-orange-lightest-20:focus {
  border-color: rgba(255, 243, 231, 0.2) !important
}

.border-orange-lightest-20 {
  border: 1px solid rgba(255, 243, 231, 0.2) !important
}

.bc-yellow-darkest-20,
.hover-bc-yellow-darkest-20:hover,
.focus-bc-yellow-darkest-20:focus {
  border-color: rgba(106, 85, 2, 0.2) !important
}

.border-yellow-darkest-20 {
  border: 1px solid rgba(106, 85, 2, 0.2) !important
}

.bc-yellow-darker-20,
.hover-bc-yellow-darker-20:hover,
.focus-bc-yellow-darker-20:focus {
  border-color: rgba(183, 147, 3, 0.2) !important
}

.border-yellow-darker-20 {
  border: 1px solid rgba(183, 147, 3, 0.2) !important
}

.bc-yellow-dark-20,
.hover-bc-yellow-dark-20:hover,
.focus-bc-yellow-dark-20:focus {
  border-color: rgba(221, 177, 4, 0.2) !important
}

.border-yellow-dark-20 {
  border: 1px solid rgba(221, 177, 4, 0.2) !important
}

.bc-yellow-20,
.hover-bc-yellow-20:hover,
.focus-bc-yellow-20:focus {
  border-color: rgba(250, 203, 14, 0.2) !important
}

.border-yellow-20 {
  border: 1px solid rgba(250, 203, 14, 0.2) !important
}

.bc-yellow-light-20,
.hover-bc-yellow-light-20:hover,
.focus-bc-yellow-light-20:focus {
  border-color: rgba(253, 228, 130, 0.2) !important
}

.border-yellow-light-20 {
  border: 1px solid rgba(253, 228, 130, 0.2) !important
}

.bc-yellow-lighter-20,
.hover-bc-yellow-lighter-20:hover,
.focus-bc-yellow-lighter-20:focus {
  border-color: rgba(254, 240, 188, 0.2) !important
}

.border-yellow-lighter-20 {
  border: 1px solid rgba(254, 240, 188, 0.2) !important
}

.bc-yellow-lightest-20,
.hover-bc-yellow-lightest-20:hover,
.focus-bc-yellow-lightest-20:focus {
  border-color: rgba(254, 247, 219, 0.2) !important
}

.border-yellow-lightest-20 {
  border: 1px solid rgba(254, 247, 219, 0.2) !important
}

.bc-pear-darkest-20,
.hover-bc-pear-darkest-20:hover,
.focus-bc-pear-darkest-20:focus {
  border-color: rgba(79, 86, 12, 0.2) !important
}

.border-pear-darkest-20 {
  border: 1px solid rgba(79, 86, 12, 0.2) !important
}

.bc-pear-darker-20,
.hover-bc-pear-darker-20:hover,
.focus-bc-pear-darker-20:focus {
  border-color: rgba(127, 138, 19, 0.2) !important
}

.border-pear-darker-20 {
  border: 1px solid rgba(127, 138, 19, 0.2) !important
}

.bc-pear-dark-20,
.hover-bc-pear-dark-20:hover,
.focus-bc-pear-dark-20:focus {
  border-color: rgba(158, 172, 24, 0.2) !important
}

.border-pear-dark-20 {
  border: 1px solid rgba(158, 172, 24, 0.2) !important
}

.bc-pear-20,
.hover-bc-pear-20:hover,
.focus-bc-pear-20:focus {
  border-color: rgba(190, 207, 29, 0.2) !important
}

.border-pear-20 {
  border: 1px solid rgba(190, 207, 29, 0.2) !important
}

.bc-pear-light-20,
.hover-bc-pear-light-20:hover,
.focus-bc-pear-light-20:focus {
  border-color: rgba(221, 233, 101, 0.2) !important
}

.border-pear-light-20 {
  border: 1px solid rgba(221, 233, 101, 0.2) !important
}

.bc-pear-lighter-20,
.hover-bc-pear-lighter-20:hover,
.focus-bc-pear-lighter-20:focus {
  border-color: rgba(244, 248, 204, 0.2) !important
}

.border-pear-lighter-20 {
  border: 1px solid rgba(244, 248, 204, 0.2) !important
}

.bc-pear-lightest-20,
.hover-bc-pear-lightest-20:hover,
.focus-bc-pear-lightest-20:focus {
  border-color: rgba(251, 253, 238, 0.2) !important
}

.border-pear-lightest-20 {
  border: 1px solid rgba(251, 253, 238, 0.2) !important
}

.bc-green-darkest-20,
.hover-bc-green-darkest-20:hover,
.focus-bc-green-darkest-20:focus {
  border-color: rgba(32, 97, 32, 0.2) !important
}

.border-green-darkest-20 {
  border: 1px solid rgba(32, 97, 32, 0.2) !important
}

.bc-green-darker-20,
.hover-bc-green-darker-20:hover,
.focus-bc-green-darker-20:focus {
  border-color: rgba(47, 141, 47, 0.2) !important
}

.border-green-darker-20 {
  border: 1px solid rgba(47, 141, 47, 0.2) !important
}

.bc-green-dark-20,
.hover-bc-green-dark-20:hover,
.focus-bc-green-dark-20:focus {
  border-color: rgba(57, 171, 57, 0.2) !important
}

.border-green-dark-20 {
  border: 1px solid rgba(57, 171, 57, 0.2) !important
}

.bc-green-20,
.hover-bc-green-20:hover,
.focus-bc-green-20:focus {
  border-color: rgba(73, 194, 73, 0.2) !important
}

.border-green-20 {
  border: 1px solid rgba(73, 194, 73, 0.2) !important
}

.bc-green-light-20,
.hover-bc-green-light-20:hover,
.focus-bc-green-light-20:focus {
  border-color: rgba(137, 224, 137, 0.2) !important
}

.border-green-light-20 {
  border: 1px solid rgba(137, 224, 137, 0.2) !important
}

.bc-green-lighter-20,
.hover-bc-green-lighter-20:hover,
.focus-bc-green-lighter-20:focus {
  border-color: rgba(220, 243, 220, 0.2) !important
}

.border-green-lighter-20 {
  border: 1px solid rgba(220, 243, 220, 0.2) !important
}

.bc-green-lightest-20,
.hover-bc-green-lightest-20:hover,
.focus-bc-green-lightest-20:focus {
  border-color: rgba(234, 248, 234, 0.2) !important
}

.border-green-lightest-20 {
  border: 1px solid rgba(234, 248, 234, 0.2) !important
}

.bc-mint-darkest-20,
.hover-bc-mint-darkest-20:hover,
.focus-bc-mint-darkest-20:focus {
  border-color: rgba(19, 107, 68, 0.2) !important
}

.border-mint-darkest-20 {
  border: 1px solid rgba(19, 107, 68, 0.2) !important
}

.bc-mint-darker-20,
.hover-bc-mint-darker-20:hover,
.focus-bc-mint-darker-20:focus {
  border-color: rgba(29, 165, 105, 0.2) !important
}

.border-mint-darker-20 {
  border: 1px solid rgba(29, 165, 105, 0.2) !important
}

.bc-mint-dark-20,
.hover-bc-mint-dark-20:hover,
.focus-bc-mint-dark-20:focus {
  border-color: rgba(35, 198, 126, 0.2) !important
}

.border-mint-dark-20 {
  border: 1px solid rgba(35, 198, 126, 0.2) !important
}

.bc-mint-20,
.hover-bc-mint-20:hover,
.focus-bc-mint-20:focus {
  border-color: rgba(53, 219, 146, 0.2) !important
}

.border-mint-20 {
  border: 1px solid rgba(53, 219, 146, 0.2) !important
}

.bc-mint-light-20,
.hover-bc-mint-light-20:hover,
.focus-bc-mint-light-20:focus {
  border-color: rgba(137, 234, 191, 0.2) !important
}

.border-mint-light-20 {
  border: 1px solid rgba(137, 234, 191, 0.2) !important
}

.bc-mint-lighter-20,
.hover-bc-mint-lighter-20:hover,
.focus-bc-mint-lighter-20:focus {
  border-color: rgba(220, 249, 236, 0.2) !important
}

.border-mint-lighter-20 {
  border: 1px solid rgba(220, 249, 236, 0.2) !important
}

.bc-mint-lightest-20,
.hover-bc-mint-lightest-20:hover,
.focus-bc-mint-lightest-20:focus {
  border-color: rgba(242, 252, 247, 0.2) !important
}

.border-mint-lightest-20 {
  border: 1px solid rgba(242, 252, 247, 0.2) !important
}

.bc-teal-darkest-20,
.hover-bc-teal-darkest-20:hover,
.focus-bc-teal-darkest-20:focus {
  border-color: rgba(34, 89, 96, 0.2) !important
}

.border-teal-darkest-20 {
  border: 1px solid rgba(34, 89, 96, 0.2) !important
}

.bc-teal-darker-20,
.hover-bc-teal-darker-20:hover,
.focus-bc-teal-darker-20:focus {
  border-color: rgba(45, 116, 125, 0.2) !important
}

.border-teal-darker-20 {
  border: 1px solid rgba(45, 116, 125, 0.2) !important
}

.bc-teal-dark-20,
.hover-bc-teal-dark-20:hover,
.focus-bc-teal-dark-20:focus {
  border-color: rgba(55, 142, 153, 0.2) !important
}

.border-teal-dark-20 {
  border: 1px solid rgba(55, 142, 153, 0.2) !important
}

.bc-teal-20,
.hover-bc-teal-20:hover,
.focus-bc-teal-20:focus {
  border-color: rgba(66, 169, 182, 0.2) !important
}

.border-teal-20 {
  border: 1px solid rgba(66, 169, 182, 0.2) !important
}

.bc-teal-light-20,
.hover-bc-teal-light-20:hover,
.focus-bc-teal-light-20:focus {
  border-color: rgba(149, 209, 217, 0.2) !important
}

.border-teal-light-20 {
  border: 1px solid rgba(149, 209, 217, 0.2) !important
}

.bc-teal-lighter-20,
.hover-bc-teal-lighter-20:hover,
.focus-bc-teal-lighter-20:focus {
  border-color: rgba(221, 240, 243, 0.2) !important
}

.border-teal-lighter-20 {
  border: 1px solid rgba(221, 240, 243, 0.2) !important
}

.bc-teal-lightest-20,
.hover-bc-teal-lightest-20:hover,
.focus-bc-teal-lightest-20:focus {
  border-color: rgba(237, 249, 250, 0.2) !important
}

.border-teal-lightest-20 {
  border: 1px solid rgba(237, 249, 250, 0.2) !important
}

.bc-wine-darkest-20,
.hover-bc-wine-darkest-20:hover,
.focus-bc-wine-darkest-20:focus {
  border-color: rgba(72, 30, 35, 0.2) !important
}

.border-wine-darkest-20 {
  border: 1px solid rgba(72, 30, 35, 0.2) !important
}

.bc-wine-darker-20,
.hover-bc-wine-darker-20:hover,
.focus-bc-wine-darker-20:focus {
  border-color: rgba(114, 47, 55, 0.2) !important
}

.border-wine-darker-20 {
  border: 1px solid rgba(114, 47, 55, 0.2) !important
}

.bc-wine-dark-20,
.hover-bc-wine-dark-20:hover,
.focus-bc-wine-dark-20:focus {
  border-color: rgba(142, 58, 68, 0.2) !important
}

.border-wine-dark-20 {
  border: 1px solid rgba(142, 58, 68, 0.2) !important
}

.bc-wine-20,
.hover-bc-wine-20:hover,
.focus-bc-wine-20:focus {
  border-color: rgba(170, 70, 82, 0.2) !important
}

.border-wine-20 {
  border: 1px solid rgba(170, 70, 82, 0.2) !important
}

.bc-wine-light-20,
.hover-bc-wine-light-20:hover,
.focus-bc-wine-light-20:focus {
  border-color: rgba(210, 147, 154, 0.2) !important
}

.border-wine-light-20 {
  border: 1px solid rgba(210, 147, 154, 0.2) !important
}

.bc-wine-lighter-20,
.hover-bc-wine-lighter-20:hover,
.focus-bc-wine-lighter-20:focus {
  border-color: rgba(239, 216, 219, 0.2) !important
}

.border-wine-lighter-20 {
  border: 1px solid rgba(239, 216, 219, 0.2) !important
}

.bc-wine-lightest-20,
.hover-bc-wine-lightest-20:hover,
.focus-bc-wine-lightest-20:focus {
  border-color: rgba(250, 243, 244, 0.2) !important
}

.border-wine-lightest-20 {
  border: 1px solid rgba(250, 243, 244, 0.2) !important
}

.bc-brown-darkest-20,
.hover-bc-brown-darkest-20:hover,
.focus-bc-brown-darkest-20:focus {
  border-color: rgba(61, 47, 43, 0.2) !important
}

.border-brown-darkest-20 {
  border: 1px solid rgba(61, 47, 43, 0.2) !important
}

.bc-brown-darker-20,
.hover-bc-brown-darker-20:hover,
.focus-bc-brown-darker-20:focus {
  border-color: rgba(84, 65, 59, 0.2) !important
}

.border-brown-darker-20 {
  border: 1px solid rgba(84, 65, 59, 0.2) !important
}

.bc-brown-dark-20,
.hover-bc-brown-dark-20:hover,
.focus-bc-brown-dark-20:focus {
  border-color: rgba(107, 83, 76, 0.2) !important
}

.border-brown-dark-20 {
  border: 1px solid rgba(107, 83, 76, 0.2) !important
}

.bc-brown-20,
.hover-bc-brown-20:hover,
.focus-bc-brown-20:focus {
  border-color: rgba(141, 109, 100, 0.2) !important
}

.border-brown-20 {
  border: 1px solid rgba(141, 109, 100, 0.2) !important
}

.bc-brown-light-20,
.hover-bc-brown-light-20:hover,
.focus-bc-brown-light-20:focus {
  border-color: rgba(200, 183, 178, 0.2) !important
}

.border-brown-light-20 {
  border: 1px solid rgba(200, 183, 178, 0.2) !important
}

.bc-brown-lighter-20,
.hover-bc-brown-lighter-20:hover,
.focus-bc-brown-lighter-20:focus {
  border-color: rgba(233, 226, 224, 0.2) !important
}

.border-brown-lighter-20 {
  border: 1px solid rgba(233, 226, 224, 0.2) !important
}

.bc-brown-lightest-20,
.hover-bc-brown-lightest-20:hover,
.focus-bc-brown-lightest-20:focus {
  border-color: rgba(255, 249, 247, 0.2) !important
}

.border-brown-lightest-20 {
  border: 1px solid rgba(255, 249, 247, 0.2) !important
}

.bc-almond-darkest-20,
.hover-bc-almond-darkest-20:hover,
.focus-bc-almond-darkest-20:focus {
  border-color: rgba(99, 65, 32, 0.2) !important
}

.border-almond-darkest-20 {
  border: 1px solid rgba(99, 65, 32, 0.2) !important
}

.bc-almond-darker-20,
.hover-bc-almond-darker-20:hover,
.focus-bc-almond-darker-20:focus {
  border-color: rgba(138, 91, 44, 0.2) !important
}

.border-almond-darker-20 {
  border: 1px solid rgba(138, 91, 44, 0.2) !important
}

.bc-almond-dark-20,
.hover-bc-almond-dark-20:hover,
.focus-bc-almond-dark-20:focus {
  border-color: rgba(173, 114, 55, 0.2) !important
}

.border-almond-dark-20 {
  border: 1px solid rgba(173, 114, 55, 0.2) !important
}

.bc-almond-20,
.hover-bc-almond-20:hover,
.focus-bc-almond-20:focus {
  border-color: rgba(196, 134, 71, 0.2) !important
}

.border-almond-20 {
  border: 1px solid rgba(196, 134, 71, 0.2) !important
}

.bc-almond-light-20,
.hover-bc-almond-light-20:hover,
.focus-bc-almond-light-20:focus {
  border-color: rgba(220, 183, 146, 0.2) !important
}

.border-almond-light-20 {
  border: 1px solid rgba(220, 183, 146, 0.2) !important
}

.bc-almond-lighter-20,
.hover-bc-almond-lighter-20:hover,
.focus-bc-almond-lighter-20:focus {
  border-color: rgba(239, 222, 205, 0.2) !important
}

.border-almond-lighter-20 {
  border: 1px solid rgba(239, 222, 205, 0.2) !important
}

.bc-almond-lightest-20,
.hover-bc-almond-lightest-20:hover,
.focus-bc-almond-lightest-20:focus {
  border-color: rgba(249, 240, 232, 0.2) !important
}

.border-almond-lightest-20 {
  border: 1px solid rgba(249, 240, 232, 0.2) !important
}

.bc-slategray-darkest-20,
.hover-bc-slategray-darkest-20:hover,
.focus-bc-slategray-darkest-20:focus {
  border-color: rgba(5, 25, 45, 0.2) !important
}

.border-slategray-darkest-20 {
  border: 1px solid rgba(5, 25, 45, 0.2) !important
}

.bc-slategray-darker-20,
.hover-bc-slategray-darker-20:hover,
.focus-bc-slategray-darker-20:focus {
  border-color: rgba(16, 44, 69, 0.2) !important
}

.border-slategray-darker-20 {
  border: 1px solid rgba(16, 44, 69, 0.2) !important
}

.bc-slategray-dark-20,
.hover-bc-slategray-dark-20:hover,
.focus-bc-slategray-dark-20:focus {
  border-color: rgba(47, 80, 112, 0.2) !important
}

.border-slategray-dark-20 {
  border: 1px solid rgba(47, 80, 112, 0.2) !important
}

.bc-slategray-20,
.hover-bc-slategray-20:hover,
.focus-bc-slategray-20:focus {
  border-color: rgba(81, 116, 149, 0.2) !important
}

.border-slategray-20 {
  border: 1px solid rgba(81, 116, 149, 0.2) !important
}

.bc-slategray-light-20,
.hover-bc-slategray-light-20:hover,
.focus-bc-slategray-light-20:focus {
  border-color: rgba(150, 177, 203, 0.2) !important
}

.border-slategray-light-20 {
  border: 1px solid rgba(150, 177, 203, 0.2) !important
}

.bc-slategray-lighter-20,
.hover-bc-slategray-lighter-20:hover,
.focus-bc-slategray-lighter-20:focus {
  border-color: rgba(208, 220, 231, 0.2) !important
}

.border-slategray-lighter-20 {
  border: 1px solid rgba(208, 220, 231, 0.2) !important
}

.bc-slategray-lightest-20,
.hover-bc-slategray-lightest-20:hover,
.focus-bc-slategray-lightest-20:focus {
  border-color: rgba(242, 245, 247, 0.2) !important
}

.border-slategray-lightest-20 {
  border: 1px solid rgba(242, 245, 247, 0.2) !important
}

.bc-gray-darkest-20,
.hover-bc-gray-darkest-20:hover,
.focus-bc-gray-darkest-20:focus {
  border-color: rgba(54, 69, 79, 0.2) !important
}

.border-gray-darkest-20 {
  border: 1px solid rgba(54, 69, 79, 0.2) !important
}

.bc-gray-darker-20,
.hover-bc-gray-darker-20:hover,
.focus-bc-gray-darker-20:focus {
  border-color: rgba(70, 89, 102, 0.2) !important
}

.border-gray-darker-20 {
  border: 1px solid rgba(70, 89, 102, 0.2) !important
}

.bc-gray-dark-20,
.hover-bc-gray-dark-20:hover,
.focus-bc-gray-dark-20:focus {
  border-color: rgba(86, 110, 126, 0.2) !important
}

.border-gray-dark-20 {
  border: 1px solid rgba(86, 110, 126, 0.2) !important
}

.bc-gray-20,
.hover-bc-gray-20:hover,
.focus-bc-gray-20:focus {
  border-color: rgba(102, 130, 149, 0.2) !important
}

.border-gray-20 {
  border: 1px solid rgba(102, 130, 149, 0.2) !important
}

.bc-gray-light-20,
.hover-bc-gray-light-20:hover,
.focus-bc-gray-light-20:focus {
  border-color: rgba(183, 196, 205, 0.2) !important
}

.border-gray-light-20 {
  border: 1px solid rgba(183, 196, 205, 0.2) !important
}

.bc-gray-lighter-20,
.hover-bc-gray-lighter-20:hover,
.focus-bc-gray-lighter-20:focus {
  border-color: rgba(228, 232, 235, 0.2) !important
}

.border-gray-lighter-20 {
  border: 1px solid rgba(228, 232, 235, 0.2) !important
}

.bc-gray-lightest-20,
.hover-bc-gray-lightest-20:hover,
.focus-bc-gray-lightest-20:focus {
  border-color: rgba(238, 241, 245, 0.2) !important
}

.border-gray-lightest-20 {
  border: 1px solid rgba(238, 241, 245, 0.2) !important
}

.bc-black-30,
.hover-bc-black-30:hover,
.focus-bc-black-30:focus {
  border-color: rgba(0, 0, 0, 0.3) !important
}

.border-black-30 {
  border: 1px solid rgba(0, 0, 0, 0.3) !important
}

.bc-white-30,
.hover-bc-white-30:hover,
.focus-bc-white-30:focus {
  border-color: rgba(255, 255, 255, 0.3) !important
}

.border-white-30 {
  border: 1px solid rgba(255, 255, 255, 0.3) !important
}

.bc-transparent-30,
.hover-bc-transparent-30:hover,
.focus-bc-transparent-30:focus {
  border-color: rgba(0, 0, 0, 0) !important
}

.border-transparent-30 {
  border: 1px solid rgba(0, 0, 0, 0) !important
}

.bc-blue-darkest-30,
.hover-bc-blue-darkest-30:hover,
.focus-bc-blue-darkest-30:focus {
  border-color: rgba(2, 48, 93, 0.3) !important
}

.border-blue-darkest-30 {
  border: 1px solid rgba(2, 48, 93, 0.3) !important
}

.bc-blue-darker-30,
.hover-bc-blue-darker-30:hover,
.focus-bc-blue-darker-30:focus {
  border-color: rgba(26, 93, 158, 0.3) !important
}

.border-blue-darker-30 {
  border: 1px solid rgba(26, 93, 158, 0.3) !important
}

.bc-blue-dark-30,
.hover-bc-blue-dark-30:hover,
.focus-bc-blue-dark-30:focus {
  border-color: rgba(23, 115, 206, 0.3) !important
}

.border-blue-dark-30 {
  border: 1px solid rgba(23, 115, 206, 0.3) !important
}

.bc-blue-30,
.hover-bc-blue-30:hover,
.focus-bc-blue-30:focus {
  border-color: rgba(64, 158, 255, 0.3) !important
}

.border-blue-30 {
  border: 1px solid rgba(64, 158, 255, 0.3) !important
}

.bc-blue-light-30,
.hover-bc-blue-light-30:hover,
.focus-bc-blue-light-30:focus {
  border-color: rgba(101, 178, 255, 0.3) !important
}

.border-blue-light-30 {
  border: 1px solid rgba(101, 178, 255, 0.3) !important
}

.bc-blue-lighter-30,
.hover-bc-blue-lighter-30:hover,
.focus-bc-blue-lighter-30:focus {
  border-color: rgba(179, 217, 255, 0.3) !important
}

.border-blue-lighter-30 {
  border: 1px solid rgba(179, 217, 255, 0.3) !important
}

.bc-blue-lightest-30,
.hover-bc-blue-lightest-30:hover,
.focus-bc-blue-lightest-30:focus {
  border-color: rgba(236, 245, 255, 0.3) !important
}

.border-blue-lightest-30 {
  border: 1px solid rgba(236, 245, 255, 0.3) !important
}

.bc-indigo-darkest-30,
.hover-bc-indigo-darkest-30:hover,
.focus-bc-indigo-darkest-30:focus {
  border-color: rgba(39, 32, 117, 0.3) !important
}

.border-indigo-darkest-30 {
  border: 1px solid rgba(39, 32, 117, 0.3) !important
}

.bc-indigo-darker-30,
.hover-bc-indigo-darker-30:hover,
.focus-bc-indigo-darker-30:focus {
  border-color: rgba(51, 42, 153, 0.3) !important
}

.border-indigo-darker-30 {
  border: 1px solid rgba(51, 42, 153, 0.3) !important
}

.bc-indigo-dark-30,
.hover-bc-indigo-dark-30:hover,
.focus-bc-indigo-dark-30:focus {
  border-color: rgba(63, 51, 189, 0.3) !important
}

.border-indigo-dark-30 {
  border: 1px solid rgba(63, 51, 189, 0.3) !important
}

.bc-indigo-30,
.hover-bc-indigo-30:hover,
.focus-bc-indigo-30:focus {
  border-color: rgba(90, 79, 207, 0.3) !important
}

.border-indigo-30 {
  border: 1px solid rgba(90, 79, 207, 0.3) !important
}

.bc-indigo-light-30,
.hover-bc-indigo-light-30:hover,
.focus-bc-indigo-light-30:focus {
  border-color: rgba(131, 122, 230, 0.3) !important
}

.border-indigo-light-30 {
  border: 1px solid rgba(131, 122, 230, 0.3) !important
}

.bc-indigo-lighter-30,
.hover-bc-indigo-lighter-30:hover,
.focus-bc-indigo-lighter-30:focus {
  border-color: rgba(194, 189, 246, 0.3) !important
}

.border-indigo-lighter-30 {
  border: 1px solid rgba(194, 189, 246, 0.3) !important
}

.bc-indigo-lightest-30,
.hover-bc-indigo-lightest-30:hover,
.focus-bc-indigo-lightest-30:focus {
  border-color: rgba(240, 238, 255, 0.3) !important
}

.border-indigo-lightest-30 {
  border: 1px solid rgba(240, 238, 255, 0.3) !important
}

.bc-purple-darkest-30,
.hover-bc-purple-darkest-30:hover,
.focus-bc-purple-darkest-30:focus {
  border-color: rgba(61, 6, 95, 0.3) !important
}

.border-purple-darkest-30 {
  border: 1px solid rgba(61, 6, 95, 0.3) !important
}

.bc-purple-darker-30,
.hover-bc-purple-darker-30:hover,
.focus-bc-purple-darker-30:focus {
  border-color: rgba(96, 10, 151, 0.3) !important
}

.border-purple-darker-30 {
  border: 1px solid rgba(96, 10, 151, 0.3) !important
}

.bc-purple-dark-30,
.hover-bc-purple-dark-30:hover,
.focus-bc-purple-dark-30:focus {
  border-color: rgba(132, 13, 206, 0.3) !important
}

.border-purple-dark-30 {
  border: 1px solid rgba(132, 13, 206, 0.3) !important
}

.bc-purple-30,
.hover-bc-purple-30:hover,
.focus-bc-purple-30:focus {
  border-color: rgba(170, 56, 242, 0.3) !important
}

.border-purple-30 {
  border: 1px solid rgba(170, 56, 242, 0.3) !important
}

.bc-purple-light-30,
.hover-bc-purple-light-30:hover,
.focus-bc-purple-light-30:focus {
  border-color: rgba(204, 136, 247, 0.3) !important
}

.border-purple-light-30 {
  border: 1px solid rgba(204, 136, 247, 0.3) !important
}

.bc-purple-lighter-30,
.hover-bc-purple-lighter-30:hover,
.focus-bc-purple-lighter-30:focus {
  border-color: rgba(233, 203, 252, 0.3) !important
}

.border-purple-lighter-30 {
  border: 1px solid rgba(233, 203, 252, 0.3) !important
}

.bc-purple-lightest-30,
.hover-bc-purple-lightest-30:hover,
.focus-bc-purple-lightest-30:focus {
  border-color: rgba(249, 240, 254, 0.3) !important
}

.border-purple-lightest-30 {
  border: 1px solid rgba(249, 240, 254, 0.3) !important
}

.bc-pink-darkest-30,
.hover-bc-pink-darkest-30:hover,
.focus-bc-pink-darkest-30:focus {
  border-color: rgba(88, 0, 32, 0.3) !important
}

.border-pink-darkest-30 {
  border: 1px solid rgba(88, 0, 32, 0.3) !important
}

.bc-pink-darker-30,
.hover-bc-pink-darker-30:hover,
.focus-bc-pink-darker-30:focus {
  border-color: rgba(147, 0, 54, 0.3) !important
}

.border-pink-darker-30 {
  border: 1px solid rgba(147, 0, 54, 0.3) !important
}

.bc-pink-dark-30,
.hover-bc-pink-dark-30:hover,
.focus-bc-pink-dark-30:focus {
  border-color: rgba(201, 54, 108, 0.3) !important
}

.border-pink-dark-30 {
  border: 1px solid rgba(201, 54, 108, 0.3) !important
}

.bc-pink-30,
.hover-bc-pink-30:hover,
.focus-bc-pink-30:focus {
  border-color: rgba(240, 101, 151, 0.3) !important
}

.border-pink-30 {
  border: 1px solid rgba(240, 101, 151, 0.3) !important
}

.bc-pink-light-30,
.hover-bc-pink-light-30:hover,
.focus-bc-pink-light-30:focus {
  border-color: rgba(245, 142, 180, 0.3) !important
}

.border-pink-light-30 {
  border: 1px solid rgba(245, 142, 180, 0.3) !important
}

.bc-pink-lighter-30,
.hover-bc-pink-lighter-30:hover,
.focus-bc-pink-lighter-30:focus {
  border-color: rgba(255, 205, 223, 0.3) !important
}

.border-pink-lighter-30 {
  border: 1px solid rgba(255, 205, 223, 0.3) !important
}

.bc-pink-lightest-30,
.hover-bc-pink-lightest-30:hover,
.focus-bc-pink-lightest-30:focus {
  border-color: rgba(255, 235, 242, 0.3) !important
}

.border-pink-lightest-30 {
  border: 1px solid rgba(255, 235, 242, 0.3) !important
}

.bc-red-darkest-30,
.hover-bc-red-darkest-30:hover,
.focus-bc-red-darkest-30:focus {
  border-color: rgba(117, 14, 18, 0.3) !important
}

.border-red-darkest-30 {
  border: 1px solid rgba(117, 14, 18, 0.3) !important
}

.bc-red-darker-30,
.hover-bc-red-darker-30:hover,
.focus-bc-red-darker-30:focus {
  border-color: rgba(169, 21, 26, 0.3) !important
}

.border-red-darker-30 {
  border: 1px solid rgba(169, 21, 26, 0.3) !important
}

.bc-red-dark-30,
.hover-bc-red-dark-30:hover,
.focus-bc-red-dark-30:focus {
  border-color: rgba(204, 25, 31, 0.3) !important
}

.border-red-dark-30 {
  border: 1px solid rgba(204, 25, 31, 0.3) !important
}

.bc-red-30,
.hover-bc-red-30:hover,
.focus-bc-red-30:focus {
  border-color: rgba(231, 57, 63, 0.3) !important
}

.border-red-30 {
  border: 1px solid rgba(231, 57, 63, 0.3) !important
}

.bc-red-light-30,
.hover-bc-red-light-30:hover,
.focus-bc-red-light-30:focus {
  border-color: rgba(237, 109, 114, 0.3) !important
}

.border-red-light-30 {
  border: 1px solid rgba(237, 109, 114, 0.3) !important
}

.bc-red-lighter-30,
.hover-bc-red-lighter-30:hover,
.focus-bc-red-lighter-30:focus {
  border-color: rgba(248, 197, 199, 0.3) !important
}

.border-red-lighter-30 {
  border: 1px solid rgba(248, 197, 199, 0.3) !important
}

.bc-red-lightest-30,
.hover-bc-red-lightest-30:hover,
.focus-bc-red-lightest-30:focus {
  border-color: rgba(252, 232, 232, 0.3) !important
}

.border-red-lightest-30 {
  border: 1px solid rgba(252, 232, 232, 0.3) !important
}

.bc-orange-darkest-30,
.hover-bc-orange-darkest-30:hover,
.focus-bc-orange-darkest-30:focus {
  border-color: rgba(133, 67, 0, 0.3) !important
}

.border-orange-darkest-30 {
  border: 1px solid rgba(133, 67, 0, 0.3) !important
}

.bc-orange-darker-30,
.hover-bc-orange-darker-30:hover,
.focus-bc-orange-darker-30:focus {
  border-color: rgba(192, 96, 0, 0.3) !important
}

.border-orange-darker-30 {
  border: 1px solid rgba(192, 96, 0, 0.3) !important
}

.bc-orange-dark-30,
.hover-bc-orange-dark-30:hover,
.focus-bc-orange-dark-30:focus {
  border-color: rgba(231, 116, 0, 0.3) !important
}

.border-orange-dark-30 {
  border: 1px solid rgba(231, 116, 0, 0.3) !important
}

.bc-orange-30,
.hover-bc-orange-30:hover,
.focus-bc-orange-30:focus {
  border-color: rgba(255, 135, 16, 0.3) !important
}

.border-orange-30 {
  border: 1px solid rgba(255, 135, 16, 0.3) !important
}

.bc-orange-light-30,
.hover-bc-orange-light-30:hover,
.focus-bc-orange-light-30:focus {
  border-color: rgba(255, 184, 114, 0.3) !important
}

.border-orange-light-30 {
  border: 1px solid rgba(255, 184, 114, 0.3) !important
}

.bc-orange-lighter-30,
.hover-bc-orange-lighter-30:hover,
.focus-bc-orange-lighter-30:focus {
  border-color: rgba(255, 224, 192, 0.3) !important
}

.border-orange-lighter-30 {
  border: 1px solid rgba(255, 224, 192, 0.3) !important
}

.bc-orange-lightest-30,
.hover-bc-orange-lightest-30:hover,
.focus-bc-orange-lightest-30:focus {
  border-color: rgba(255, 243, 231, 0.3) !important
}

.border-orange-lightest-30 {
  border: 1px solid rgba(255, 243, 231, 0.3) !important
}

.bc-yellow-darkest-30,
.hover-bc-yellow-darkest-30:hover,
.focus-bc-yellow-darkest-30:focus {
  border-color: rgba(106, 85, 2, 0.3) !important
}

.border-yellow-darkest-30 {
  border: 1px solid rgba(106, 85, 2, 0.3) !important
}

.bc-yellow-darker-30,
.hover-bc-yellow-darker-30:hover,
.focus-bc-yellow-darker-30:focus {
  border-color: rgba(183, 147, 3, 0.3) !important
}

.border-yellow-darker-30 {
  border: 1px solid rgba(183, 147, 3, 0.3) !important
}

.bc-yellow-dark-30,
.hover-bc-yellow-dark-30:hover,
.focus-bc-yellow-dark-30:focus {
  border-color: rgba(221, 177, 4, 0.3) !important
}

.border-yellow-dark-30 {
  border: 1px solid rgba(221, 177, 4, 0.3) !important
}

.bc-yellow-30,
.hover-bc-yellow-30:hover,
.focus-bc-yellow-30:focus {
  border-color: rgba(250, 203, 14, 0.3) !important
}

.border-yellow-30 {
  border: 1px solid rgba(250, 203, 14, 0.3) !important
}

.bc-yellow-light-30,
.hover-bc-yellow-light-30:hover,
.focus-bc-yellow-light-30:focus {
  border-color: rgba(253, 228, 130, 0.3) !important
}

.border-yellow-light-30 {
  border: 1px solid rgba(253, 228, 130, 0.3) !important
}

.bc-yellow-lighter-30,
.hover-bc-yellow-lighter-30:hover,
.focus-bc-yellow-lighter-30:focus {
  border-color: rgba(254, 240, 188, 0.3) !important
}

.border-yellow-lighter-30 {
  border: 1px solid rgba(254, 240, 188, 0.3) !important
}

.bc-yellow-lightest-30,
.hover-bc-yellow-lightest-30:hover,
.focus-bc-yellow-lightest-30:focus {
  border-color: rgba(254, 247, 219, 0.3) !important
}

.border-yellow-lightest-30 {
  border: 1px solid rgba(254, 247, 219, 0.3) !important
}

.bc-pear-darkest-30,
.hover-bc-pear-darkest-30:hover,
.focus-bc-pear-darkest-30:focus {
  border-color: rgba(79, 86, 12, 0.3) !important
}

.border-pear-darkest-30 {
  border: 1px solid rgba(79, 86, 12, 0.3) !important
}

.bc-pear-darker-30,
.hover-bc-pear-darker-30:hover,
.focus-bc-pear-darker-30:focus {
  border-color: rgba(127, 138, 19, 0.3) !important
}

.border-pear-darker-30 {
  border: 1px solid rgba(127, 138, 19, 0.3) !important
}

.bc-pear-dark-30,
.hover-bc-pear-dark-30:hover,
.focus-bc-pear-dark-30:focus {
  border-color: rgba(158, 172, 24, 0.3) !important
}

.border-pear-dark-30 {
  border: 1px solid rgba(158, 172, 24, 0.3) !important
}

.bc-pear-30,
.hover-bc-pear-30:hover,
.focus-bc-pear-30:focus {
  border-color: rgba(190, 207, 29, 0.3) !important
}

.border-pear-30 {
  border: 1px solid rgba(190, 207, 29, 0.3) !important
}

.bc-pear-light-30,
.hover-bc-pear-light-30:hover,
.focus-bc-pear-light-30:focus {
  border-color: rgba(221, 233, 101, 0.3) !important
}

.border-pear-light-30 {
  border: 1px solid rgba(221, 233, 101, 0.3) !important
}

.bc-pear-lighter-30,
.hover-bc-pear-lighter-30:hover,
.focus-bc-pear-lighter-30:focus {
  border-color: rgba(244, 248, 204, 0.3) !important
}

.border-pear-lighter-30 {
  border: 1px solid rgba(244, 248, 204, 0.3) !important
}

.bc-pear-lightest-30,
.hover-bc-pear-lightest-30:hover,
.focus-bc-pear-lightest-30:focus {
  border-color: rgba(251, 253, 238, 0.3) !important
}

.border-pear-lightest-30 {
  border: 1px solid rgba(251, 253, 238, 0.3) !important
}

.bc-green-darkest-30,
.hover-bc-green-darkest-30:hover,
.focus-bc-green-darkest-30:focus {
  border-color: rgba(32, 97, 32, 0.3) !important
}

.border-green-darkest-30 {
  border: 1px solid rgba(32, 97, 32, 0.3) !important
}

.bc-green-darker-30,
.hover-bc-green-darker-30:hover,
.focus-bc-green-darker-30:focus {
  border-color: rgba(47, 141, 47, 0.3) !important
}

.border-green-darker-30 {
  border: 1px solid rgba(47, 141, 47, 0.3) !important
}

.bc-green-dark-30,
.hover-bc-green-dark-30:hover,
.focus-bc-green-dark-30:focus {
  border-color: rgba(57, 171, 57, 0.3) !important
}

.border-green-dark-30 {
  border: 1px solid rgba(57, 171, 57, 0.3) !important
}

.bc-green-30,
.hover-bc-green-30:hover,
.focus-bc-green-30:focus {
  border-color: rgba(73, 194, 73, 0.3) !important
}

.border-green-30 {
  border: 1px solid rgba(73, 194, 73, 0.3) !important
}

.bc-green-light-30,
.hover-bc-green-light-30:hover,
.focus-bc-green-light-30:focus {
  border-color: rgba(137, 224, 137, 0.3) !important
}

.border-green-light-30 {
  border: 1px solid rgba(137, 224, 137, 0.3) !important
}

.bc-green-lighter-30,
.hover-bc-green-lighter-30:hover,
.focus-bc-green-lighter-30:focus {
  border-color: rgba(220, 243, 220, 0.3) !important
}

.border-green-lighter-30 {
  border: 1px solid rgba(220, 243, 220, 0.3) !important
}

.bc-green-lightest-30,
.hover-bc-green-lightest-30:hover,
.focus-bc-green-lightest-30:focus {
  border-color: rgba(234, 248, 234, 0.3) !important
}

.border-green-lightest-30 {
  border: 1px solid rgba(234, 248, 234, 0.3) !important
}

.bc-mint-darkest-30,
.hover-bc-mint-darkest-30:hover,
.focus-bc-mint-darkest-30:focus {
  border-color: rgba(19, 107, 68, 0.3) !important
}

.border-mint-darkest-30 {
  border: 1px solid rgba(19, 107, 68, 0.3) !important
}

.bc-mint-darker-30,
.hover-bc-mint-darker-30:hover,
.focus-bc-mint-darker-30:focus {
  border-color: rgba(29, 165, 105, 0.3) !important
}

.border-mint-darker-30 {
  border: 1px solid rgba(29, 165, 105, 0.3) !important
}

.bc-mint-dark-30,
.hover-bc-mint-dark-30:hover,
.focus-bc-mint-dark-30:focus {
  border-color: rgba(35, 198, 126, 0.3) !important
}

.border-mint-dark-30 {
  border: 1px solid rgba(35, 198, 126, 0.3) !important
}

.bc-mint-30,
.hover-bc-mint-30:hover,
.focus-bc-mint-30:focus {
  border-color: rgba(53, 219, 146, 0.3) !important
}

.border-mint-30 {
  border: 1px solid rgba(53, 219, 146, 0.3) !important
}

.bc-mint-light-30,
.hover-bc-mint-light-30:hover,
.focus-bc-mint-light-30:focus {
  border-color: rgba(137, 234, 191, 0.3) !important
}

.border-mint-light-30 {
  border: 1px solid rgba(137, 234, 191, 0.3) !important
}

.bc-mint-lighter-30,
.hover-bc-mint-lighter-30:hover,
.focus-bc-mint-lighter-30:focus {
  border-color: rgba(220, 249, 236, 0.3) !important
}

.border-mint-lighter-30 {
  border: 1px solid rgba(220, 249, 236, 0.3) !important
}

.bc-mint-lightest-30,
.hover-bc-mint-lightest-30:hover,
.focus-bc-mint-lightest-30:focus {
  border-color: rgba(242, 252, 247, 0.3) !important
}

.border-mint-lightest-30 {
  border: 1px solid rgba(242, 252, 247, 0.3) !important
}

.bc-teal-darkest-30,
.hover-bc-teal-darkest-30:hover,
.focus-bc-teal-darkest-30:focus {
  border-color: rgba(34, 89, 96, 0.3) !important
}

.border-teal-darkest-30 {
  border: 1px solid rgba(34, 89, 96, 0.3) !important
}

.bc-teal-darker-30,
.hover-bc-teal-darker-30:hover,
.focus-bc-teal-darker-30:focus {
  border-color: rgba(45, 116, 125, 0.3) !important
}

.border-teal-darker-30 {
  border: 1px solid rgba(45, 116, 125, 0.3) !important
}

.bc-teal-dark-30,
.hover-bc-teal-dark-30:hover,
.focus-bc-teal-dark-30:focus {
  border-color: rgba(55, 142, 153, 0.3) !important
}

.border-teal-dark-30 {
  border: 1px solid rgba(55, 142, 153, 0.3) !important
}

.bc-teal-30,
.hover-bc-teal-30:hover,
.focus-bc-teal-30:focus {
  border-color: rgba(66, 169, 182, 0.3) !important
}

.border-teal-30 {
  border: 1px solid rgba(66, 169, 182, 0.3) !important
}

.bc-teal-light-30,
.hover-bc-teal-light-30:hover,
.focus-bc-teal-light-30:focus {
  border-color: rgba(149, 209, 217, 0.3) !important
}

.border-teal-light-30 {
  border: 1px solid rgba(149, 209, 217, 0.3) !important
}

.bc-teal-lighter-30,
.hover-bc-teal-lighter-30:hover,
.focus-bc-teal-lighter-30:focus {
  border-color: rgba(221, 240, 243, 0.3) !important
}

.border-teal-lighter-30 {
  border: 1px solid rgba(221, 240, 243, 0.3) !important
}

.bc-teal-lightest-30,
.hover-bc-teal-lightest-30:hover,
.focus-bc-teal-lightest-30:focus {
  border-color: rgba(237, 249, 250, 0.3) !important
}

.border-teal-lightest-30 {
  border: 1px solid rgba(237, 249, 250, 0.3) !important
}

.bc-wine-darkest-30,
.hover-bc-wine-darkest-30:hover,
.focus-bc-wine-darkest-30:focus {
  border-color: rgba(72, 30, 35, 0.3) !important
}

.border-wine-darkest-30 {
  border: 1px solid rgba(72, 30, 35, 0.3) !important
}

.bc-wine-darker-30,
.hover-bc-wine-darker-30:hover,
.focus-bc-wine-darker-30:focus {
  border-color: rgba(114, 47, 55, 0.3) !important
}

.border-wine-darker-30 {
  border: 1px solid rgba(114, 47, 55, 0.3) !important
}

.bc-wine-dark-30,
.hover-bc-wine-dark-30:hover,
.focus-bc-wine-dark-30:focus {
  border-color: rgba(142, 58, 68, 0.3) !important
}

.border-wine-dark-30 {
  border: 1px solid rgba(142, 58, 68, 0.3) !important
}

.bc-wine-30,
.hover-bc-wine-30:hover,
.focus-bc-wine-30:focus {
  border-color: rgba(170, 70, 82, 0.3) !important
}

.border-wine-30 {
  border: 1px solid rgba(170, 70, 82, 0.3) !important
}

.bc-wine-light-30,
.hover-bc-wine-light-30:hover,
.focus-bc-wine-light-30:focus {
  border-color: rgba(210, 147, 154, 0.3) !important
}

.border-wine-light-30 {
  border: 1px solid rgba(210, 147, 154, 0.3) !important
}

.bc-wine-lighter-30,
.hover-bc-wine-lighter-30:hover,
.focus-bc-wine-lighter-30:focus {
  border-color: rgba(239, 216, 219, 0.3) !important
}

.border-wine-lighter-30 {
  border: 1px solid rgba(239, 216, 219, 0.3) !important
}

.bc-wine-lightest-30,
.hover-bc-wine-lightest-30:hover,
.focus-bc-wine-lightest-30:focus {
  border-color: rgba(250, 243, 244, 0.3) !important
}

.border-wine-lightest-30 {
  border: 1px solid rgba(250, 243, 244, 0.3) !important
}

.bc-brown-darkest-30,
.hover-bc-brown-darkest-30:hover,
.focus-bc-brown-darkest-30:focus {
  border-color: rgba(61, 47, 43, 0.3) !important
}

.border-brown-darkest-30 {
  border: 1px solid rgba(61, 47, 43, 0.3) !important
}

.bc-brown-darker-30,
.hover-bc-brown-darker-30:hover,
.focus-bc-brown-darker-30:focus {
  border-color: rgba(84, 65, 59, 0.3) !important
}

.border-brown-darker-30 {
  border: 1px solid rgba(84, 65, 59, 0.3) !important
}

.bc-brown-dark-30,
.hover-bc-brown-dark-30:hover,
.focus-bc-brown-dark-30:focus {
  border-color: rgba(107, 83, 76, 0.3) !important
}

.border-brown-dark-30 {
  border: 1px solid rgba(107, 83, 76, 0.3) !important
}

.bc-brown-30,
.hover-bc-brown-30:hover,
.focus-bc-brown-30:focus {
  border-color: rgba(141, 109, 100, 0.3) !important
}

.border-brown-30 {
  border: 1px solid rgba(141, 109, 100, 0.3) !important
}

.bc-brown-light-30,
.hover-bc-brown-light-30:hover,
.focus-bc-brown-light-30:focus {
  border-color: rgba(200, 183, 178, 0.3) !important
}

.border-brown-light-30 {
  border: 1px solid rgba(200, 183, 178, 0.3) !important
}

.bc-brown-lighter-30,
.hover-bc-brown-lighter-30:hover,
.focus-bc-brown-lighter-30:focus {
  border-color: rgba(233, 226, 224, 0.3) !important
}

.border-brown-lighter-30 {
  border: 1px solid rgba(233, 226, 224, 0.3) !important
}

.bc-brown-lightest-30,
.hover-bc-brown-lightest-30:hover,
.focus-bc-brown-lightest-30:focus {
  border-color: rgba(255, 249, 247, 0.3) !important
}

.border-brown-lightest-30 {
  border: 1px solid rgba(255, 249, 247, 0.3) !important
}

.bc-almond-darkest-30,
.hover-bc-almond-darkest-30:hover,
.focus-bc-almond-darkest-30:focus {
  border-color: rgba(99, 65, 32, 0.3) !important
}

.border-almond-darkest-30 {
  border: 1px solid rgba(99, 65, 32, 0.3) !important
}

.bc-almond-darker-30,
.hover-bc-almond-darker-30:hover,
.focus-bc-almond-darker-30:focus {
  border-color: rgba(138, 91, 44, 0.3) !important
}

.border-almond-darker-30 {
  border: 1px solid rgba(138, 91, 44, 0.3) !important
}

.bc-almond-dark-30,
.hover-bc-almond-dark-30:hover,
.focus-bc-almond-dark-30:focus {
  border-color: rgba(173, 114, 55, 0.3) !important
}

.border-almond-dark-30 {
  border: 1px solid rgba(173, 114, 55, 0.3) !important
}

.bc-almond-30,
.hover-bc-almond-30:hover,
.focus-bc-almond-30:focus {
  border-color: rgba(196, 134, 71, 0.3) !important
}

.border-almond-30 {
  border: 1px solid rgba(196, 134, 71, 0.3) !important
}

.bc-almond-light-30,
.hover-bc-almond-light-30:hover,
.focus-bc-almond-light-30:focus {
  border-color: rgba(220, 183, 146, 0.3) !important
}

.border-almond-light-30 {
  border: 1px solid rgba(220, 183, 146, 0.3) !important
}

.bc-almond-lighter-30,
.hover-bc-almond-lighter-30:hover,
.focus-bc-almond-lighter-30:focus {
  border-color: rgba(239, 222, 205, 0.3) !important
}

.border-almond-lighter-30 {
  border: 1px solid rgba(239, 222, 205, 0.3) !important
}

.bc-almond-lightest-30,
.hover-bc-almond-lightest-30:hover,
.focus-bc-almond-lightest-30:focus {
  border-color: rgba(249, 240, 232, 0.3) !important
}

.border-almond-lightest-30 {
  border: 1px solid rgba(249, 240, 232, 0.3) !important
}

.bc-slategray-darkest-30,
.hover-bc-slategray-darkest-30:hover,
.focus-bc-slategray-darkest-30:focus {
  border-color: rgba(5, 25, 45, 0.3) !important
}

.border-slategray-darkest-30 {
  border: 1px solid rgba(5, 25, 45, 0.3) !important
}

.bc-slategray-darker-30,
.hover-bc-slategray-darker-30:hover,
.focus-bc-slategray-darker-30:focus {
  border-color: rgba(16, 44, 69, 0.3) !important
}

.border-slategray-darker-30 {
  border: 1px solid rgba(16, 44, 69, 0.3) !important
}

.bc-slategray-dark-30,
.hover-bc-slategray-dark-30:hover,
.focus-bc-slategray-dark-30:focus {
  border-color: rgba(47, 80, 112, 0.3) !important
}

.border-slategray-dark-30 {
  border: 1px solid rgba(47, 80, 112, 0.3) !important
}

.bc-slategray-30,
.hover-bc-slategray-30:hover,
.focus-bc-slategray-30:focus {
  border-color: rgba(81, 116, 149, 0.3) !important
}

.border-slategray-30 {
  border: 1px solid rgba(81, 116, 149, 0.3) !important
}

.bc-slategray-light-30,
.hover-bc-slategray-light-30:hover,
.focus-bc-slategray-light-30:focus {
  border-color: rgba(150, 177, 203, 0.3) !important
}

.border-slategray-light-30 {
  border: 1px solid rgba(150, 177, 203, 0.3) !important
}

.bc-slategray-lighter-30,
.hover-bc-slategray-lighter-30:hover,
.focus-bc-slategray-lighter-30:focus {
  border-color: rgba(208, 220, 231, 0.3) !important
}

.border-slategray-lighter-30 {
  border: 1px solid rgba(208, 220, 231, 0.3) !important
}

.bc-slategray-lightest-30,
.hover-bc-slategray-lightest-30:hover,
.focus-bc-slategray-lightest-30:focus {
  border-color: rgba(242, 245, 247, 0.3) !important
}

.border-slategray-lightest-30 {
  border: 1px solid rgba(242, 245, 247, 0.3) !important
}

.bc-gray-darkest-30,
.hover-bc-gray-darkest-30:hover,
.focus-bc-gray-darkest-30:focus {
  border-color: rgba(54, 69, 79, 0.3) !important
}

.border-gray-darkest-30 {
  border: 1px solid rgba(54, 69, 79, 0.3) !important
}

.bc-gray-darker-30,
.hover-bc-gray-darker-30:hover,
.focus-bc-gray-darker-30:focus {
  border-color: rgba(70, 89, 102, 0.3) !important
}

.border-gray-darker-30 {
  border: 1px solid rgba(70, 89, 102, 0.3) !important
}

.bc-gray-dark-30,
.hover-bc-gray-dark-30:hover,
.focus-bc-gray-dark-30:focus {
  border-color: rgba(86, 110, 126, 0.3) !important
}

.border-gray-dark-30 {
  border: 1px solid rgba(86, 110, 126, 0.3) !important
}

.bc-gray-30,
.hover-bc-gray-30:hover,
.focus-bc-gray-30:focus {
  border-color: rgba(102, 130, 149, 0.3) !important
}

.border-gray-30 {
  border: 1px solid rgba(102, 130, 149, 0.3) !important
}

.bc-gray-light-30,
.hover-bc-gray-light-30:hover,
.focus-bc-gray-light-30:focus {
  border-color: rgba(183, 196, 205, 0.3) !important
}

.border-gray-light-30 {
  border: 1px solid rgba(183, 196, 205, 0.3) !important
}

.bc-gray-lighter-30,
.hover-bc-gray-lighter-30:hover,
.focus-bc-gray-lighter-30:focus {
  border-color: rgba(228, 232, 235, 0.3) !important
}

.border-gray-lighter-30 {
  border: 1px solid rgba(228, 232, 235, 0.3) !important
}

.bc-gray-lightest-30,
.hover-bc-gray-lightest-30:hover,
.focus-bc-gray-lightest-30:focus {
  border-color: rgba(238, 241, 245, 0.3) !important
}

.border-gray-lightest-30 {
  border: 1px solid rgba(238, 241, 245, 0.3) !important
}

.bc-black-40,
.hover-bc-black-40:hover,
.focus-bc-black-40:focus {
  border-color: rgba(0, 0, 0, 0.4) !important
}

.border-black-40 {
  border: 1px solid rgba(0, 0, 0, 0.4) !important
}

.bc-white-40,
.hover-bc-white-40:hover,
.focus-bc-white-40:focus {
  border-color: rgba(255, 255, 255, 0.4) !important
}

.border-white-40 {
  border: 1px solid rgba(255, 255, 255, 0.4) !important
}

.bc-transparent-40,
.hover-bc-transparent-40:hover,
.focus-bc-transparent-40:focus {
  border-color: rgba(0, 0, 0, 0) !important
}

.border-transparent-40 {
  border: 1px solid rgba(0, 0, 0, 0) !important
}

.bc-blue-darkest-40,
.hover-bc-blue-darkest-40:hover,
.focus-bc-blue-darkest-40:focus {
  border-color: rgba(2, 48, 93, 0.4) !important
}

.border-blue-darkest-40 {
  border: 1px solid rgba(2, 48, 93, 0.4) !important
}

.bc-blue-darker-40,
.hover-bc-blue-darker-40:hover,
.focus-bc-blue-darker-40:focus {
  border-color: rgba(26, 93, 158, 0.4) !important
}

.border-blue-darker-40 {
  border: 1px solid rgba(26, 93, 158, 0.4) !important
}

.bc-blue-dark-40,
.hover-bc-blue-dark-40:hover,
.focus-bc-blue-dark-40:focus {
  border-color: rgba(23, 115, 206, 0.4) !important
}

.border-blue-dark-40 {
  border: 1px solid rgba(23, 115, 206, 0.4) !important
}

.bc-blue-40,
.hover-bc-blue-40:hover,
.focus-bc-blue-40:focus {
  border-color: rgba(64, 158, 255, 0.4) !important
}

.border-blue-40 {
  border: 1px solid rgba(64, 158, 255, 0.4) !important
}

.bc-blue-light-40,
.hover-bc-blue-light-40:hover,
.focus-bc-blue-light-40:focus {
  border-color: rgba(101, 178, 255, 0.4) !important
}

.border-blue-light-40 {
  border: 1px solid rgba(101, 178, 255, 0.4) !important
}

.bc-blue-lighter-40,
.hover-bc-blue-lighter-40:hover,
.focus-bc-blue-lighter-40:focus {
  border-color: rgba(179, 217, 255, 0.4) !important
}

.border-blue-lighter-40 {
  border: 1px solid rgba(179, 217, 255, 0.4) !important
}

.bc-blue-lightest-40,
.hover-bc-blue-lightest-40:hover,
.focus-bc-blue-lightest-40:focus {
  border-color: rgba(236, 245, 255, 0.4) !important
}

.border-blue-lightest-40 {
  border: 1px solid rgba(236, 245, 255, 0.4) !important
}

.bc-indigo-darkest-40,
.hover-bc-indigo-darkest-40:hover,
.focus-bc-indigo-darkest-40:focus {
  border-color: rgba(39, 32, 117, 0.4) !important
}

.border-indigo-darkest-40 {
  border: 1px solid rgba(39, 32, 117, 0.4) !important
}

.bc-indigo-darker-40,
.hover-bc-indigo-darker-40:hover,
.focus-bc-indigo-darker-40:focus {
  border-color: rgba(51, 42, 153, 0.4) !important
}

.border-indigo-darker-40 {
  border: 1px solid rgba(51, 42, 153, 0.4) !important
}

.bc-indigo-dark-40,
.hover-bc-indigo-dark-40:hover,
.focus-bc-indigo-dark-40:focus {
  border-color: rgba(63, 51, 189, 0.4) !important
}

.border-indigo-dark-40 {
  border: 1px solid rgba(63, 51, 189, 0.4) !important
}

.bc-indigo-40,
.hover-bc-indigo-40:hover,
.focus-bc-indigo-40:focus {
  border-color: rgba(90, 79, 207, 0.4) !important
}

.border-indigo-40 {
  border: 1px solid rgba(90, 79, 207, 0.4) !important
}

.bc-indigo-light-40,
.hover-bc-indigo-light-40:hover,
.focus-bc-indigo-light-40:focus {
  border-color: rgba(131, 122, 230, 0.4) !important
}

.border-indigo-light-40 {
  border: 1px solid rgba(131, 122, 230, 0.4) !important
}

.bc-indigo-lighter-40,
.hover-bc-indigo-lighter-40:hover,
.focus-bc-indigo-lighter-40:focus {
  border-color: rgba(194, 189, 246, 0.4) !important
}

.border-indigo-lighter-40 {
  border: 1px solid rgba(194, 189, 246, 0.4) !important
}

.bc-indigo-lightest-40,
.hover-bc-indigo-lightest-40:hover,
.focus-bc-indigo-lightest-40:focus {
  border-color: rgba(240, 238, 255, 0.4) !important
}

.border-indigo-lightest-40 {
  border: 1px solid rgba(240, 238, 255, 0.4) !important
}

.bc-purple-darkest-40,
.hover-bc-purple-darkest-40:hover,
.focus-bc-purple-darkest-40:focus {
  border-color: rgba(61, 6, 95, 0.4) !important
}

.border-purple-darkest-40 {
  border: 1px solid rgba(61, 6, 95, 0.4) !important
}

.bc-purple-darker-40,
.hover-bc-purple-darker-40:hover,
.focus-bc-purple-darker-40:focus {
  border-color: rgba(96, 10, 151, 0.4) !important
}

.border-purple-darker-40 {
  border: 1px solid rgba(96, 10, 151, 0.4) !important
}

.bc-purple-dark-40,
.hover-bc-purple-dark-40:hover,
.focus-bc-purple-dark-40:focus {
  border-color: rgba(132, 13, 206, 0.4) !important
}

.border-purple-dark-40 {
  border: 1px solid rgba(132, 13, 206, 0.4) !important
}

.bc-purple-40,
.hover-bc-purple-40:hover,
.focus-bc-purple-40:focus {
  border-color: rgba(170, 56, 242, 0.4) !important
}

.border-purple-40 {
  border: 1px solid rgba(170, 56, 242, 0.4) !important
}

.bc-purple-light-40,
.hover-bc-purple-light-40:hover,
.focus-bc-purple-light-40:focus {
  border-color: rgba(204, 136, 247, 0.4) !important
}

.border-purple-light-40 {
  border: 1px solid rgba(204, 136, 247, 0.4) !important
}

.bc-purple-lighter-40,
.hover-bc-purple-lighter-40:hover,
.focus-bc-purple-lighter-40:focus {
  border-color: rgba(233, 203, 252, 0.4) !important
}

.border-purple-lighter-40 {
  border: 1px solid rgba(233, 203, 252, 0.4) !important
}

.bc-purple-lightest-40,
.hover-bc-purple-lightest-40:hover,
.focus-bc-purple-lightest-40:focus {
  border-color: rgba(249, 240, 254, 0.4) !important
}

.border-purple-lightest-40 {
  border: 1px solid rgba(249, 240, 254, 0.4) !important
}

.bc-pink-darkest-40,
.hover-bc-pink-darkest-40:hover,
.focus-bc-pink-darkest-40:focus {
  border-color: rgba(88, 0, 32, 0.4) !important
}

.border-pink-darkest-40 {
  border: 1px solid rgba(88, 0, 32, 0.4) !important
}

.bc-pink-darker-40,
.hover-bc-pink-darker-40:hover,
.focus-bc-pink-darker-40:focus {
  border-color: rgba(147, 0, 54, 0.4) !important
}

.border-pink-darker-40 {
  border: 1px solid rgba(147, 0, 54, 0.4) !important
}

.bc-pink-dark-40,
.hover-bc-pink-dark-40:hover,
.focus-bc-pink-dark-40:focus {
  border-color: rgba(201, 54, 108, 0.4) !important
}

.border-pink-dark-40 {
  border: 1px solid rgba(201, 54, 108, 0.4) !important
}

.bc-pink-40,
.hover-bc-pink-40:hover,
.focus-bc-pink-40:focus {
  border-color: rgba(240, 101, 151, 0.4) !important
}

.border-pink-40 {
  border: 1px solid rgba(240, 101, 151, 0.4) !important
}

.bc-pink-light-40,
.hover-bc-pink-light-40:hover,
.focus-bc-pink-light-40:focus {
  border-color: rgba(245, 142, 180, 0.4) !important
}

.border-pink-light-40 {
  border: 1px solid rgba(245, 142, 180, 0.4) !important
}

.bc-pink-lighter-40,
.hover-bc-pink-lighter-40:hover,
.focus-bc-pink-lighter-40:focus {
  border-color: rgba(255, 205, 223, 0.4) !important
}

.border-pink-lighter-40 {
  border: 1px solid rgba(255, 205, 223, 0.4) !important
}

.bc-pink-lightest-40,
.hover-bc-pink-lightest-40:hover,
.focus-bc-pink-lightest-40:focus {
  border-color: rgba(255, 235, 242, 0.4) !important
}

.border-pink-lightest-40 {
  border: 1px solid rgba(255, 235, 242, 0.4) !important
}

.bc-red-darkest-40,
.hover-bc-red-darkest-40:hover,
.focus-bc-red-darkest-40:focus {
  border-color: rgba(117, 14, 18, 0.4) !important
}

.border-red-darkest-40 {
  border: 1px solid rgba(117, 14, 18, 0.4) !important
}

.bc-red-darker-40,
.hover-bc-red-darker-40:hover,
.focus-bc-red-darker-40:focus {
  border-color: rgba(169, 21, 26, 0.4) !important
}

.border-red-darker-40 {
  border: 1px solid rgba(169, 21, 26, 0.4) !important
}

.bc-red-dark-40,
.hover-bc-red-dark-40:hover,
.focus-bc-red-dark-40:focus {
  border-color: rgba(204, 25, 31, 0.4) !important
}

.border-red-dark-40 {
  border: 1px solid rgba(204, 25, 31, 0.4) !important
}

.bc-red-40,
.hover-bc-red-40:hover,
.focus-bc-red-40:focus {
  border-color: rgba(231, 57, 63, 0.4) !important
}

.border-red-40 {
  border: 1px solid rgba(231, 57, 63, 0.4) !important
}

.bc-red-light-40,
.hover-bc-red-light-40:hover,
.focus-bc-red-light-40:focus {
  border-color: rgba(237, 109, 114, 0.4) !important
}

.border-red-light-40 {
  border: 1px solid rgba(237, 109, 114, 0.4) !important
}

.bc-red-lighter-40,
.hover-bc-red-lighter-40:hover,
.focus-bc-red-lighter-40:focus {
  border-color: rgba(248, 197, 199, 0.4) !important
}

.border-red-lighter-40 {
  border: 1px solid rgba(248, 197, 199, 0.4) !important
}

.bc-red-lightest-40,
.hover-bc-red-lightest-40:hover,
.focus-bc-red-lightest-40:focus {
  border-color: rgba(252, 232, 232, 0.4) !important
}

.border-red-lightest-40 {
  border: 1px solid rgba(252, 232, 232, 0.4) !important
}

.bc-orange-darkest-40,
.hover-bc-orange-darkest-40:hover,
.focus-bc-orange-darkest-40:focus {
  border-color: rgba(133, 67, 0, 0.4) !important
}

.border-orange-darkest-40 {
  border: 1px solid rgba(133, 67, 0, 0.4) !important
}

.bc-orange-darker-40,
.hover-bc-orange-darker-40:hover,
.focus-bc-orange-darker-40:focus {
  border-color: rgba(192, 96, 0, 0.4) !important
}

.border-orange-darker-40 {
  border: 1px solid rgba(192, 96, 0, 0.4) !important
}

.bc-orange-dark-40,
.hover-bc-orange-dark-40:hover,
.focus-bc-orange-dark-40:focus {
  border-color: rgba(231, 116, 0, 0.4) !important
}

.border-orange-dark-40 {
  border: 1px solid rgba(231, 116, 0, 0.4) !important
}

.bc-orange-40,
.hover-bc-orange-40:hover,
.focus-bc-orange-40:focus {
  border-color: rgba(255, 135, 16, 0.4) !important
}

.border-orange-40 {
  border: 1px solid rgba(255, 135, 16, 0.4) !important
}

.bc-orange-light-40,
.hover-bc-orange-light-40:hover,
.focus-bc-orange-light-40:focus {
  border-color: rgba(255, 184, 114, 0.4) !important
}

.border-orange-light-40 {
  border: 1px solid rgba(255, 184, 114, 0.4) !important
}

.bc-orange-lighter-40,
.hover-bc-orange-lighter-40:hover,
.focus-bc-orange-lighter-40:focus {
  border-color: rgba(255, 224, 192, 0.4) !important
}

.border-orange-lighter-40 {
  border: 1px solid rgba(255, 224, 192, 0.4) !important
}

.bc-orange-lightest-40,
.hover-bc-orange-lightest-40:hover,
.focus-bc-orange-lightest-40:focus {
  border-color: rgba(255, 243, 231, 0.4) !important
}

.border-orange-lightest-40 {
  border: 1px solid rgba(255, 243, 231, 0.4) !important
}

.bc-yellow-darkest-40,
.hover-bc-yellow-darkest-40:hover,
.focus-bc-yellow-darkest-40:focus {
  border-color: rgba(106, 85, 2, 0.4) !important
}

.border-yellow-darkest-40 {
  border: 1px solid rgba(106, 85, 2, 0.4) !important
}

.bc-yellow-darker-40,
.hover-bc-yellow-darker-40:hover,
.focus-bc-yellow-darker-40:focus {
  border-color: rgba(183, 147, 3, 0.4) !important
}

.border-yellow-darker-40 {
  border: 1px solid rgba(183, 147, 3, 0.4) !important
}

.bc-yellow-dark-40,
.hover-bc-yellow-dark-40:hover,
.focus-bc-yellow-dark-40:focus {
  border-color: rgba(221, 177, 4, 0.4) !important
}

.border-yellow-dark-40 {
  border: 1px solid rgba(221, 177, 4, 0.4) !important
}

.bc-yellow-40,
.hover-bc-yellow-40:hover,
.focus-bc-yellow-40:focus {
  border-color: rgba(250, 203, 14, 0.4) !important
}

.border-yellow-40 {
  border: 1px solid rgba(250, 203, 14, 0.4) !important
}

.bc-yellow-light-40,
.hover-bc-yellow-light-40:hover,
.focus-bc-yellow-light-40:focus {
  border-color: rgba(253, 228, 130, 0.4) !important
}

.border-yellow-light-40 {
  border: 1px solid rgba(253, 228, 130, 0.4) !important
}

.bc-yellow-lighter-40,
.hover-bc-yellow-lighter-40:hover,
.focus-bc-yellow-lighter-40:focus {
  border-color: rgba(254, 240, 188, 0.4) !important
}

.border-yellow-lighter-40 {
  border: 1px solid rgba(254, 240, 188, 0.4) !important
}

.bc-yellow-lightest-40,
.hover-bc-yellow-lightest-40:hover,
.focus-bc-yellow-lightest-40:focus {
  border-color: rgba(254, 247, 219, 0.4) !important
}

.border-yellow-lightest-40 {
  border: 1px solid rgba(254, 247, 219, 0.4) !important
}

.bc-pear-darkest-40,
.hover-bc-pear-darkest-40:hover,
.focus-bc-pear-darkest-40:focus {
  border-color: rgba(79, 86, 12, 0.4) !important
}

.border-pear-darkest-40 {
  border: 1px solid rgba(79, 86, 12, 0.4) !important
}

.bc-pear-darker-40,
.hover-bc-pear-darker-40:hover,
.focus-bc-pear-darker-40:focus {
  border-color: rgba(127, 138, 19, 0.4) !important
}

.border-pear-darker-40 {
  border: 1px solid rgba(127, 138, 19, 0.4) !important
}

.bc-pear-dark-40,
.hover-bc-pear-dark-40:hover,
.focus-bc-pear-dark-40:focus {
  border-color: rgba(158, 172, 24, 0.4) !important
}

.border-pear-dark-40 {
  border: 1px solid rgba(158, 172, 24, 0.4) !important
}

.bc-pear-40,
.hover-bc-pear-40:hover,
.focus-bc-pear-40:focus {
  border-color: rgba(190, 207, 29, 0.4) !important
}

.border-pear-40 {
  border: 1px solid rgba(190, 207, 29, 0.4) !important
}

.bc-pear-light-40,
.hover-bc-pear-light-40:hover,
.focus-bc-pear-light-40:focus {
  border-color: rgba(221, 233, 101, 0.4) !important
}

.border-pear-light-40 {
  border: 1px solid rgba(221, 233, 101, 0.4) !important
}

.bc-pear-lighter-40,
.hover-bc-pear-lighter-40:hover,
.focus-bc-pear-lighter-40:focus {
  border-color: rgba(244, 248, 204, 0.4) !important
}

.border-pear-lighter-40 {
  border: 1px solid rgba(244, 248, 204, 0.4) !important
}

.bc-pear-lightest-40,
.hover-bc-pear-lightest-40:hover,
.focus-bc-pear-lightest-40:focus {
  border-color: rgba(251, 253, 238, 0.4) !important
}

.border-pear-lightest-40 {
  border: 1px solid rgba(251, 253, 238, 0.4) !important
}

.bc-green-darkest-40,
.hover-bc-green-darkest-40:hover,
.focus-bc-green-darkest-40:focus {
  border-color: rgba(32, 97, 32, 0.4) !important
}

.border-green-darkest-40 {
  border: 1px solid rgba(32, 97, 32, 0.4) !important
}

.bc-green-darker-40,
.hover-bc-green-darker-40:hover,
.focus-bc-green-darker-40:focus {
  border-color: rgba(47, 141, 47, 0.4) !important
}

.border-green-darker-40 {
  border: 1px solid rgba(47, 141, 47, 0.4) !important
}

.bc-green-dark-40,
.hover-bc-green-dark-40:hover,
.focus-bc-green-dark-40:focus {
  border-color: rgba(57, 171, 57, 0.4) !important
}

.border-green-dark-40 {
  border: 1px solid rgba(57, 171, 57, 0.4) !important
}

.bc-green-40,
.hover-bc-green-40:hover,
.focus-bc-green-40:focus {
  border-color: rgba(73, 194, 73, 0.4) !important
}

.border-green-40 {
  border: 1px solid rgba(73, 194, 73, 0.4) !important
}

.bc-green-light-40,
.hover-bc-green-light-40:hover,
.focus-bc-green-light-40:focus {
  border-color: rgba(137, 224, 137, 0.4) !important
}

.border-green-light-40 {
  border: 1px solid rgba(137, 224, 137, 0.4) !important
}

.bc-green-lighter-40,
.hover-bc-green-lighter-40:hover,
.focus-bc-green-lighter-40:focus {
  border-color: rgba(220, 243, 220, 0.4) !important
}

.border-green-lighter-40 {
  border: 1px solid rgba(220, 243, 220, 0.4) !important
}

.bc-green-lightest-40,
.hover-bc-green-lightest-40:hover,
.focus-bc-green-lightest-40:focus {
  border-color: rgba(234, 248, 234, 0.4) !important
}

.border-green-lightest-40 {
  border: 1px solid rgba(234, 248, 234, 0.4) !important
}

.bc-mint-darkest-40,
.hover-bc-mint-darkest-40:hover,
.focus-bc-mint-darkest-40:focus {
  border-color: rgba(19, 107, 68, 0.4) !important
}

.border-mint-darkest-40 {
  border: 1px solid rgba(19, 107, 68, 0.4) !important
}

.bc-mint-darker-40,
.hover-bc-mint-darker-40:hover,
.focus-bc-mint-darker-40:focus {
  border-color: rgba(29, 165, 105, 0.4) !important
}

.border-mint-darker-40 {
  border: 1px solid rgba(29, 165, 105, 0.4) !important
}

.bc-mint-dark-40,
.hover-bc-mint-dark-40:hover,
.focus-bc-mint-dark-40:focus {
  border-color: rgba(35, 198, 126, 0.4) !important
}

.border-mint-dark-40 {
  border: 1px solid rgba(35, 198, 126, 0.4) !important
}

.bc-mint-40,
.hover-bc-mint-40:hover,
.focus-bc-mint-40:focus {
  border-color: rgba(53, 219, 146, 0.4) !important
}

.border-mint-40 {
  border: 1px solid rgba(53, 219, 146, 0.4) !important
}

.bc-mint-light-40,
.hover-bc-mint-light-40:hover,
.focus-bc-mint-light-40:focus {
  border-color: rgba(137, 234, 191, 0.4) !important
}

.border-mint-light-40 {
  border: 1px solid rgba(137, 234, 191, 0.4) !important
}

.bc-mint-lighter-40,
.hover-bc-mint-lighter-40:hover,
.focus-bc-mint-lighter-40:focus {
  border-color: rgba(220, 249, 236, 0.4) !important
}

.border-mint-lighter-40 {
  border: 1px solid rgba(220, 249, 236, 0.4) !important
}

.bc-mint-lightest-40,
.hover-bc-mint-lightest-40:hover,
.focus-bc-mint-lightest-40:focus {
  border-color: rgba(242, 252, 247, 0.4) !important
}

.border-mint-lightest-40 {
  border: 1px solid rgba(242, 252, 247, 0.4) !important
}

.bc-teal-darkest-40,
.hover-bc-teal-darkest-40:hover,
.focus-bc-teal-darkest-40:focus {
  border-color: rgba(34, 89, 96, 0.4) !important
}

.border-teal-darkest-40 {
  border: 1px solid rgba(34, 89, 96, 0.4) !important
}

.bc-teal-darker-40,
.hover-bc-teal-darker-40:hover,
.focus-bc-teal-darker-40:focus {
  border-color: rgba(45, 116, 125, 0.4) !important
}

.border-teal-darker-40 {
  border: 1px solid rgba(45, 116, 125, 0.4) !important
}

.bc-teal-dark-40,
.hover-bc-teal-dark-40:hover,
.focus-bc-teal-dark-40:focus {
  border-color: rgba(55, 142, 153, 0.4) !important
}

.border-teal-dark-40 {
  border: 1px solid rgba(55, 142, 153, 0.4) !important
}

.bc-teal-40,
.hover-bc-teal-40:hover,
.focus-bc-teal-40:focus {
  border-color: rgba(66, 169, 182, 0.4) !important
}

.border-teal-40 {
  border: 1px solid rgba(66, 169, 182, 0.4) !important
}

.bc-teal-light-40,
.hover-bc-teal-light-40:hover,
.focus-bc-teal-light-40:focus {
  border-color: rgba(149, 209, 217, 0.4) !important
}

.border-teal-light-40 {
  border: 1px solid rgba(149, 209, 217, 0.4) !important
}

.bc-teal-lighter-40,
.hover-bc-teal-lighter-40:hover,
.focus-bc-teal-lighter-40:focus {
  border-color: rgba(221, 240, 243, 0.4) !important
}

.border-teal-lighter-40 {
  border: 1px solid rgba(221, 240, 243, 0.4) !important
}

.bc-teal-lightest-40,
.hover-bc-teal-lightest-40:hover,
.focus-bc-teal-lightest-40:focus {
  border-color: rgba(237, 249, 250, 0.4) !important
}

.border-teal-lightest-40 {
  border: 1px solid rgba(237, 249, 250, 0.4) !important
}

.bc-wine-darkest-40,
.hover-bc-wine-darkest-40:hover,
.focus-bc-wine-darkest-40:focus {
  border-color: rgba(72, 30, 35, 0.4) !important
}

.border-wine-darkest-40 {
  border: 1px solid rgba(72, 30, 35, 0.4) !important
}

.bc-wine-darker-40,
.hover-bc-wine-darker-40:hover,
.focus-bc-wine-darker-40:focus {
  border-color: rgba(114, 47, 55, 0.4) !important
}

.border-wine-darker-40 {
  border: 1px solid rgba(114, 47, 55, 0.4) !important
}

.bc-wine-dark-40,
.hover-bc-wine-dark-40:hover,
.focus-bc-wine-dark-40:focus {
  border-color: rgba(142, 58, 68, 0.4) !important
}

.border-wine-dark-40 {
  border: 1px solid rgba(142, 58, 68, 0.4) !important
}

.bc-wine-40,
.hover-bc-wine-40:hover,
.focus-bc-wine-40:focus {
  border-color: rgba(170, 70, 82, 0.4) !important
}

.border-wine-40 {
  border: 1px solid rgba(170, 70, 82, 0.4) !important
}

.bc-wine-light-40,
.hover-bc-wine-light-40:hover,
.focus-bc-wine-light-40:focus {
  border-color: rgba(210, 147, 154, 0.4) !important
}

.border-wine-light-40 {
  border: 1px solid rgba(210, 147, 154, 0.4) !important
}

.bc-wine-lighter-40,
.hover-bc-wine-lighter-40:hover,
.focus-bc-wine-lighter-40:focus {
  border-color: rgba(239, 216, 219, 0.4) !important
}

.border-wine-lighter-40 {
  border: 1px solid rgba(239, 216, 219, 0.4) !important
}

.bc-wine-lightest-40,
.hover-bc-wine-lightest-40:hover,
.focus-bc-wine-lightest-40:focus {
  border-color: rgba(250, 243, 244, 0.4) !important
}

.border-wine-lightest-40 {
  border: 1px solid rgba(250, 243, 244, 0.4) !important
}

.bc-brown-darkest-40,
.hover-bc-brown-darkest-40:hover,
.focus-bc-brown-darkest-40:focus {
  border-color: rgba(61, 47, 43, 0.4) !important
}

.border-brown-darkest-40 {
  border: 1px solid rgba(61, 47, 43, 0.4) !important
}

.bc-brown-darker-40,
.hover-bc-brown-darker-40:hover,
.focus-bc-brown-darker-40:focus {
  border-color: rgba(84, 65, 59, 0.4) !important
}

.border-brown-darker-40 {
  border: 1px solid rgba(84, 65, 59, 0.4) !important
}

.bc-brown-dark-40,
.hover-bc-brown-dark-40:hover,
.focus-bc-brown-dark-40:focus {
  border-color: rgba(107, 83, 76, 0.4) !important
}

.border-brown-dark-40 {
  border: 1px solid rgba(107, 83, 76, 0.4) !important
}

.bc-brown-40,
.hover-bc-brown-40:hover,
.focus-bc-brown-40:focus {
  border-color: rgba(141, 109, 100, 0.4) !important
}

.border-brown-40 {
  border: 1px solid rgba(141, 109, 100, 0.4) !important
}

.bc-brown-light-40,
.hover-bc-brown-light-40:hover,
.focus-bc-brown-light-40:focus {
  border-color: rgba(200, 183, 178, 0.4) !important
}

.border-brown-light-40 {
  border: 1px solid rgba(200, 183, 178, 0.4) !important
}

.bc-brown-lighter-40,
.hover-bc-brown-lighter-40:hover,
.focus-bc-brown-lighter-40:focus {
  border-color: rgba(233, 226, 224, 0.4) !important
}

.border-brown-lighter-40 {
  border: 1px solid rgba(233, 226, 224, 0.4) !important
}

.bc-brown-lightest-40,
.hover-bc-brown-lightest-40:hover,
.focus-bc-brown-lightest-40:focus {
  border-color: rgba(255, 249, 247, 0.4) !important
}

.border-brown-lightest-40 {
  border: 1px solid rgba(255, 249, 247, 0.4) !important
}

.bc-almond-darkest-40,
.hover-bc-almond-darkest-40:hover,
.focus-bc-almond-darkest-40:focus {
  border-color: rgba(99, 65, 32, 0.4) !important
}

.border-almond-darkest-40 {
  border: 1px solid rgba(99, 65, 32, 0.4) !important
}

.bc-almond-darker-40,
.hover-bc-almond-darker-40:hover,
.focus-bc-almond-darker-40:focus {
  border-color: rgba(138, 91, 44, 0.4) !important
}

.border-almond-darker-40 {
  border: 1px solid rgba(138, 91, 44, 0.4) !important
}

.bc-almond-dark-40,
.hover-bc-almond-dark-40:hover,
.focus-bc-almond-dark-40:focus {
  border-color: rgba(173, 114, 55, 0.4) !important
}

.border-almond-dark-40 {
  border: 1px solid rgba(173, 114, 55, 0.4) !important
}

.bc-almond-40,
.hover-bc-almond-40:hover,
.focus-bc-almond-40:focus {
  border-color: rgba(196, 134, 71, 0.4) !important
}

.border-almond-40 {
  border: 1px solid rgba(196, 134, 71, 0.4) !important
}

.bc-almond-light-40,
.hover-bc-almond-light-40:hover,
.focus-bc-almond-light-40:focus {
  border-color: rgba(220, 183, 146, 0.4) !important
}

.border-almond-light-40 {
  border: 1px solid rgba(220, 183, 146, 0.4) !important
}

.bc-almond-lighter-40,
.hover-bc-almond-lighter-40:hover,
.focus-bc-almond-lighter-40:focus {
  border-color: rgba(239, 222, 205, 0.4) !important
}

.border-almond-lighter-40 {
  border: 1px solid rgba(239, 222, 205, 0.4) !important
}

.bc-almond-lightest-40,
.hover-bc-almond-lightest-40:hover,
.focus-bc-almond-lightest-40:focus {
  border-color: rgba(249, 240, 232, 0.4) !important
}

.border-almond-lightest-40 {
  border: 1px solid rgba(249, 240, 232, 0.4) !important
}

.bc-slategray-darkest-40,
.hover-bc-slategray-darkest-40:hover,
.focus-bc-slategray-darkest-40:focus {
  border-color: rgba(5, 25, 45, 0.4) !important
}

.border-slategray-darkest-40 {
  border: 1px solid rgba(5, 25, 45, 0.4) !important
}

.bc-slategray-darker-40,
.hover-bc-slategray-darker-40:hover,
.focus-bc-slategray-darker-40:focus {
  border-color: rgba(16, 44, 69, 0.4) !important
}

.border-slategray-darker-40 {
  border: 1px solid rgba(16, 44, 69, 0.4) !important
}

.bc-slategray-dark-40,
.hover-bc-slategray-dark-40:hover,
.focus-bc-slategray-dark-40:focus {
  border-color: rgba(47, 80, 112, 0.4) !important
}

.border-slategray-dark-40 {
  border: 1px solid rgba(47, 80, 112, 0.4) !important
}

.bc-slategray-40,
.hover-bc-slategray-40:hover,
.focus-bc-slategray-40:focus {
  border-color: rgba(81, 116, 149, 0.4) !important
}

.border-slategray-40 {
  border: 1px solid rgba(81, 116, 149, 0.4) !important
}

.bc-slategray-light-40,
.hover-bc-slategray-light-40:hover,
.focus-bc-slategray-light-40:focus {
  border-color: rgba(150, 177, 203, 0.4) !important
}

.border-slategray-light-40 {
  border: 1px solid rgba(150, 177, 203, 0.4) !important
}

.bc-slategray-lighter-40,
.hover-bc-slategray-lighter-40:hover,
.focus-bc-slategray-lighter-40:focus {
  border-color: rgba(208, 220, 231, 0.4) !important
}

.border-slategray-lighter-40 {
  border: 1px solid rgba(208, 220, 231, 0.4) !important
}

.bc-slategray-lightest-40,
.hover-bc-slategray-lightest-40:hover,
.focus-bc-slategray-lightest-40:focus {
  border-color: rgba(242, 245, 247, 0.4) !important
}

.border-slategray-lightest-40 {
  border: 1px solid rgba(242, 245, 247, 0.4) !important
}

.bc-gray-darkest-40,
.hover-bc-gray-darkest-40:hover,
.focus-bc-gray-darkest-40:focus {
  border-color: rgba(54, 69, 79, 0.4) !important
}

.border-gray-darkest-40 {
  border: 1px solid rgba(54, 69, 79, 0.4) !important
}

.bc-gray-darker-40,
.hover-bc-gray-darker-40:hover,
.focus-bc-gray-darker-40:focus {
  border-color: rgba(70, 89, 102, 0.4) !important
}

.border-gray-darker-40 {
  border: 1px solid rgba(70, 89, 102, 0.4) !important
}

.bc-gray-dark-40,
.hover-bc-gray-dark-40:hover,
.focus-bc-gray-dark-40:focus {
  border-color: rgba(86, 110, 126, 0.4) !important
}

.border-gray-dark-40 {
  border: 1px solid rgba(86, 110, 126, 0.4) !important
}

.bc-gray-40,
.hover-bc-gray-40:hover,
.focus-bc-gray-40:focus {
  border-color: rgba(102, 130, 149, 0.4) !important
}

.border-gray-40 {
  border: 1px solid rgba(102, 130, 149, 0.4) !important
}

.bc-gray-light-40,
.hover-bc-gray-light-40:hover,
.focus-bc-gray-light-40:focus {
  border-color: rgba(183, 196, 205, 0.4) !important
}

.border-gray-light-40 {
  border: 1px solid rgba(183, 196, 205, 0.4) !important
}

.bc-gray-lighter-40,
.hover-bc-gray-lighter-40:hover,
.focus-bc-gray-lighter-40:focus {
  border-color: rgba(228, 232, 235, 0.4) !important
}

.border-gray-lighter-40 {
  border: 1px solid rgba(228, 232, 235, 0.4) !important
}

.bc-gray-lightest-40,
.hover-bc-gray-lightest-40:hover,
.focus-bc-gray-lightest-40:focus {
  border-color: rgba(238, 241, 245, 0.4) !important
}

.border-gray-lightest-40 {
  border: 1px solid rgba(238, 241, 245, 0.4) !important
}

.bc-black-50,
.hover-bc-black-50:hover,
.focus-bc-black-50:focus {
  border-color: rgba(0, 0, 0, 0.5) !important
}

.border-black-50 {
  border: 1px solid rgba(0, 0, 0, 0.5) !important
}

.bc-white-50,
.hover-bc-white-50:hover,
.focus-bc-white-50:focus {
  border-color: rgba(255, 255, 255, 0.5) !important
}

.border-white-50 {
  border: 1px solid rgba(255, 255, 255, 0.5) !important
}

.bc-transparent-50,
.hover-bc-transparent-50:hover,
.focus-bc-transparent-50:focus {
  border-color: rgba(0, 0, 0, 0) !important
}

.border-transparent-50 {
  border: 1px solid rgba(0, 0, 0, 0) !important
}

.bc-blue-darkest-50,
.hover-bc-blue-darkest-50:hover,
.focus-bc-blue-darkest-50:focus {
  border-color: rgba(2, 48, 93, 0.5) !important
}

.border-blue-darkest-50 {
  border: 1px solid rgba(2, 48, 93, 0.5) !important
}

.bc-blue-darker-50,
.hover-bc-blue-darker-50:hover,
.focus-bc-blue-darker-50:focus {
  border-color: rgba(26, 93, 158, 0.5) !important
}

.border-blue-darker-50 {
  border: 1px solid rgba(26, 93, 158, 0.5) !important
}

.bc-blue-dark-50,
.hover-bc-blue-dark-50:hover,
.focus-bc-blue-dark-50:focus {
  border-color: rgba(23, 115, 206, 0.5) !important
}

.border-blue-dark-50 {
  border: 1px solid rgba(23, 115, 206, 0.5) !important
}

.bc-blue-50,
.hover-bc-blue-50:hover,
.focus-bc-blue-50:focus {
  border-color: rgba(64, 158, 255, 0.5) !important
}

.border-blue-50 {
  border: 1px solid rgba(64, 158, 255, 0.5) !important
}

.bc-blue-light-50,
.hover-bc-blue-light-50:hover,
.focus-bc-blue-light-50:focus {
  border-color: rgba(101, 178, 255, 0.5) !important
}

.border-blue-light-50 {
  border: 1px solid rgba(101, 178, 255, 0.5) !important
}

.bc-blue-lighter-50,
.hover-bc-blue-lighter-50:hover,
.focus-bc-blue-lighter-50:focus {
  border-color: rgba(179, 217, 255, 0.5) !important
}

.border-blue-lighter-50 {
  border: 1px solid rgba(179, 217, 255, 0.5) !important
}

.bc-blue-lightest-50,
.hover-bc-blue-lightest-50:hover,
.focus-bc-blue-lightest-50:focus {
  border-color: rgba(236, 245, 255, 0.5) !important
}

.border-blue-lightest-50 {
  border: 1px solid rgba(236, 245, 255, 0.5) !important
}

.bc-indigo-darkest-50,
.hover-bc-indigo-darkest-50:hover,
.focus-bc-indigo-darkest-50:focus {
  border-color: rgba(39, 32, 117, 0.5) !important
}

.border-indigo-darkest-50 {
  border: 1px solid rgba(39, 32, 117, 0.5) !important
}

.bc-indigo-darker-50,
.hover-bc-indigo-darker-50:hover,
.focus-bc-indigo-darker-50:focus {
  border-color: rgba(51, 42, 153, 0.5) !important
}

.border-indigo-darker-50 {
  border: 1px solid rgba(51, 42, 153, 0.5) !important
}

.bc-indigo-dark-50,
.hover-bc-indigo-dark-50:hover,
.focus-bc-indigo-dark-50:focus {
  border-color: rgba(63, 51, 189, 0.5) !important
}

.border-indigo-dark-50 {
  border: 1px solid rgba(63, 51, 189, 0.5) !important
}

.bc-indigo-50,
.hover-bc-indigo-50:hover,
.focus-bc-indigo-50:focus {
  border-color: rgba(90, 79, 207, 0.5) !important
}

.border-indigo-50 {
  border: 1px solid rgba(90, 79, 207, 0.5) !important
}

.bc-indigo-light-50,
.hover-bc-indigo-light-50:hover,
.focus-bc-indigo-light-50:focus {
  border-color: rgba(131, 122, 230, 0.5) !important
}

.border-indigo-light-50 {
  border: 1px solid rgba(131, 122, 230, 0.5) !important
}

.bc-indigo-lighter-50,
.hover-bc-indigo-lighter-50:hover,
.focus-bc-indigo-lighter-50:focus {
  border-color: rgba(194, 189, 246, 0.5) !important
}

.border-indigo-lighter-50 {
  border: 1px solid rgba(194, 189, 246, 0.5) !important
}

.bc-indigo-lightest-50,
.hover-bc-indigo-lightest-50:hover,
.focus-bc-indigo-lightest-50:focus {
  border-color: rgba(240, 238, 255, 0.5) !important
}

.border-indigo-lightest-50 {
  border: 1px solid rgba(240, 238, 255, 0.5) !important
}

.bc-purple-darkest-50,
.hover-bc-purple-darkest-50:hover,
.focus-bc-purple-darkest-50:focus {
  border-color: rgba(61, 6, 95, 0.5) !important
}

.border-purple-darkest-50 {
  border: 1px solid rgba(61, 6, 95, 0.5) !important
}

.bc-purple-darker-50,
.hover-bc-purple-darker-50:hover,
.focus-bc-purple-darker-50:focus {
  border-color: rgba(96, 10, 151, 0.5) !important
}

.border-purple-darker-50 {
  border: 1px solid rgba(96, 10, 151, 0.5) !important
}

.bc-purple-dark-50,
.hover-bc-purple-dark-50:hover,
.focus-bc-purple-dark-50:focus {
  border-color: rgba(132, 13, 206, 0.5) !important
}

.border-purple-dark-50 {
  border: 1px solid rgba(132, 13, 206, 0.5) !important
}

.bc-purple-50,
.hover-bc-purple-50:hover,
.focus-bc-purple-50:focus {
  border-color: rgba(170, 56, 242, 0.5) !important
}

.border-purple-50 {
  border: 1px solid rgba(170, 56, 242, 0.5) !important
}

.bc-purple-light-50,
.hover-bc-purple-light-50:hover,
.focus-bc-purple-light-50:focus {
  border-color: rgba(204, 136, 247, 0.5) !important
}

.border-purple-light-50 {
  border: 1px solid rgba(204, 136, 247, 0.5) !important
}

.bc-purple-lighter-50,
.hover-bc-purple-lighter-50:hover,
.focus-bc-purple-lighter-50:focus {
  border-color: rgba(233, 203, 252, 0.5) !important
}

.border-purple-lighter-50 {
  border: 1px solid rgba(233, 203, 252, 0.5) !important
}

.bc-purple-lightest-50,
.hover-bc-purple-lightest-50:hover,
.focus-bc-purple-lightest-50:focus {
  border-color: rgba(249, 240, 254, 0.5) !important
}

.border-purple-lightest-50 {
  border: 1px solid rgba(249, 240, 254, 0.5) !important
}

.bc-pink-darkest-50,
.hover-bc-pink-darkest-50:hover,
.focus-bc-pink-darkest-50:focus {
  border-color: rgba(88, 0, 32, 0.5) !important
}

.border-pink-darkest-50 {
  border: 1px solid rgba(88, 0, 32, 0.5) !important
}

.bc-pink-darker-50,
.hover-bc-pink-darker-50:hover,
.focus-bc-pink-darker-50:focus {
  border-color: rgba(147, 0, 54, 0.5) !important
}

.border-pink-darker-50 {
  border: 1px solid rgba(147, 0, 54, 0.5) !important
}

.bc-pink-dark-50,
.hover-bc-pink-dark-50:hover,
.focus-bc-pink-dark-50:focus {
  border-color: rgba(201, 54, 108, 0.5) !important
}

.border-pink-dark-50 {
  border: 1px solid rgba(201, 54, 108, 0.5) !important
}

.bc-pink-50,
.hover-bc-pink-50:hover,
.focus-bc-pink-50:focus {
  border-color: rgba(240, 101, 151, 0.5) !important
}

.border-pink-50 {
  border: 1px solid rgba(240, 101, 151, 0.5) !important
}

.bc-pink-light-50,
.hover-bc-pink-light-50:hover,
.focus-bc-pink-light-50:focus {
  border-color: rgba(245, 142, 180, 0.5) !important
}

.border-pink-light-50 {
  border: 1px solid rgba(245, 142, 180, 0.5) !important
}

.bc-pink-lighter-50,
.hover-bc-pink-lighter-50:hover,
.focus-bc-pink-lighter-50:focus {
  border-color: rgba(255, 205, 223, 0.5) !important
}

.border-pink-lighter-50 {
  border: 1px solid rgba(255, 205, 223, 0.5) !important
}

.bc-pink-lightest-50,
.hover-bc-pink-lightest-50:hover,
.focus-bc-pink-lightest-50:focus {
  border-color: rgba(255, 235, 242, 0.5) !important
}

.border-pink-lightest-50 {
  border: 1px solid rgba(255, 235, 242, 0.5) !important
}

.bc-red-darkest-50,
.hover-bc-red-darkest-50:hover,
.focus-bc-red-darkest-50:focus {
  border-color: rgba(117, 14, 18, 0.5) !important
}

.border-red-darkest-50 {
  border: 1px solid rgba(117, 14, 18, 0.5) !important
}

.bc-red-darker-50,
.hover-bc-red-darker-50:hover,
.focus-bc-red-darker-50:focus {
  border-color: rgba(169, 21, 26, 0.5) !important
}

.border-red-darker-50 {
  border: 1px solid rgba(169, 21, 26, 0.5) !important
}

.bc-red-dark-50,
.hover-bc-red-dark-50:hover,
.focus-bc-red-dark-50:focus {
  border-color: rgba(204, 25, 31, 0.5) !important
}

.border-red-dark-50 {
  border: 1px solid rgba(204, 25, 31, 0.5) !important
}

.bc-red-50,
.hover-bc-red-50:hover,
.focus-bc-red-50:focus {
  border-color: rgba(231, 57, 63, 0.5) !important
}

.border-red-50 {
  border: 1px solid rgba(231, 57, 63, 0.5) !important
}

.bc-red-light-50,
.hover-bc-red-light-50:hover,
.focus-bc-red-light-50:focus {
  border-color: rgba(237, 109, 114, 0.5) !important
}

.border-red-light-50 {
  border: 1px solid rgba(237, 109, 114, 0.5) !important
}

.bc-red-lighter-50,
.hover-bc-red-lighter-50:hover,
.focus-bc-red-lighter-50:focus {
  border-color: rgba(248, 197, 199, 0.5) !important
}

.border-red-lighter-50 {
  border: 1px solid rgba(248, 197, 199, 0.5) !important
}

.bc-red-lightest-50,
.hover-bc-red-lightest-50:hover,
.focus-bc-red-lightest-50:focus {
  border-color: rgba(252, 232, 232, 0.5) !important
}

.border-red-lightest-50 {
  border: 1px solid rgba(252, 232, 232, 0.5) !important
}

.bc-orange-darkest-50,
.hover-bc-orange-darkest-50:hover,
.focus-bc-orange-darkest-50:focus {
  border-color: rgba(133, 67, 0, 0.5) !important
}

.border-orange-darkest-50 {
  border: 1px solid rgba(133, 67, 0, 0.5) !important
}

.bc-orange-darker-50,
.hover-bc-orange-darker-50:hover,
.focus-bc-orange-darker-50:focus {
  border-color: rgba(192, 96, 0, 0.5) !important
}

.border-orange-darker-50 {
  border: 1px solid rgba(192, 96, 0, 0.5) !important
}

.bc-orange-dark-50,
.hover-bc-orange-dark-50:hover,
.focus-bc-orange-dark-50:focus {
  border-color: rgba(231, 116, 0, 0.5) !important
}

.border-orange-dark-50 {
  border: 1px solid rgba(231, 116, 0, 0.5) !important
}

.bc-orange-50,
.hover-bc-orange-50:hover,
.focus-bc-orange-50:focus {
  border-color: rgba(255, 135, 16, 0.5) !important
}

.border-orange-50 {
  border: 1px solid rgba(255, 135, 16, 0.5) !important
}

.bc-orange-light-50,
.hover-bc-orange-light-50:hover,
.focus-bc-orange-light-50:focus {
  border-color: rgba(255, 184, 114, 0.5) !important
}

.border-orange-light-50 {
  border: 1px solid rgba(255, 184, 114, 0.5) !important
}

.bc-orange-lighter-50,
.hover-bc-orange-lighter-50:hover,
.focus-bc-orange-lighter-50:focus {
  border-color: rgba(255, 224, 192, 0.5) !important
}

.border-orange-lighter-50 {
  border: 1px solid rgba(255, 224, 192, 0.5) !important
}

.bc-orange-lightest-50,
.hover-bc-orange-lightest-50:hover,
.focus-bc-orange-lightest-50:focus {
  border-color: rgba(255, 243, 231, 0.5) !important
}

.border-orange-lightest-50 {
  border: 1px solid rgba(255, 243, 231, 0.5) !important
}

.bc-yellow-darkest-50,
.hover-bc-yellow-darkest-50:hover,
.focus-bc-yellow-darkest-50:focus {
  border-color: rgba(106, 85, 2, 0.5) !important
}

.border-yellow-darkest-50 {
  border: 1px solid rgba(106, 85, 2, 0.5) !important
}

.bc-yellow-darker-50,
.hover-bc-yellow-darker-50:hover,
.focus-bc-yellow-darker-50:focus {
  border-color: rgba(183, 147, 3, 0.5) !important
}

.border-yellow-darker-50 {
  border: 1px solid rgba(183, 147, 3, 0.5) !important
}

.bc-yellow-dark-50,
.hover-bc-yellow-dark-50:hover,
.focus-bc-yellow-dark-50:focus {
  border-color: rgba(221, 177, 4, 0.5) !important
}

.border-yellow-dark-50 {
  border: 1px solid rgba(221, 177, 4, 0.5) !important
}

.bc-yellow-50,
.hover-bc-yellow-50:hover,
.focus-bc-yellow-50:focus {
  border-color: rgba(250, 203, 14, 0.5) !important
}

.border-yellow-50 {
  border: 1px solid rgba(250, 203, 14, 0.5) !important
}

.bc-yellow-light-50,
.hover-bc-yellow-light-50:hover,
.focus-bc-yellow-light-50:focus {
  border-color: rgba(253, 228, 130, 0.5) !important
}

.border-yellow-light-50 {
  border: 1px solid rgba(253, 228, 130, 0.5) !important
}

.bc-yellow-lighter-50,
.hover-bc-yellow-lighter-50:hover,
.focus-bc-yellow-lighter-50:focus {
  border-color: rgba(254, 240, 188, 0.5) !important
}

.border-yellow-lighter-50 {
  border: 1px solid rgba(254, 240, 188, 0.5) !important
}

.bc-yellow-lightest-50,
.hover-bc-yellow-lightest-50:hover,
.focus-bc-yellow-lightest-50:focus {
  border-color: rgba(254, 247, 219, 0.5) !important
}

.border-yellow-lightest-50 {
  border: 1px solid rgba(254, 247, 219, 0.5) !important
}

.bc-pear-darkest-50,
.hover-bc-pear-darkest-50:hover,
.focus-bc-pear-darkest-50:focus {
  border-color: rgba(79, 86, 12, 0.5) !important
}

.border-pear-darkest-50 {
  border: 1px solid rgba(79, 86, 12, 0.5) !important
}

.bc-pear-darker-50,
.hover-bc-pear-darker-50:hover,
.focus-bc-pear-darker-50:focus {
  border-color: rgba(127, 138, 19, 0.5) !important
}

.border-pear-darker-50 {
  border: 1px solid rgba(127, 138, 19, 0.5) !important
}

.bc-pear-dark-50,
.hover-bc-pear-dark-50:hover,
.focus-bc-pear-dark-50:focus {
  border-color: rgba(158, 172, 24, 0.5) !important
}

.border-pear-dark-50 {
  border: 1px solid rgba(158, 172, 24, 0.5) !important
}

.bc-pear-50,
.hover-bc-pear-50:hover,
.focus-bc-pear-50:focus {
  border-color: rgba(190, 207, 29, 0.5) !important
}

.border-pear-50 {
  border: 1px solid rgba(190, 207, 29, 0.5) !important
}

.bc-pear-light-50,
.hover-bc-pear-light-50:hover,
.focus-bc-pear-light-50:focus {
  border-color: rgba(221, 233, 101, 0.5) !important
}

.border-pear-light-50 {
  border: 1px solid rgba(221, 233, 101, 0.5) !important
}

.bc-pear-lighter-50,
.hover-bc-pear-lighter-50:hover,
.focus-bc-pear-lighter-50:focus {
  border-color: rgba(244, 248, 204, 0.5) !important
}

.border-pear-lighter-50 {
  border: 1px solid rgba(244, 248, 204, 0.5) !important
}

.bc-pear-lightest-50,
.hover-bc-pear-lightest-50:hover,
.focus-bc-pear-lightest-50:focus {
  border-color: rgba(251, 253, 238, 0.5) !important
}

.border-pear-lightest-50 {
  border: 1px solid rgba(251, 253, 238, 0.5) !important
}

.bc-green-darkest-50,
.hover-bc-green-darkest-50:hover,
.focus-bc-green-darkest-50:focus {
  border-color: rgba(32, 97, 32, 0.5) !important
}

.border-green-darkest-50 {
  border: 1px solid rgba(32, 97, 32, 0.5) !important
}

.bc-green-darker-50,
.hover-bc-green-darker-50:hover,
.focus-bc-green-darker-50:focus {
  border-color: rgba(47, 141, 47, 0.5) !important
}

.border-green-darker-50 {
  border: 1px solid rgba(47, 141, 47, 0.5) !important
}

.bc-green-dark-50,
.hover-bc-green-dark-50:hover,
.focus-bc-green-dark-50:focus {
  border-color: rgba(57, 171, 57, 0.5) !important
}

.border-green-dark-50 {
  border: 1px solid rgba(57, 171, 57, 0.5) !important
}

.bc-green-50,
.hover-bc-green-50:hover,
.focus-bc-green-50:focus {
  border-color: rgba(73, 194, 73, 0.5) !important
}

.border-green-50 {
  border: 1px solid rgba(73, 194, 73, 0.5) !important
}

.bc-green-light-50,
.hover-bc-green-light-50:hover,
.focus-bc-green-light-50:focus {
  border-color: rgba(137, 224, 137, 0.5) !important
}

.border-green-light-50 {
  border: 1px solid rgba(137, 224, 137, 0.5) !important
}

.bc-green-lighter-50,
.hover-bc-green-lighter-50:hover,
.focus-bc-green-lighter-50:focus {
  border-color: rgba(220, 243, 220, 0.5) !important
}

.border-green-lighter-50 {
  border: 1px solid rgba(220, 243, 220, 0.5) !important
}

.bc-green-lightest-50,
.hover-bc-green-lightest-50:hover,
.focus-bc-green-lightest-50:focus {
  border-color: rgba(234, 248, 234, 0.5) !important
}

.border-green-lightest-50 {
  border: 1px solid rgba(234, 248, 234, 0.5) !important
}

.bc-mint-darkest-50,
.hover-bc-mint-darkest-50:hover,
.focus-bc-mint-darkest-50:focus {
  border-color: rgba(19, 107, 68, 0.5) !important
}

.border-mint-darkest-50 {
  border: 1px solid rgba(19, 107, 68, 0.5) !important
}

.bc-mint-darker-50,
.hover-bc-mint-darker-50:hover,
.focus-bc-mint-darker-50:focus {
  border-color: rgba(29, 165, 105, 0.5) !important
}

.border-mint-darker-50 {
  border: 1px solid rgba(29, 165, 105, 0.5) !important
}

.bc-mint-dark-50,
.hover-bc-mint-dark-50:hover,
.focus-bc-mint-dark-50:focus {
  border-color: rgba(35, 198, 126, 0.5) !important
}

.border-mint-dark-50 {
  border: 1px solid rgba(35, 198, 126, 0.5) !important
}

.bc-mint-50,
.hover-bc-mint-50:hover,
.focus-bc-mint-50:focus {
  border-color: rgba(53, 219, 146, 0.5) !important
}

.border-mint-50 {
  border: 1px solid rgba(53, 219, 146, 0.5) !important
}

.bc-mint-light-50,
.hover-bc-mint-light-50:hover,
.focus-bc-mint-light-50:focus {
  border-color: rgba(137, 234, 191, 0.5) !important
}

.border-mint-light-50 {
  border: 1px solid rgba(137, 234, 191, 0.5) !important
}

.bc-mint-lighter-50,
.hover-bc-mint-lighter-50:hover,
.focus-bc-mint-lighter-50:focus {
  border-color: rgba(220, 249, 236, 0.5) !important
}

.border-mint-lighter-50 {
  border: 1px solid rgba(220, 249, 236, 0.5) !important
}

.bc-mint-lightest-50,
.hover-bc-mint-lightest-50:hover,
.focus-bc-mint-lightest-50:focus {
  border-color: rgba(242, 252, 247, 0.5) !important
}

.border-mint-lightest-50 {
  border: 1px solid rgba(242, 252, 247, 0.5) !important
}

.bc-teal-darkest-50,
.hover-bc-teal-darkest-50:hover,
.focus-bc-teal-darkest-50:focus {
  border-color: rgba(34, 89, 96, 0.5) !important
}

.border-teal-darkest-50 {
  border: 1px solid rgba(34, 89, 96, 0.5) !important
}

.bc-teal-darker-50,
.hover-bc-teal-darker-50:hover,
.focus-bc-teal-darker-50:focus {
  border-color: rgba(45, 116, 125, 0.5) !important
}

.border-teal-darker-50 {
  border: 1px solid rgba(45, 116, 125, 0.5) !important
}

.bc-teal-dark-50,
.hover-bc-teal-dark-50:hover,
.focus-bc-teal-dark-50:focus {
  border-color: rgba(55, 142, 153, 0.5) !important
}

.border-teal-dark-50 {
  border: 1px solid rgba(55, 142, 153, 0.5) !important
}

.bc-teal-50,
.hover-bc-teal-50:hover,
.focus-bc-teal-50:focus {
  border-color: rgba(66, 169, 182, 0.5) !important
}

.border-teal-50 {
  border: 1px solid rgba(66, 169, 182, 0.5) !important
}

.bc-teal-light-50,
.hover-bc-teal-light-50:hover,
.focus-bc-teal-light-50:focus {
  border-color: rgba(149, 209, 217, 0.5) !important
}

.border-teal-light-50 {
  border: 1px solid rgba(149, 209, 217, 0.5) !important
}

.bc-teal-lighter-50,
.hover-bc-teal-lighter-50:hover,
.focus-bc-teal-lighter-50:focus {
  border-color: rgba(221, 240, 243, 0.5) !important
}

.border-teal-lighter-50 {
  border: 1px solid rgba(221, 240, 243, 0.5) !important
}

.bc-teal-lightest-50,
.hover-bc-teal-lightest-50:hover,
.focus-bc-teal-lightest-50:focus {
  border-color: rgba(237, 249, 250, 0.5) !important
}

.border-teal-lightest-50 {
  border: 1px solid rgba(237, 249, 250, 0.5) !important
}

.bc-wine-darkest-50,
.hover-bc-wine-darkest-50:hover,
.focus-bc-wine-darkest-50:focus {
  border-color: rgba(72, 30, 35, 0.5) !important
}

.border-wine-darkest-50 {
  border: 1px solid rgba(72, 30, 35, 0.5) !important
}

.bc-wine-darker-50,
.hover-bc-wine-darker-50:hover,
.focus-bc-wine-darker-50:focus {
  border-color: rgba(114, 47, 55, 0.5) !important
}

.border-wine-darker-50 {
  border: 1px solid rgba(114, 47, 55, 0.5) !important
}

.bc-wine-dark-50,
.hover-bc-wine-dark-50:hover,
.focus-bc-wine-dark-50:focus {
  border-color: rgba(142, 58, 68, 0.5) !important
}

.border-wine-dark-50 {
  border: 1px solid rgba(142, 58, 68, 0.5) !important
}

.bc-wine-50,
.hover-bc-wine-50:hover,
.focus-bc-wine-50:focus {
  border-color: rgba(170, 70, 82, 0.5) !important
}

.border-wine-50 {
  border: 1px solid rgba(170, 70, 82, 0.5) !important
}

.bc-wine-light-50,
.hover-bc-wine-light-50:hover,
.focus-bc-wine-light-50:focus {
  border-color: rgba(210, 147, 154, 0.5) !important
}

.border-wine-light-50 {
  border: 1px solid rgba(210, 147, 154, 0.5) !important
}

.bc-wine-lighter-50,
.hover-bc-wine-lighter-50:hover,
.focus-bc-wine-lighter-50:focus {
  border-color: rgba(239, 216, 219, 0.5) !important
}

.border-wine-lighter-50 {
  border: 1px solid rgba(239, 216, 219, 0.5) !important
}

.bc-wine-lightest-50,
.hover-bc-wine-lightest-50:hover,
.focus-bc-wine-lightest-50:focus {
  border-color: rgba(250, 243, 244, 0.5) !important
}

.border-wine-lightest-50 {
  border: 1px solid rgba(250, 243, 244, 0.5) !important
}

.bc-brown-darkest-50,
.hover-bc-brown-darkest-50:hover,
.focus-bc-brown-darkest-50:focus {
  border-color: rgba(61, 47, 43, 0.5) !important
}

.border-brown-darkest-50 {
  border: 1px solid rgba(61, 47, 43, 0.5) !important
}

.bc-brown-darker-50,
.hover-bc-brown-darker-50:hover,
.focus-bc-brown-darker-50:focus {
  border-color: rgba(84, 65, 59, 0.5) !important
}

.border-brown-darker-50 {
  border: 1px solid rgba(84, 65, 59, 0.5) !important
}

.bc-brown-dark-50,
.hover-bc-brown-dark-50:hover,
.focus-bc-brown-dark-50:focus {
  border-color: rgba(107, 83, 76, 0.5) !important
}

.border-brown-dark-50 {
  border: 1px solid rgba(107, 83, 76, 0.5) !important
}

.bc-brown-50,
.hover-bc-brown-50:hover,
.focus-bc-brown-50:focus {
  border-color: rgba(141, 109, 100, 0.5) !important
}

.border-brown-50 {
  border: 1px solid rgba(141, 109, 100, 0.5) !important
}

.bc-brown-light-50,
.hover-bc-brown-light-50:hover,
.focus-bc-brown-light-50:focus {
  border-color: rgba(200, 183, 178, 0.5) !important
}

.border-brown-light-50 {
  border: 1px solid rgba(200, 183, 178, 0.5) !important
}

.bc-brown-lighter-50,
.hover-bc-brown-lighter-50:hover,
.focus-bc-brown-lighter-50:focus {
  border-color: rgba(233, 226, 224, 0.5) !important
}

.border-brown-lighter-50 {
  border: 1px solid rgba(233, 226, 224, 0.5) !important
}

.bc-brown-lightest-50,
.hover-bc-brown-lightest-50:hover,
.focus-bc-brown-lightest-50:focus {
  border-color: rgba(255, 249, 247, 0.5) !important
}

.border-brown-lightest-50 {
  border: 1px solid rgba(255, 249, 247, 0.5) !important
}

.bc-almond-darkest-50,
.hover-bc-almond-darkest-50:hover,
.focus-bc-almond-darkest-50:focus {
  border-color: rgba(99, 65, 32, 0.5) !important
}

.border-almond-darkest-50 {
  border: 1px solid rgba(99, 65, 32, 0.5) !important
}

.bc-almond-darker-50,
.hover-bc-almond-darker-50:hover,
.focus-bc-almond-darker-50:focus {
  border-color: rgba(138, 91, 44, 0.5) !important
}

.border-almond-darker-50 {
  border: 1px solid rgba(138, 91, 44, 0.5) !important
}

.bc-almond-dark-50,
.hover-bc-almond-dark-50:hover,
.focus-bc-almond-dark-50:focus {
  border-color: rgba(173, 114, 55, 0.5) !important
}

.border-almond-dark-50 {
  border: 1px solid rgba(173, 114, 55, 0.5) !important
}

.bc-almond-50,
.hover-bc-almond-50:hover,
.focus-bc-almond-50:focus {
  border-color: rgba(196, 134, 71, 0.5) !important
}

.border-almond-50 {
  border: 1px solid rgba(196, 134, 71, 0.5) !important
}

.bc-almond-light-50,
.hover-bc-almond-light-50:hover,
.focus-bc-almond-light-50:focus {
  border-color: rgba(220, 183, 146, 0.5) !important
}

.border-almond-light-50 {
  border: 1px solid rgba(220, 183, 146, 0.5) !important
}

.bc-almond-lighter-50,
.hover-bc-almond-lighter-50:hover,
.focus-bc-almond-lighter-50:focus {
  border-color: rgba(239, 222, 205, 0.5) !important
}

.border-almond-lighter-50 {
  border: 1px solid rgba(239, 222, 205, 0.5) !important
}

.bc-almond-lightest-50,
.hover-bc-almond-lightest-50:hover,
.focus-bc-almond-lightest-50:focus {
  border-color: rgba(249, 240, 232, 0.5) !important
}

.border-almond-lightest-50 {
  border: 1px solid rgba(249, 240, 232, 0.5) !important
}

.bc-slategray-darkest-50,
.hover-bc-slategray-darkest-50:hover,
.focus-bc-slategray-darkest-50:focus {
  border-color: rgba(5, 25, 45, 0.5) !important
}

.border-slategray-darkest-50 {
  border: 1px solid rgba(5, 25, 45, 0.5) !important
}

.bc-slategray-darker-50,
.hover-bc-slategray-darker-50:hover,
.focus-bc-slategray-darker-50:focus {
  border-color: rgba(16, 44, 69, 0.5) !important
}

.border-slategray-darker-50 {
  border: 1px solid rgba(16, 44, 69, 0.5) !important
}

.bc-slategray-dark-50,
.hover-bc-slategray-dark-50:hover,
.focus-bc-slategray-dark-50:focus {
  border-color: rgba(47, 80, 112, 0.5) !important
}

.border-slategray-dark-50 {
  border: 1px solid rgba(47, 80, 112, 0.5) !important
}

.bc-slategray-50,
.hover-bc-slategray-50:hover,
.focus-bc-slategray-50:focus {
  border-color: rgba(81, 116, 149, 0.5) !important
}

.border-slategray-50 {
  border: 1px solid rgba(81, 116, 149, 0.5) !important
}

.bc-slategray-light-50,
.hover-bc-slategray-light-50:hover,
.focus-bc-slategray-light-50:focus {
  border-color: rgba(150, 177, 203, 0.5) !important
}

.border-slategray-light-50 {
  border: 1px solid rgba(150, 177, 203, 0.5) !important
}

.bc-slategray-lighter-50,
.hover-bc-slategray-lighter-50:hover,
.focus-bc-slategray-lighter-50:focus {
  border-color: rgba(208, 220, 231, 0.5) !important
}

.border-slategray-lighter-50 {
  border: 1px solid rgba(208, 220, 231, 0.5) !important
}

.bc-slategray-lightest-50,
.hover-bc-slategray-lightest-50:hover,
.focus-bc-slategray-lightest-50:focus {
  border-color: rgba(242, 245, 247, 0.5) !important
}

.border-slategray-lightest-50 {
  border: 1px solid rgba(242, 245, 247, 0.5) !important
}

.bc-gray-darkest-50,
.hover-bc-gray-darkest-50:hover,
.focus-bc-gray-darkest-50:focus {
  border-color: rgba(54, 69, 79, 0.5) !important
}

.border-gray-darkest-50 {
  border: 1px solid rgba(54, 69, 79, 0.5) !important
}

.bc-gray-darker-50,
.hover-bc-gray-darker-50:hover,
.focus-bc-gray-darker-50:focus {
  border-color: rgba(70, 89, 102, 0.5) !important
}

.border-gray-darker-50 {
  border: 1px solid rgba(70, 89, 102, 0.5) !important
}

.bc-gray-dark-50,
.hover-bc-gray-dark-50:hover,
.focus-bc-gray-dark-50:focus {
  border-color: rgba(86, 110, 126, 0.5) !important
}

.border-gray-dark-50 {
  border: 1px solid rgba(86, 110, 126, 0.5) !important
}

.bc-gray-50,
.hover-bc-gray-50:hover,
.focus-bc-gray-50:focus {
  border-color: rgba(102, 130, 149, 0.5) !important
}

.border-gray-50 {
  border: 1px solid rgba(102, 130, 149, 0.5) !important
}

.bc-gray-light-50,
.hover-bc-gray-light-50:hover,
.focus-bc-gray-light-50:focus {
  border-color: rgba(183, 196, 205, 0.5) !important
}

.border-gray-light-50 {
  border: 1px solid rgba(183, 196, 205, 0.5) !important
}

.bc-gray-lighter-50,
.hover-bc-gray-lighter-50:hover,
.focus-bc-gray-lighter-50:focus {
  border-color: rgba(228, 232, 235, 0.5) !important
}

.border-gray-lighter-50 {
  border: 1px solid rgba(228, 232, 235, 0.5) !important
}

.bc-gray-lightest-50,
.hover-bc-gray-lightest-50:hover,
.focus-bc-gray-lightest-50:focus {
  border-color: rgba(238, 241, 245, 0.5) !important
}

.border-gray-lightest-50 {
  border: 1px solid rgba(238, 241, 245, 0.5) !important
}

.bc-black-60,
.hover-bc-black-60:hover,
.focus-bc-black-60:focus {
  border-color: rgba(0, 0, 0, 0.6) !important
}

.border-black-60 {
  border: 1px solid rgba(0, 0, 0, 0.6) !important
}

.bc-white-60,
.hover-bc-white-60:hover,
.focus-bc-white-60:focus {
  border-color: rgba(255, 255, 255, 0.6) !important
}

.border-white-60 {
  border: 1px solid rgba(255, 255, 255, 0.6) !important
}

.bc-transparent-60,
.hover-bc-transparent-60:hover,
.focus-bc-transparent-60:focus {
  border-color: rgba(0, 0, 0, 0) !important
}

.border-transparent-60 {
  border: 1px solid rgba(0, 0, 0, 0) !important
}

.bc-blue-darkest-60,
.hover-bc-blue-darkest-60:hover,
.focus-bc-blue-darkest-60:focus {
  border-color: rgba(2, 48, 93, 0.6) !important
}

.border-blue-darkest-60 {
  border: 1px solid rgba(2, 48, 93, 0.6) !important
}

.bc-blue-darker-60,
.hover-bc-blue-darker-60:hover,
.focus-bc-blue-darker-60:focus {
  border-color: rgba(26, 93, 158, 0.6) !important
}

.border-blue-darker-60 {
  border: 1px solid rgba(26, 93, 158, 0.6) !important
}

.bc-blue-dark-60,
.hover-bc-blue-dark-60:hover,
.focus-bc-blue-dark-60:focus {
  border-color: rgba(23, 115, 206, 0.6) !important
}

.border-blue-dark-60 {
  border: 1px solid rgba(23, 115, 206, 0.6) !important
}

.bc-blue-60,
.hover-bc-blue-60:hover,
.focus-bc-blue-60:focus {
  border-color: rgba(64, 158, 255, 0.6) !important
}

.border-blue-60 {
  border: 1px solid rgba(64, 158, 255, 0.6) !important
}

.bc-blue-light-60,
.hover-bc-blue-light-60:hover,
.focus-bc-blue-light-60:focus {
  border-color: rgba(101, 178, 255, 0.6) !important
}

.border-blue-light-60 {
  border: 1px solid rgba(101, 178, 255, 0.6) !important
}

.bc-blue-lighter-60,
.hover-bc-blue-lighter-60:hover,
.focus-bc-blue-lighter-60:focus {
  border-color: rgba(179, 217, 255, 0.6) !important
}

.border-blue-lighter-60 {
  border: 1px solid rgba(179, 217, 255, 0.6) !important
}

.bc-blue-lightest-60,
.hover-bc-blue-lightest-60:hover,
.focus-bc-blue-lightest-60:focus {
  border-color: rgba(236, 245, 255, 0.6) !important
}

.border-blue-lightest-60 {
  border: 1px solid rgba(236, 245, 255, 0.6) !important
}

.bc-indigo-darkest-60,
.hover-bc-indigo-darkest-60:hover,
.focus-bc-indigo-darkest-60:focus {
  border-color: rgba(39, 32, 117, 0.6) !important
}

.border-indigo-darkest-60 {
  border: 1px solid rgba(39, 32, 117, 0.6) !important
}

.bc-indigo-darker-60,
.hover-bc-indigo-darker-60:hover,
.focus-bc-indigo-darker-60:focus {
  border-color: rgba(51, 42, 153, 0.6) !important
}

.border-indigo-darker-60 {
  border: 1px solid rgba(51, 42, 153, 0.6) !important
}

.bc-indigo-dark-60,
.hover-bc-indigo-dark-60:hover,
.focus-bc-indigo-dark-60:focus {
  border-color: rgba(63, 51, 189, 0.6) !important
}

.border-indigo-dark-60 {
  border: 1px solid rgba(63, 51, 189, 0.6) !important
}

.bc-indigo-60,
.hover-bc-indigo-60:hover,
.focus-bc-indigo-60:focus {
  border-color: rgba(90, 79, 207, 0.6) !important
}

.border-indigo-60 {
  border: 1px solid rgba(90, 79, 207, 0.6) !important
}

.bc-indigo-light-60,
.hover-bc-indigo-light-60:hover,
.focus-bc-indigo-light-60:focus {
  border-color: rgba(131, 122, 230, 0.6) !important
}

.border-indigo-light-60 {
  border: 1px solid rgba(131, 122, 230, 0.6) !important
}

.bc-indigo-lighter-60,
.hover-bc-indigo-lighter-60:hover,
.focus-bc-indigo-lighter-60:focus {
  border-color: rgba(194, 189, 246, 0.6) !important
}

.border-indigo-lighter-60 {
  border: 1px solid rgba(194, 189, 246, 0.6) !important
}

.bc-indigo-lightest-60,
.hover-bc-indigo-lightest-60:hover,
.focus-bc-indigo-lightest-60:focus {
  border-color: rgba(240, 238, 255, 0.6) !important
}

.border-indigo-lightest-60 {
  border: 1px solid rgba(240, 238, 255, 0.6) !important
}

.bc-purple-darkest-60,
.hover-bc-purple-darkest-60:hover,
.focus-bc-purple-darkest-60:focus {
  border-color: rgba(61, 6, 95, 0.6) !important
}

.border-purple-darkest-60 {
  border: 1px solid rgba(61, 6, 95, 0.6) !important
}

.bc-purple-darker-60,
.hover-bc-purple-darker-60:hover,
.focus-bc-purple-darker-60:focus {
  border-color: rgba(96, 10, 151, 0.6) !important
}

.border-purple-darker-60 {
  border: 1px solid rgba(96, 10, 151, 0.6) !important
}

.bc-purple-dark-60,
.hover-bc-purple-dark-60:hover,
.focus-bc-purple-dark-60:focus {
  border-color: rgba(132, 13, 206, 0.6) !important
}

.border-purple-dark-60 {
  border: 1px solid rgba(132, 13, 206, 0.6) !important
}

.bc-purple-60,
.hover-bc-purple-60:hover,
.focus-bc-purple-60:focus {
  border-color: rgba(170, 56, 242, 0.6) !important
}

.border-purple-60 {
  border: 1px solid rgba(170, 56, 242, 0.6) !important
}

.bc-purple-light-60,
.hover-bc-purple-light-60:hover,
.focus-bc-purple-light-60:focus {
  border-color: rgba(204, 136, 247, 0.6) !important
}

.border-purple-light-60 {
  border: 1px solid rgba(204, 136, 247, 0.6) !important
}

.bc-purple-lighter-60,
.hover-bc-purple-lighter-60:hover,
.focus-bc-purple-lighter-60:focus {
  border-color: rgba(233, 203, 252, 0.6) !important
}

.border-purple-lighter-60 {
  border: 1px solid rgba(233, 203, 252, 0.6) !important
}

.bc-purple-lightest-60,
.hover-bc-purple-lightest-60:hover,
.focus-bc-purple-lightest-60:focus {
  border-color: rgba(249, 240, 254, 0.6) !important
}

.border-purple-lightest-60 {
  border: 1px solid rgba(249, 240, 254, 0.6) !important
}

.bc-pink-darkest-60,
.hover-bc-pink-darkest-60:hover,
.focus-bc-pink-darkest-60:focus {
  border-color: rgba(88, 0, 32, 0.6) !important
}

.border-pink-darkest-60 {
  border: 1px solid rgba(88, 0, 32, 0.6) !important
}

.bc-pink-darker-60,
.hover-bc-pink-darker-60:hover,
.focus-bc-pink-darker-60:focus {
  border-color: rgba(147, 0, 54, 0.6) !important
}

.border-pink-darker-60 {
  border: 1px solid rgba(147, 0, 54, 0.6) !important
}

.bc-pink-dark-60,
.hover-bc-pink-dark-60:hover,
.focus-bc-pink-dark-60:focus {
  border-color: rgba(201, 54, 108, 0.6) !important
}

.border-pink-dark-60 {
  border: 1px solid rgba(201, 54, 108, 0.6) !important
}

.bc-pink-60,
.hover-bc-pink-60:hover,
.focus-bc-pink-60:focus {
  border-color: rgba(240, 101, 151, 0.6) !important
}

.border-pink-60 {
  border: 1px solid rgba(240, 101, 151, 0.6) !important
}

.bc-pink-light-60,
.hover-bc-pink-light-60:hover,
.focus-bc-pink-light-60:focus {
  border-color: rgba(245, 142, 180, 0.6) !important
}

.border-pink-light-60 {
  border: 1px solid rgba(245, 142, 180, 0.6) !important
}

.bc-pink-lighter-60,
.hover-bc-pink-lighter-60:hover,
.focus-bc-pink-lighter-60:focus {
  border-color: rgba(255, 205, 223, 0.6) !important
}

.border-pink-lighter-60 {
  border: 1px solid rgba(255, 205, 223, 0.6) !important
}

.bc-pink-lightest-60,
.hover-bc-pink-lightest-60:hover,
.focus-bc-pink-lightest-60:focus {
  border-color: rgba(255, 235, 242, 0.6) !important
}

.border-pink-lightest-60 {
  border: 1px solid rgba(255, 235, 242, 0.6) !important
}

.bc-red-darkest-60,
.hover-bc-red-darkest-60:hover,
.focus-bc-red-darkest-60:focus {
  border-color: rgba(117, 14, 18, 0.6) !important
}

.border-red-darkest-60 {
  border: 1px solid rgba(117, 14, 18, 0.6) !important
}

.bc-red-darker-60,
.hover-bc-red-darker-60:hover,
.focus-bc-red-darker-60:focus {
  border-color: rgba(169, 21, 26, 0.6) !important
}

.border-red-darker-60 {
  border: 1px solid rgba(169, 21, 26, 0.6) !important
}

.bc-red-dark-60,
.hover-bc-red-dark-60:hover,
.focus-bc-red-dark-60:focus {
  border-color: rgba(204, 25, 31, 0.6) !important
}

.border-red-dark-60 {
  border: 1px solid rgba(204, 25, 31, 0.6) !important
}

.bc-red-60,
.hover-bc-red-60:hover,
.focus-bc-red-60:focus {
  border-color: rgba(231, 57, 63, 0.6) !important
}

.border-red-60 {
  border: 1px solid rgba(231, 57, 63, 0.6) !important
}

.bc-red-light-60,
.hover-bc-red-light-60:hover,
.focus-bc-red-light-60:focus {
  border-color: rgba(237, 109, 114, 0.6) !important
}

.border-red-light-60 {
  border: 1px solid rgba(237, 109, 114, 0.6) !important
}

.bc-red-lighter-60,
.hover-bc-red-lighter-60:hover,
.focus-bc-red-lighter-60:focus {
  border-color: rgba(248, 197, 199, 0.6) !important
}

.border-red-lighter-60 {
  border: 1px solid rgba(248, 197, 199, 0.6) !important
}

.bc-red-lightest-60,
.hover-bc-red-lightest-60:hover,
.focus-bc-red-lightest-60:focus {
  border-color: rgba(252, 232, 232, 0.6) !important
}

.border-red-lightest-60 {
  border: 1px solid rgba(252, 232, 232, 0.6) !important
}

.bc-orange-darkest-60,
.hover-bc-orange-darkest-60:hover,
.focus-bc-orange-darkest-60:focus {
  border-color: rgba(133, 67, 0, 0.6) !important
}

.border-orange-darkest-60 {
  border: 1px solid rgba(133, 67, 0, 0.6) !important
}

.bc-orange-darker-60,
.hover-bc-orange-darker-60:hover,
.focus-bc-orange-darker-60:focus {
  border-color: rgba(192, 96, 0, 0.6) !important
}

.border-orange-darker-60 {
  border: 1px solid rgba(192, 96, 0, 0.6) !important
}

.bc-orange-dark-60,
.hover-bc-orange-dark-60:hover,
.focus-bc-orange-dark-60:focus {
  border-color: rgba(231, 116, 0, 0.6) !important
}

.border-orange-dark-60 {
  border: 1px solid rgba(231, 116, 0, 0.6) !important
}

.bc-orange-60,
.hover-bc-orange-60:hover,
.focus-bc-orange-60:focus {
  border-color: rgba(255, 135, 16, 0.6) !important
}

.border-orange-60 {
  border: 1px solid rgba(255, 135, 16, 0.6) !important
}

.bc-orange-light-60,
.hover-bc-orange-light-60:hover,
.focus-bc-orange-light-60:focus {
  border-color: rgba(255, 184, 114, 0.6) !important
}

.border-orange-light-60 {
  border: 1px solid rgba(255, 184, 114, 0.6) !important
}

.bc-orange-lighter-60,
.hover-bc-orange-lighter-60:hover,
.focus-bc-orange-lighter-60:focus {
  border-color: rgba(255, 224, 192, 0.6) !important
}

.border-orange-lighter-60 {
  border: 1px solid rgba(255, 224, 192, 0.6) !important
}

.bc-orange-lightest-60,
.hover-bc-orange-lightest-60:hover,
.focus-bc-orange-lightest-60:focus {
  border-color: rgba(255, 243, 231, 0.6) !important
}

.border-orange-lightest-60 {
  border: 1px solid rgba(255, 243, 231, 0.6) !important
}

.bc-yellow-darkest-60,
.hover-bc-yellow-darkest-60:hover,
.focus-bc-yellow-darkest-60:focus {
  border-color: rgba(106, 85, 2, 0.6) !important
}

.border-yellow-darkest-60 {
  border: 1px solid rgba(106, 85, 2, 0.6) !important
}

.bc-yellow-darker-60,
.hover-bc-yellow-darker-60:hover,
.focus-bc-yellow-darker-60:focus {
  border-color: rgba(183, 147, 3, 0.6) !important
}

.border-yellow-darker-60 {
  border: 1px solid rgba(183, 147, 3, 0.6) !important
}

.bc-yellow-dark-60,
.hover-bc-yellow-dark-60:hover,
.focus-bc-yellow-dark-60:focus {
  border-color: rgba(221, 177, 4, 0.6) !important
}

.border-yellow-dark-60 {
  border: 1px solid rgba(221, 177, 4, 0.6) !important
}

.bc-yellow-60,
.hover-bc-yellow-60:hover,
.focus-bc-yellow-60:focus {
  border-color: rgba(250, 203, 14, 0.6) !important
}

.border-yellow-60 {
  border: 1px solid rgba(250, 203, 14, 0.6) !important
}

.bc-yellow-light-60,
.hover-bc-yellow-light-60:hover,
.focus-bc-yellow-light-60:focus {
  border-color: rgba(253, 228, 130, 0.6) !important
}

.border-yellow-light-60 {
  border: 1px solid rgba(253, 228, 130, 0.6) !important
}

.bc-yellow-lighter-60,
.hover-bc-yellow-lighter-60:hover,
.focus-bc-yellow-lighter-60:focus {
  border-color: rgba(254, 240, 188, 0.6) !important
}

.border-yellow-lighter-60 {
  border: 1px solid rgba(254, 240, 188, 0.6) !important
}

.bc-yellow-lightest-60,
.hover-bc-yellow-lightest-60:hover,
.focus-bc-yellow-lightest-60:focus {
  border-color: rgba(254, 247, 219, 0.6) !important
}

.border-yellow-lightest-60 {
  border: 1px solid rgba(254, 247, 219, 0.6) !important
}

.bc-pear-darkest-60,
.hover-bc-pear-darkest-60:hover,
.focus-bc-pear-darkest-60:focus {
  border-color: rgba(79, 86, 12, 0.6) !important
}

.border-pear-darkest-60 {
  border: 1px solid rgba(79, 86, 12, 0.6) !important
}

.bc-pear-darker-60,
.hover-bc-pear-darker-60:hover,
.focus-bc-pear-darker-60:focus {
  border-color: rgba(127, 138, 19, 0.6) !important
}

.border-pear-darker-60 {
  border: 1px solid rgba(127, 138, 19, 0.6) !important
}

.bc-pear-dark-60,
.hover-bc-pear-dark-60:hover,
.focus-bc-pear-dark-60:focus {
  border-color: rgba(158, 172, 24, 0.6) !important
}

.border-pear-dark-60 {
  border: 1px solid rgba(158, 172, 24, 0.6) !important
}

.bc-pear-60,
.hover-bc-pear-60:hover,
.focus-bc-pear-60:focus {
  border-color: rgba(190, 207, 29, 0.6) !important
}

.border-pear-60 {
  border: 1px solid rgba(190, 207, 29, 0.6) !important
}

.bc-pear-light-60,
.hover-bc-pear-light-60:hover,
.focus-bc-pear-light-60:focus {
  border-color: rgba(221, 233, 101, 0.6) !important
}

.border-pear-light-60 {
  border: 1px solid rgba(221, 233, 101, 0.6) !important
}

.bc-pear-lighter-60,
.hover-bc-pear-lighter-60:hover,
.focus-bc-pear-lighter-60:focus {
  border-color: rgba(244, 248, 204, 0.6) !important
}

.border-pear-lighter-60 {
  border: 1px solid rgba(244, 248, 204, 0.6) !important
}

.bc-pear-lightest-60,
.hover-bc-pear-lightest-60:hover,
.focus-bc-pear-lightest-60:focus {
  border-color: rgba(251, 253, 238, 0.6) !important
}

.border-pear-lightest-60 {
  border: 1px solid rgba(251, 253, 238, 0.6) !important
}

.bc-green-darkest-60,
.hover-bc-green-darkest-60:hover,
.focus-bc-green-darkest-60:focus {
  border-color: rgba(32, 97, 32, 0.6) !important
}

.border-green-darkest-60 {
  border: 1px solid rgba(32, 97, 32, 0.6) !important
}

.bc-green-darker-60,
.hover-bc-green-darker-60:hover,
.focus-bc-green-darker-60:focus {
  border-color: rgba(47, 141, 47, 0.6) !important
}

.border-green-darker-60 {
  border: 1px solid rgba(47, 141, 47, 0.6) !important
}

.bc-green-dark-60,
.hover-bc-green-dark-60:hover,
.focus-bc-green-dark-60:focus {
  border-color: rgba(57, 171, 57, 0.6) !important
}

.border-green-dark-60 {
  border: 1px solid rgba(57, 171, 57, 0.6) !important
}

.bc-green-60,
.hover-bc-green-60:hover,
.focus-bc-green-60:focus {
  border-color: rgba(73, 194, 73, 0.6) !important
}

.border-green-60 {
  border: 1px solid rgba(73, 194, 73, 0.6) !important
}

.bc-green-light-60,
.hover-bc-green-light-60:hover,
.focus-bc-green-light-60:focus {
  border-color: rgba(137, 224, 137, 0.6) !important
}

.border-green-light-60 {
  border: 1px solid rgba(137, 224, 137, 0.6) !important
}

.bc-green-lighter-60,
.hover-bc-green-lighter-60:hover,
.focus-bc-green-lighter-60:focus {
  border-color: rgba(220, 243, 220, 0.6) !important
}

.border-green-lighter-60 {
  border: 1px solid rgba(220, 243, 220, 0.6) !important
}

.bc-green-lightest-60,
.hover-bc-green-lightest-60:hover,
.focus-bc-green-lightest-60:focus {
  border-color: rgba(234, 248, 234, 0.6) !important
}

.border-green-lightest-60 {
  border: 1px solid rgba(234, 248, 234, 0.6) !important
}

.bc-mint-darkest-60,
.hover-bc-mint-darkest-60:hover,
.focus-bc-mint-darkest-60:focus {
  border-color: rgba(19, 107, 68, 0.6) !important
}

.border-mint-darkest-60 {
  border: 1px solid rgba(19, 107, 68, 0.6) !important
}

.bc-mint-darker-60,
.hover-bc-mint-darker-60:hover,
.focus-bc-mint-darker-60:focus {
  border-color: rgba(29, 165, 105, 0.6) !important
}

.border-mint-darker-60 {
  border: 1px solid rgba(29, 165, 105, 0.6) !important
}

.bc-mint-dark-60,
.hover-bc-mint-dark-60:hover,
.focus-bc-mint-dark-60:focus {
  border-color: rgba(35, 198, 126, 0.6) !important
}

.border-mint-dark-60 {
  border: 1px solid rgba(35, 198, 126, 0.6) !important
}

.bc-mint-60,
.hover-bc-mint-60:hover,
.focus-bc-mint-60:focus {
  border-color: rgba(53, 219, 146, 0.6) !important
}

.border-mint-60 {
  border: 1px solid rgba(53, 219, 146, 0.6) !important
}

.bc-mint-light-60,
.hover-bc-mint-light-60:hover,
.focus-bc-mint-light-60:focus {
  border-color: rgba(137, 234, 191, 0.6) !important
}

.border-mint-light-60 {
  border: 1px solid rgba(137, 234, 191, 0.6) !important
}

.bc-mint-lighter-60,
.hover-bc-mint-lighter-60:hover,
.focus-bc-mint-lighter-60:focus {
  border-color: rgba(220, 249, 236, 0.6) !important
}

.border-mint-lighter-60 {
  border: 1px solid rgba(220, 249, 236, 0.6) !important
}

.bc-mint-lightest-60,
.hover-bc-mint-lightest-60:hover,
.focus-bc-mint-lightest-60:focus {
  border-color: rgba(242, 252, 247, 0.6) !important
}

.border-mint-lightest-60 {
  border: 1px solid rgba(242, 252, 247, 0.6) !important
}

.bc-teal-darkest-60,
.hover-bc-teal-darkest-60:hover,
.focus-bc-teal-darkest-60:focus {
  border-color: rgba(34, 89, 96, 0.6) !important
}

.border-teal-darkest-60 {
  border: 1px solid rgba(34, 89, 96, 0.6) !important
}

.bc-teal-darker-60,
.hover-bc-teal-darker-60:hover,
.focus-bc-teal-darker-60:focus {
  border-color: rgba(45, 116, 125, 0.6) !important
}

.border-teal-darker-60 {
  border: 1px solid rgba(45, 116, 125, 0.6) !important
}

.bc-teal-dark-60,
.hover-bc-teal-dark-60:hover,
.focus-bc-teal-dark-60:focus {
  border-color: rgba(55, 142, 153, 0.6) !important
}

.border-teal-dark-60 {
  border: 1px solid rgba(55, 142, 153, 0.6) !important
}

.bc-teal-60,
.hover-bc-teal-60:hover,
.focus-bc-teal-60:focus {
  border-color: rgba(66, 169, 182, 0.6) !important
}

.border-teal-60 {
  border: 1px solid rgba(66, 169, 182, 0.6) !important
}

.bc-teal-light-60,
.hover-bc-teal-light-60:hover,
.focus-bc-teal-light-60:focus {
  border-color: rgba(149, 209, 217, 0.6) !important
}

.border-teal-light-60 {
  border: 1px solid rgba(149, 209, 217, 0.6) !important
}

.bc-teal-lighter-60,
.hover-bc-teal-lighter-60:hover,
.focus-bc-teal-lighter-60:focus {
  border-color: rgba(221, 240, 243, 0.6) !important
}

.border-teal-lighter-60 {
  border: 1px solid rgba(221, 240, 243, 0.6) !important
}

.bc-teal-lightest-60,
.hover-bc-teal-lightest-60:hover,
.focus-bc-teal-lightest-60:focus {
  border-color: rgba(237, 249, 250, 0.6) !important
}

.border-teal-lightest-60 {
  border: 1px solid rgba(237, 249, 250, 0.6) !important
}

.bc-wine-darkest-60,
.hover-bc-wine-darkest-60:hover,
.focus-bc-wine-darkest-60:focus {
  border-color: rgba(72, 30, 35, 0.6) !important
}

.border-wine-darkest-60 {
  border: 1px solid rgba(72, 30, 35, 0.6) !important
}

.bc-wine-darker-60,
.hover-bc-wine-darker-60:hover,
.focus-bc-wine-darker-60:focus {
  border-color: rgba(114, 47, 55, 0.6) !important
}

.border-wine-darker-60 {
  border: 1px solid rgba(114, 47, 55, 0.6) !important
}

.bc-wine-dark-60,
.hover-bc-wine-dark-60:hover,
.focus-bc-wine-dark-60:focus {
  border-color: rgba(142, 58, 68, 0.6) !important
}

.border-wine-dark-60 {
  border: 1px solid rgba(142, 58, 68, 0.6) !important
}

.bc-wine-60,
.hover-bc-wine-60:hover,
.focus-bc-wine-60:focus {
  border-color: rgba(170, 70, 82, 0.6) !important
}

.border-wine-60 {
  border: 1px solid rgba(170, 70, 82, 0.6) !important
}

.bc-wine-light-60,
.hover-bc-wine-light-60:hover,
.focus-bc-wine-light-60:focus {
  border-color: rgba(210, 147, 154, 0.6) !important
}

.border-wine-light-60 {
  border: 1px solid rgba(210, 147, 154, 0.6) !important
}

.bc-wine-lighter-60,
.hover-bc-wine-lighter-60:hover,
.focus-bc-wine-lighter-60:focus {
  border-color: rgba(239, 216, 219, 0.6) !important
}

.border-wine-lighter-60 {
  border: 1px solid rgba(239, 216, 219, 0.6) !important
}

.bc-wine-lightest-60,
.hover-bc-wine-lightest-60:hover,
.focus-bc-wine-lightest-60:focus {
  border-color: rgba(250, 243, 244, 0.6) !important
}

.border-wine-lightest-60 {
  border: 1px solid rgba(250, 243, 244, 0.6) !important
}

.bc-brown-darkest-60,
.hover-bc-brown-darkest-60:hover,
.focus-bc-brown-darkest-60:focus {
  border-color: rgba(61, 47, 43, 0.6) !important
}

.border-brown-darkest-60 {
  border: 1px solid rgba(61, 47, 43, 0.6) !important
}

.bc-brown-darker-60,
.hover-bc-brown-darker-60:hover,
.focus-bc-brown-darker-60:focus {
  border-color: rgba(84, 65, 59, 0.6) !important
}

.border-brown-darker-60 {
  border: 1px solid rgba(84, 65, 59, 0.6) !important
}

.bc-brown-dark-60,
.hover-bc-brown-dark-60:hover,
.focus-bc-brown-dark-60:focus {
  border-color: rgba(107, 83, 76, 0.6) !important
}

.border-brown-dark-60 {
  border: 1px solid rgba(107, 83, 76, 0.6) !important
}

.bc-brown-60,
.hover-bc-brown-60:hover,
.focus-bc-brown-60:focus {
  border-color: rgba(141, 109, 100, 0.6) !important
}

.border-brown-60 {
  border: 1px solid rgba(141, 109, 100, 0.6) !important
}

.bc-brown-light-60,
.hover-bc-brown-light-60:hover,
.focus-bc-brown-light-60:focus {
  border-color: rgba(200, 183, 178, 0.6) !important
}

.border-brown-light-60 {
  border: 1px solid rgba(200, 183, 178, 0.6) !important
}

.bc-brown-lighter-60,
.hover-bc-brown-lighter-60:hover,
.focus-bc-brown-lighter-60:focus {
  border-color: rgba(233, 226, 224, 0.6) !important
}

.border-brown-lighter-60 {
  border: 1px solid rgba(233, 226, 224, 0.6) !important
}

.bc-brown-lightest-60,
.hover-bc-brown-lightest-60:hover,
.focus-bc-brown-lightest-60:focus {
  border-color: rgba(255, 249, 247, 0.6) !important
}

.border-brown-lightest-60 {
  border: 1px solid rgba(255, 249, 247, 0.6) !important
}

.bc-almond-darkest-60,
.hover-bc-almond-darkest-60:hover,
.focus-bc-almond-darkest-60:focus {
  border-color: rgba(99, 65, 32, 0.6) !important
}

.border-almond-darkest-60 {
  border: 1px solid rgba(99, 65, 32, 0.6) !important
}

.bc-almond-darker-60,
.hover-bc-almond-darker-60:hover,
.focus-bc-almond-darker-60:focus {
  border-color: rgba(138, 91, 44, 0.6) !important
}

.border-almond-darker-60 {
  border: 1px solid rgba(138, 91, 44, 0.6) !important
}

.bc-almond-dark-60,
.hover-bc-almond-dark-60:hover,
.focus-bc-almond-dark-60:focus {
  border-color: rgba(173, 114, 55, 0.6) !important
}

.border-almond-dark-60 {
  border: 1px solid rgba(173, 114, 55, 0.6) !important
}

.bc-almond-60,
.hover-bc-almond-60:hover,
.focus-bc-almond-60:focus {
  border-color: rgba(196, 134, 71, 0.6) !important
}

.border-almond-60 {
  border: 1px solid rgba(196, 134, 71, 0.6) !important
}

.bc-almond-light-60,
.hover-bc-almond-light-60:hover,
.focus-bc-almond-light-60:focus {
  border-color: rgba(220, 183, 146, 0.6) !important
}

.border-almond-light-60 {
  border: 1px solid rgba(220, 183, 146, 0.6) !important
}

.bc-almond-lighter-60,
.hover-bc-almond-lighter-60:hover,
.focus-bc-almond-lighter-60:focus {
  border-color: rgba(239, 222, 205, 0.6) !important
}

.border-almond-lighter-60 {
  border: 1px solid rgba(239, 222, 205, 0.6) !important
}

.bc-almond-lightest-60,
.hover-bc-almond-lightest-60:hover,
.focus-bc-almond-lightest-60:focus {
  border-color: rgba(249, 240, 232, 0.6) !important
}

.border-almond-lightest-60 {
  border: 1px solid rgba(249, 240, 232, 0.6) !important
}

.bc-slategray-darkest-60,
.hover-bc-slategray-darkest-60:hover,
.focus-bc-slategray-darkest-60:focus {
  border-color: rgba(5, 25, 45, 0.6) !important
}

.border-slategray-darkest-60 {
  border: 1px solid rgba(5, 25, 45, 0.6) !important
}

.bc-slategray-darker-60,
.hover-bc-slategray-darker-60:hover,
.focus-bc-slategray-darker-60:focus {
  border-color: rgba(16, 44, 69, 0.6) !important
}

.border-slategray-darker-60 {
  border: 1px solid rgba(16, 44, 69, 0.6) !important
}

.bc-slategray-dark-60,
.hover-bc-slategray-dark-60:hover,
.focus-bc-slategray-dark-60:focus {
  border-color: rgba(47, 80, 112, 0.6) !important
}

.border-slategray-dark-60 {
  border: 1px solid rgba(47, 80, 112, 0.6) !important
}

.bc-slategray-60,
.hover-bc-slategray-60:hover,
.focus-bc-slategray-60:focus {
  border-color: rgba(81, 116, 149, 0.6) !important
}

.border-slategray-60 {
  border: 1px solid rgba(81, 116, 149, 0.6) !important
}

.bc-slategray-light-60,
.hover-bc-slategray-light-60:hover,
.focus-bc-slategray-light-60:focus {
  border-color: rgba(150, 177, 203, 0.6) !important
}

.border-slategray-light-60 {
  border: 1px solid rgba(150, 177, 203, 0.6) !important
}

.bc-slategray-lighter-60,
.hover-bc-slategray-lighter-60:hover,
.focus-bc-slategray-lighter-60:focus {
  border-color: rgba(208, 220, 231, 0.6) !important
}

.border-slategray-lighter-60 {
  border: 1px solid rgba(208, 220, 231, 0.6) !important
}

.bc-slategray-lightest-60,
.hover-bc-slategray-lightest-60:hover,
.focus-bc-slategray-lightest-60:focus {
  border-color: rgba(242, 245, 247, 0.6) !important
}

.border-slategray-lightest-60 {
  border: 1px solid rgba(242, 245, 247, 0.6) !important
}

.bc-gray-darkest-60,
.hover-bc-gray-darkest-60:hover,
.focus-bc-gray-darkest-60:focus {
  border-color: rgba(54, 69, 79, 0.6) !important
}

.border-gray-darkest-60 {
  border: 1px solid rgba(54, 69, 79, 0.6) !important
}

.bc-gray-darker-60,
.hover-bc-gray-darker-60:hover,
.focus-bc-gray-darker-60:focus {
  border-color: rgba(70, 89, 102, 0.6) !important
}

.border-gray-darker-60 {
  border: 1px solid rgba(70, 89, 102, 0.6) !important
}

.bc-gray-dark-60,
.hover-bc-gray-dark-60:hover,
.focus-bc-gray-dark-60:focus {
  border-color: rgba(86, 110, 126, 0.6) !important
}

.border-gray-dark-60 {
  border: 1px solid rgba(86, 110, 126, 0.6) !important
}

.bc-gray-60,
.hover-bc-gray-60:hover,
.focus-bc-gray-60:focus {
  border-color: rgba(102, 130, 149, 0.6) !important
}

.border-gray-60 {
  border: 1px solid rgba(102, 130, 149, 0.6) !important
}

.bc-gray-light-60,
.hover-bc-gray-light-60:hover,
.focus-bc-gray-light-60:focus {
  border-color: rgba(183, 196, 205, 0.6) !important
}

.border-gray-light-60 {
  border: 1px solid rgba(183, 196, 205, 0.6) !important
}

.bc-gray-lighter-60,
.hover-bc-gray-lighter-60:hover,
.focus-bc-gray-lighter-60:focus {
  border-color: rgba(228, 232, 235, 0.6) !important
}

.border-gray-lighter-60 {
  border: 1px solid rgba(228, 232, 235, 0.6) !important
}

.bc-gray-lightest-60,
.hover-bc-gray-lightest-60:hover,
.focus-bc-gray-lightest-60:focus {
  border-color: rgba(238, 241, 245, 0.6) !important
}

.border-gray-lightest-60 {
  border: 1px solid rgba(238, 241, 245, 0.6) !important
}

.bc-black-70,
.hover-bc-black-70:hover,
.focus-bc-black-70:focus {
  border-color: rgba(0, 0, 0, 0.7) !important
}

.border-black-70 {
  border: 1px solid rgba(0, 0, 0, 0.7) !important
}

.bc-white-70,
.hover-bc-white-70:hover,
.focus-bc-white-70:focus {
  border-color: rgba(255, 255, 255, 0.7) !important
}

.border-white-70 {
  border: 1px solid rgba(255, 255, 255, 0.7) !important
}

.bc-transparent-70,
.hover-bc-transparent-70:hover,
.focus-bc-transparent-70:focus {
  border-color: rgba(0, 0, 0, 0) !important
}

.border-transparent-70 {
  border: 1px solid rgba(0, 0, 0, 0) !important
}

.bc-blue-darkest-70,
.hover-bc-blue-darkest-70:hover,
.focus-bc-blue-darkest-70:focus {
  border-color: rgba(2, 48, 93, 0.7) !important
}

.border-blue-darkest-70 {
  border: 1px solid rgba(2, 48, 93, 0.7) !important
}

.bc-blue-darker-70,
.hover-bc-blue-darker-70:hover,
.focus-bc-blue-darker-70:focus {
  border-color: rgba(26, 93, 158, 0.7) !important
}

.border-blue-darker-70 {
  border: 1px solid rgba(26, 93, 158, 0.7) !important
}

.bc-blue-dark-70,
.hover-bc-blue-dark-70:hover,
.focus-bc-blue-dark-70:focus {
  border-color: rgba(23, 115, 206, 0.7) !important
}

.border-blue-dark-70 {
  border: 1px solid rgba(23, 115, 206, 0.7) !important
}

.bc-blue-70,
.hover-bc-blue-70:hover,
.focus-bc-blue-70:focus {
  border-color: rgba(64, 158, 255, 0.7) !important
}

.border-blue-70 {
  border: 1px solid rgba(64, 158, 255, 0.7) !important
}

.bc-blue-light-70,
.hover-bc-blue-light-70:hover,
.focus-bc-blue-light-70:focus {
  border-color: rgba(101, 178, 255, 0.7) !important
}

.border-blue-light-70 {
  border: 1px solid rgba(101, 178, 255, 0.7) !important
}

.bc-blue-lighter-70,
.hover-bc-blue-lighter-70:hover,
.focus-bc-blue-lighter-70:focus {
  border-color: rgba(179, 217, 255, 0.7) !important
}

.border-blue-lighter-70 {
  border: 1px solid rgba(179, 217, 255, 0.7) !important
}

.bc-blue-lightest-70,
.hover-bc-blue-lightest-70:hover,
.focus-bc-blue-lightest-70:focus {
  border-color: rgba(236, 245, 255, 0.7) !important
}

.border-blue-lightest-70 {
  border: 1px solid rgba(236, 245, 255, 0.7) !important
}

.bc-indigo-darkest-70,
.hover-bc-indigo-darkest-70:hover,
.focus-bc-indigo-darkest-70:focus {
  border-color: rgba(39, 32, 117, 0.7) !important
}

.border-indigo-darkest-70 {
  border: 1px solid rgba(39, 32, 117, 0.7) !important
}

.bc-indigo-darker-70,
.hover-bc-indigo-darker-70:hover,
.focus-bc-indigo-darker-70:focus {
  border-color: rgba(51, 42, 153, 0.7) !important
}

.border-indigo-darker-70 {
  border: 1px solid rgba(51, 42, 153, 0.7) !important
}

.bc-indigo-dark-70,
.hover-bc-indigo-dark-70:hover,
.focus-bc-indigo-dark-70:focus {
  border-color: rgba(63, 51, 189, 0.7) !important
}

.border-indigo-dark-70 {
  border: 1px solid rgba(63, 51, 189, 0.7) !important
}

.bc-indigo-70,
.hover-bc-indigo-70:hover,
.focus-bc-indigo-70:focus {
  border-color: rgba(90, 79, 207, 0.7) !important
}

.border-indigo-70 {
  border: 1px solid rgba(90, 79, 207, 0.7) !important
}

.bc-indigo-light-70,
.hover-bc-indigo-light-70:hover,
.focus-bc-indigo-light-70:focus {
  border-color: rgba(131, 122, 230, 0.7) !important
}

.border-indigo-light-70 {
  border: 1px solid rgba(131, 122, 230, 0.7) !important
}

.bc-indigo-lighter-70,
.hover-bc-indigo-lighter-70:hover,
.focus-bc-indigo-lighter-70:focus {
  border-color: rgba(194, 189, 246, 0.7) !important
}

.border-indigo-lighter-70 {
  border: 1px solid rgba(194, 189, 246, 0.7) !important
}

.bc-indigo-lightest-70,
.hover-bc-indigo-lightest-70:hover,
.focus-bc-indigo-lightest-70:focus {
  border-color: rgba(240, 238, 255, 0.7) !important
}

.border-indigo-lightest-70 {
  border: 1px solid rgba(240, 238, 255, 0.7) !important
}

.bc-purple-darkest-70,
.hover-bc-purple-darkest-70:hover,
.focus-bc-purple-darkest-70:focus {
  border-color: rgba(61, 6, 95, 0.7) !important
}

.border-purple-darkest-70 {
  border: 1px solid rgba(61, 6, 95, 0.7) !important
}

.bc-purple-darker-70,
.hover-bc-purple-darker-70:hover,
.focus-bc-purple-darker-70:focus {
  border-color: rgba(96, 10, 151, 0.7) !important
}

.border-purple-darker-70 {
  border: 1px solid rgba(96, 10, 151, 0.7) !important
}

.bc-purple-dark-70,
.hover-bc-purple-dark-70:hover,
.focus-bc-purple-dark-70:focus {
  border-color: rgba(132, 13, 206, 0.7) !important
}

.border-purple-dark-70 {
  border: 1px solid rgba(132, 13, 206, 0.7) !important
}

.bc-purple-70,
.hover-bc-purple-70:hover,
.focus-bc-purple-70:focus {
  border-color: rgba(170, 56, 242, 0.7) !important
}

.border-purple-70 {
  border: 1px solid rgba(170, 56, 242, 0.7) !important
}

.bc-purple-light-70,
.hover-bc-purple-light-70:hover,
.focus-bc-purple-light-70:focus {
  border-color: rgba(204, 136, 247, 0.7) !important
}

.border-purple-light-70 {
  border: 1px solid rgba(204, 136, 247, 0.7) !important
}

.bc-purple-lighter-70,
.hover-bc-purple-lighter-70:hover,
.focus-bc-purple-lighter-70:focus {
  border-color: rgba(233, 203, 252, 0.7) !important
}

.border-purple-lighter-70 {
  border: 1px solid rgba(233, 203, 252, 0.7) !important
}

.bc-purple-lightest-70,
.hover-bc-purple-lightest-70:hover,
.focus-bc-purple-lightest-70:focus {
  border-color: rgba(249, 240, 254, 0.7) !important
}

.border-purple-lightest-70 {
  border: 1px solid rgba(249, 240, 254, 0.7) !important
}

.bc-pink-darkest-70,
.hover-bc-pink-darkest-70:hover,
.focus-bc-pink-darkest-70:focus {
  border-color: rgba(88, 0, 32, 0.7) !important
}

.border-pink-darkest-70 {
  border: 1px solid rgba(88, 0, 32, 0.7) !important
}

.bc-pink-darker-70,
.hover-bc-pink-darker-70:hover,
.focus-bc-pink-darker-70:focus {
  border-color: rgba(147, 0, 54, 0.7) !important
}

.border-pink-darker-70 {
  border: 1px solid rgba(147, 0, 54, 0.7) !important
}

.bc-pink-dark-70,
.hover-bc-pink-dark-70:hover,
.focus-bc-pink-dark-70:focus {
  border-color: rgba(201, 54, 108, 0.7) !important
}

.border-pink-dark-70 {
  border: 1px solid rgba(201, 54, 108, 0.7) !important
}

.bc-pink-70,
.hover-bc-pink-70:hover,
.focus-bc-pink-70:focus {
  border-color: rgba(240, 101, 151, 0.7) !important
}

.border-pink-70 {
  border: 1px solid rgba(240, 101, 151, 0.7) !important
}

.bc-pink-light-70,
.hover-bc-pink-light-70:hover,
.focus-bc-pink-light-70:focus {
  border-color: rgba(245, 142, 180, 0.7) !important
}

.border-pink-light-70 {
  border: 1px solid rgba(245, 142, 180, 0.7) !important
}

.bc-pink-lighter-70,
.hover-bc-pink-lighter-70:hover,
.focus-bc-pink-lighter-70:focus {
  border-color: rgba(255, 205, 223, 0.7) !important
}

.border-pink-lighter-70 {
  border: 1px solid rgba(255, 205, 223, 0.7) !important
}

.bc-pink-lightest-70,
.hover-bc-pink-lightest-70:hover,
.focus-bc-pink-lightest-70:focus {
  border-color: rgba(255, 235, 242, 0.7) !important
}

.border-pink-lightest-70 {
  border: 1px solid rgba(255, 235, 242, 0.7) !important
}

.bc-red-darkest-70,
.hover-bc-red-darkest-70:hover,
.focus-bc-red-darkest-70:focus {
  border-color: rgba(117, 14, 18, 0.7) !important
}

.border-red-darkest-70 {
  border: 1px solid rgba(117, 14, 18, 0.7) !important
}

.bc-red-darker-70,
.hover-bc-red-darker-70:hover,
.focus-bc-red-darker-70:focus {
  border-color: rgba(169, 21, 26, 0.7) !important
}

.border-red-darker-70 {
  border: 1px solid rgba(169, 21, 26, 0.7) !important
}

.bc-red-dark-70,
.hover-bc-red-dark-70:hover,
.focus-bc-red-dark-70:focus {
  border-color: rgba(204, 25, 31, 0.7) !important
}

.border-red-dark-70 {
  border: 1px solid rgba(204, 25, 31, 0.7) !important
}

.bc-red-70,
.hover-bc-red-70:hover,
.focus-bc-red-70:focus {
  border-color: rgba(231, 57, 63, 0.7) !important
}

.border-red-70 {
  border: 1px solid rgba(231, 57, 63, 0.7) !important
}

.bc-red-light-70,
.hover-bc-red-light-70:hover,
.focus-bc-red-light-70:focus {
  border-color: rgba(237, 109, 114, 0.7) !important
}

.border-red-light-70 {
  border: 1px solid rgba(237, 109, 114, 0.7) !important
}

.bc-red-lighter-70,
.hover-bc-red-lighter-70:hover,
.focus-bc-red-lighter-70:focus {
  border-color: rgba(248, 197, 199, 0.7) !important
}

.border-red-lighter-70 {
  border: 1px solid rgba(248, 197, 199, 0.7) !important
}

.bc-red-lightest-70,
.hover-bc-red-lightest-70:hover,
.focus-bc-red-lightest-70:focus {
  border-color: rgba(252, 232, 232, 0.7) !important
}

.border-red-lightest-70 {
  border: 1px solid rgba(252, 232, 232, 0.7) !important
}

.bc-orange-darkest-70,
.hover-bc-orange-darkest-70:hover,
.focus-bc-orange-darkest-70:focus {
  border-color: rgba(133, 67, 0, 0.7) !important
}

.border-orange-darkest-70 {
  border: 1px solid rgba(133, 67, 0, 0.7) !important
}

.bc-orange-darker-70,
.hover-bc-orange-darker-70:hover,
.focus-bc-orange-darker-70:focus {
  border-color: rgba(192, 96, 0, 0.7) !important
}

.border-orange-darker-70 {
  border: 1px solid rgba(192, 96, 0, 0.7) !important
}

.bc-orange-dark-70,
.hover-bc-orange-dark-70:hover,
.focus-bc-orange-dark-70:focus {
  border-color: rgba(231, 116, 0, 0.7) !important
}

.border-orange-dark-70 {
  border: 1px solid rgba(231, 116, 0, 0.7) !important
}

.bc-orange-70,
.hover-bc-orange-70:hover,
.focus-bc-orange-70:focus {
  border-color: rgba(255, 135, 16, 0.7) !important
}

.border-orange-70 {
  border: 1px solid rgba(255, 135, 16, 0.7) !important
}

.bc-orange-light-70,
.hover-bc-orange-light-70:hover,
.focus-bc-orange-light-70:focus {
  border-color: rgba(255, 184, 114, 0.7) !important
}

.border-orange-light-70 {
  border: 1px solid rgba(255, 184, 114, 0.7) !important
}

.bc-orange-lighter-70,
.hover-bc-orange-lighter-70:hover,
.focus-bc-orange-lighter-70:focus {
  border-color: rgba(255, 224, 192, 0.7) !important
}

.border-orange-lighter-70 {
  border: 1px solid rgba(255, 224, 192, 0.7) !important
}

.bc-orange-lightest-70,
.hover-bc-orange-lightest-70:hover,
.focus-bc-orange-lightest-70:focus {
  border-color: rgba(255, 243, 231, 0.7) !important
}

.border-orange-lightest-70 {
  border: 1px solid rgba(255, 243, 231, 0.7) !important
}

.bc-yellow-darkest-70,
.hover-bc-yellow-darkest-70:hover,
.focus-bc-yellow-darkest-70:focus {
  border-color: rgba(106, 85, 2, 0.7) !important
}

.border-yellow-darkest-70 {
  border: 1px solid rgba(106, 85, 2, 0.7) !important
}

.bc-yellow-darker-70,
.hover-bc-yellow-darker-70:hover,
.focus-bc-yellow-darker-70:focus {
  border-color: rgba(183, 147, 3, 0.7) !important
}

.border-yellow-darker-70 {
  border: 1px solid rgba(183, 147, 3, 0.7) !important
}

.bc-yellow-dark-70,
.hover-bc-yellow-dark-70:hover,
.focus-bc-yellow-dark-70:focus {
  border-color: rgba(221, 177, 4, 0.7) !important
}

.border-yellow-dark-70 {
  border: 1px solid rgba(221, 177, 4, 0.7) !important
}

.bc-yellow-70,
.hover-bc-yellow-70:hover,
.focus-bc-yellow-70:focus {
  border-color: rgba(250, 203, 14, 0.7) !important
}

.border-yellow-70 {
  border: 1px solid rgba(250, 203, 14, 0.7) !important
}

.bc-yellow-light-70,
.hover-bc-yellow-light-70:hover,
.focus-bc-yellow-light-70:focus {
  border-color: rgba(253, 228, 130, 0.7) !important
}

.border-yellow-light-70 {
  border: 1px solid rgba(253, 228, 130, 0.7) !important
}

.bc-yellow-lighter-70,
.hover-bc-yellow-lighter-70:hover,
.focus-bc-yellow-lighter-70:focus {
  border-color: rgba(254, 240, 188, 0.7) !important
}

.border-yellow-lighter-70 {
  border: 1px solid rgba(254, 240, 188, 0.7) !important
}

.bc-yellow-lightest-70,
.hover-bc-yellow-lightest-70:hover,
.focus-bc-yellow-lightest-70:focus {
  border-color: rgba(254, 247, 219, 0.7) !important
}

.border-yellow-lightest-70 {
  border: 1px solid rgba(254, 247, 219, 0.7) !important
}

.bc-pear-darkest-70,
.hover-bc-pear-darkest-70:hover,
.focus-bc-pear-darkest-70:focus {
  border-color: rgba(79, 86, 12, 0.7) !important
}

.border-pear-darkest-70 {
  border: 1px solid rgba(79, 86, 12, 0.7) !important
}

.bc-pear-darker-70,
.hover-bc-pear-darker-70:hover,
.focus-bc-pear-darker-70:focus {
  border-color: rgba(127, 138, 19, 0.7) !important
}

.border-pear-darker-70 {
  border: 1px solid rgba(127, 138, 19, 0.7) !important
}

.bc-pear-dark-70,
.hover-bc-pear-dark-70:hover,
.focus-bc-pear-dark-70:focus {
  border-color: rgba(158, 172, 24, 0.7) !important
}

.border-pear-dark-70 {
  border: 1px solid rgba(158, 172, 24, 0.7) !important
}

.bc-pear-70,
.hover-bc-pear-70:hover,
.focus-bc-pear-70:focus {
  border-color: rgba(190, 207, 29, 0.7) !important
}

.border-pear-70 {
  border: 1px solid rgba(190, 207, 29, 0.7) !important
}

.bc-pear-light-70,
.hover-bc-pear-light-70:hover,
.focus-bc-pear-light-70:focus {
  border-color: rgba(221, 233, 101, 0.7) !important
}

.border-pear-light-70 {
  border: 1px solid rgba(221, 233, 101, 0.7) !important
}

.bc-pear-lighter-70,
.hover-bc-pear-lighter-70:hover,
.focus-bc-pear-lighter-70:focus {
  border-color: rgba(244, 248, 204, 0.7) !important
}

.border-pear-lighter-70 {
  border: 1px solid rgba(244, 248, 204, 0.7) !important
}

.bc-pear-lightest-70,
.hover-bc-pear-lightest-70:hover,
.focus-bc-pear-lightest-70:focus {
  border-color: rgba(251, 253, 238, 0.7) !important
}

.border-pear-lightest-70 {
  border: 1px solid rgba(251, 253, 238, 0.7) !important
}

.bc-green-darkest-70,
.hover-bc-green-darkest-70:hover,
.focus-bc-green-darkest-70:focus {
  border-color: rgba(32, 97, 32, 0.7) !important
}

.border-green-darkest-70 {
  border: 1px solid rgba(32, 97, 32, 0.7) !important
}

.bc-green-darker-70,
.hover-bc-green-darker-70:hover,
.focus-bc-green-darker-70:focus {
  border-color: rgba(47, 141, 47, 0.7) !important
}

.border-green-darker-70 {
  border: 1px solid rgba(47, 141, 47, 0.7) !important
}

.bc-green-dark-70,
.hover-bc-green-dark-70:hover,
.focus-bc-green-dark-70:focus {
  border-color: rgba(57, 171, 57, 0.7) !important
}

.border-green-dark-70 {
  border: 1px solid rgba(57, 171, 57, 0.7) !important
}

.bc-green-70,
.hover-bc-green-70:hover,
.focus-bc-green-70:focus {
  border-color: rgba(73, 194, 73, 0.7) !important
}

.border-green-70 {
  border: 1px solid rgba(73, 194, 73, 0.7) !important
}

.bc-green-light-70,
.hover-bc-green-light-70:hover,
.focus-bc-green-light-70:focus {
  border-color: rgba(137, 224, 137, 0.7) !important
}

.border-green-light-70 {
  border: 1px solid rgba(137, 224, 137, 0.7) !important
}

.bc-green-lighter-70,
.hover-bc-green-lighter-70:hover,
.focus-bc-green-lighter-70:focus {
  border-color: rgba(220, 243, 220, 0.7) !important
}

.border-green-lighter-70 {
  border: 1px solid rgba(220, 243, 220, 0.7) !important
}

.bc-green-lightest-70,
.hover-bc-green-lightest-70:hover,
.focus-bc-green-lightest-70:focus {
  border-color: rgba(234, 248, 234, 0.7) !important
}

.border-green-lightest-70 {
  border: 1px solid rgba(234, 248, 234, 0.7) !important
}

.bc-mint-darkest-70,
.hover-bc-mint-darkest-70:hover,
.focus-bc-mint-darkest-70:focus {
  border-color: rgba(19, 107, 68, 0.7) !important
}

.border-mint-darkest-70 {
  border: 1px solid rgba(19, 107, 68, 0.7) !important
}

.bc-mint-darker-70,
.hover-bc-mint-darker-70:hover,
.focus-bc-mint-darker-70:focus {
  border-color: rgba(29, 165, 105, 0.7) !important
}

.border-mint-darker-70 {
  border: 1px solid rgba(29, 165, 105, 0.7) !important
}

.bc-mint-dark-70,
.hover-bc-mint-dark-70:hover,
.focus-bc-mint-dark-70:focus {
  border-color: rgba(35, 198, 126, 0.7) !important
}

.border-mint-dark-70 {
  border: 1px solid rgba(35, 198, 126, 0.7) !important
}

.bc-mint-70,
.hover-bc-mint-70:hover,
.focus-bc-mint-70:focus {
  border-color: rgba(53, 219, 146, 0.7) !important
}

.border-mint-70 {
  border: 1px solid rgba(53, 219, 146, 0.7) !important
}

.bc-mint-light-70,
.hover-bc-mint-light-70:hover,
.focus-bc-mint-light-70:focus {
  border-color: rgba(137, 234, 191, 0.7) !important
}

.border-mint-light-70 {
  border: 1px solid rgba(137, 234, 191, 0.7) !important
}

.bc-mint-lighter-70,
.hover-bc-mint-lighter-70:hover,
.focus-bc-mint-lighter-70:focus {
  border-color: rgba(220, 249, 236, 0.7) !important
}

.border-mint-lighter-70 {
  border: 1px solid rgba(220, 249, 236, 0.7) !important
}

.bc-mint-lightest-70,
.hover-bc-mint-lightest-70:hover,
.focus-bc-mint-lightest-70:focus {
  border-color: rgba(242, 252, 247, 0.7) !important
}

.border-mint-lightest-70 {
  border: 1px solid rgba(242, 252, 247, 0.7) !important
}

.bc-teal-darkest-70,
.hover-bc-teal-darkest-70:hover,
.focus-bc-teal-darkest-70:focus {
  border-color: rgba(34, 89, 96, 0.7) !important
}

.border-teal-darkest-70 {
  border: 1px solid rgba(34, 89, 96, 0.7) !important
}

.bc-teal-darker-70,
.hover-bc-teal-darker-70:hover,
.focus-bc-teal-darker-70:focus {
  border-color: rgba(45, 116, 125, 0.7) !important
}

.border-teal-darker-70 {
  border: 1px solid rgba(45, 116, 125, 0.7) !important
}

.bc-teal-dark-70,
.hover-bc-teal-dark-70:hover,
.focus-bc-teal-dark-70:focus {
  border-color: rgba(55, 142, 153, 0.7) !important
}

.border-teal-dark-70 {
  border: 1px solid rgba(55, 142, 153, 0.7) !important
}

.bc-teal-70,
.hover-bc-teal-70:hover,
.focus-bc-teal-70:focus {
  border-color: rgba(66, 169, 182, 0.7) !important
}

.border-teal-70 {
  border: 1px solid rgba(66, 169, 182, 0.7) !important
}

.bc-teal-light-70,
.hover-bc-teal-light-70:hover,
.focus-bc-teal-light-70:focus {
  border-color: rgba(149, 209, 217, 0.7) !important
}

.border-teal-light-70 {
  border: 1px solid rgba(149, 209, 217, 0.7) !important
}

.bc-teal-lighter-70,
.hover-bc-teal-lighter-70:hover,
.focus-bc-teal-lighter-70:focus {
  border-color: rgba(221, 240, 243, 0.7) !important
}

.border-teal-lighter-70 {
  border: 1px solid rgba(221, 240, 243, 0.7) !important
}

.bc-teal-lightest-70,
.hover-bc-teal-lightest-70:hover,
.focus-bc-teal-lightest-70:focus {
  border-color: rgba(237, 249, 250, 0.7) !important
}

.border-teal-lightest-70 {
  border: 1px solid rgba(237, 249, 250, 0.7) !important
}

.bc-wine-darkest-70,
.hover-bc-wine-darkest-70:hover,
.focus-bc-wine-darkest-70:focus {
  border-color: rgba(72, 30, 35, 0.7) !important
}

.border-wine-darkest-70 {
  border: 1px solid rgba(72, 30, 35, 0.7) !important
}

.bc-wine-darker-70,
.hover-bc-wine-darker-70:hover,
.focus-bc-wine-darker-70:focus {
  border-color: rgba(114, 47, 55, 0.7) !important
}

.border-wine-darker-70 {
  border: 1px solid rgba(114, 47, 55, 0.7) !important
}

.bc-wine-dark-70,
.hover-bc-wine-dark-70:hover,
.focus-bc-wine-dark-70:focus {
  border-color: rgba(142, 58, 68, 0.7) !important
}

.border-wine-dark-70 {
  border: 1px solid rgba(142, 58, 68, 0.7) !important
}

.bc-wine-70,
.hover-bc-wine-70:hover,
.focus-bc-wine-70:focus {
  border-color: rgba(170, 70, 82, 0.7) !important
}

.border-wine-70 {
  border: 1px solid rgba(170, 70, 82, 0.7) !important
}

.bc-wine-light-70,
.hover-bc-wine-light-70:hover,
.focus-bc-wine-light-70:focus {
  border-color: rgba(210, 147, 154, 0.7) !important
}

.border-wine-light-70 {
  border: 1px solid rgba(210, 147, 154, 0.7) !important
}

.bc-wine-lighter-70,
.hover-bc-wine-lighter-70:hover,
.focus-bc-wine-lighter-70:focus {
  border-color: rgba(239, 216, 219, 0.7) !important
}

.border-wine-lighter-70 {
  border: 1px solid rgba(239, 216, 219, 0.7) !important
}

.bc-wine-lightest-70,
.hover-bc-wine-lightest-70:hover,
.focus-bc-wine-lightest-70:focus {
  border-color: rgba(250, 243, 244, 0.7) !important
}

.border-wine-lightest-70 {
  border: 1px solid rgba(250, 243, 244, 0.7) !important
}

.bc-brown-darkest-70,
.hover-bc-brown-darkest-70:hover,
.focus-bc-brown-darkest-70:focus {
  border-color: rgba(61, 47, 43, 0.7) !important
}

.border-brown-darkest-70 {
  border: 1px solid rgba(61, 47, 43, 0.7) !important
}

.bc-brown-darker-70,
.hover-bc-brown-darker-70:hover,
.focus-bc-brown-darker-70:focus {
  border-color: rgba(84, 65, 59, 0.7) !important
}

.border-brown-darker-70 {
  border: 1px solid rgba(84, 65, 59, 0.7) !important
}

.bc-brown-dark-70,
.hover-bc-brown-dark-70:hover,
.focus-bc-brown-dark-70:focus {
  border-color: rgba(107, 83, 76, 0.7) !important
}

.border-brown-dark-70 {
  border: 1px solid rgba(107, 83, 76, 0.7) !important
}

.bc-brown-70,
.hover-bc-brown-70:hover,
.focus-bc-brown-70:focus {
  border-color: rgba(141, 109, 100, 0.7) !important
}

.border-brown-70 {
  border: 1px solid rgba(141, 109, 100, 0.7) !important
}

.bc-brown-light-70,
.hover-bc-brown-light-70:hover,
.focus-bc-brown-light-70:focus {
  border-color: rgba(200, 183, 178, 0.7) !important
}

.border-brown-light-70 {
  border: 1px solid rgba(200, 183, 178, 0.7) !important
}

.bc-brown-lighter-70,
.hover-bc-brown-lighter-70:hover,
.focus-bc-brown-lighter-70:focus {
  border-color: rgba(233, 226, 224, 0.7) !important
}

.border-brown-lighter-70 {
  border: 1px solid rgba(233, 226, 224, 0.7) !important
}

.bc-brown-lightest-70,
.hover-bc-brown-lightest-70:hover,
.focus-bc-brown-lightest-70:focus {
  border-color: rgba(255, 249, 247, 0.7) !important
}

.border-brown-lightest-70 {
  border: 1px solid rgba(255, 249, 247, 0.7) !important
}

.bc-almond-darkest-70,
.hover-bc-almond-darkest-70:hover,
.focus-bc-almond-darkest-70:focus {
  border-color: rgba(99, 65, 32, 0.7) !important
}

.border-almond-darkest-70 {
  border: 1px solid rgba(99, 65, 32, 0.7) !important
}

.bc-almond-darker-70,
.hover-bc-almond-darker-70:hover,
.focus-bc-almond-darker-70:focus {
  border-color: rgba(138, 91, 44, 0.7) !important
}

.border-almond-darker-70 {
  border: 1px solid rgba(138, 91, 44, 0.7) !important
}

.bc-almond-dark-70,
.hover-bc-almond-dark-70:hover,
.focus-bc-almond-dark-70:focus {
  border-color: rgba(173, 114, 55, 0.7) !important
}

.border-almond-dark-70 {
  border: 1px solid rgba(173, 114, 55, 0.7) !important
}

.bc-almond-70,
.hover-bc-almond-70:hover,
.focus-bc-almond-70:focus {
  border-color: rgba(196, 134, 71, 0.7) !important
}

.border-almond-70 {
  border: 1px solid rgba(196, 134, 71, 0.7) !important
}

.bc-almond-light-70,
.hover-bc-almond-light-70:hover,
.focus-bc-almond-light-70:focus {
  border-color: rgba(220, 183, 146, 0.7) !important
}

.border-almond-light-70 {
  border: 1px solid rgba(220, 183, 146, 0.7) !important
}

.bc-almond-lighter-70,
.hover-bc-almond-lighter-70:hover,
.focus-bc-almond-lighter-70:focus {
  border-color: rgba(239, 222, 205, 0.7) !important
}

.border-almond-lighter-70 {
  border: 1px solid rgba(239, 222, 205, 0.7) !important
}

.bc-almond-lightest-70,
.hover-bc-almond-lightest-70:hover,
.focus-bc-almond-lightest-70:focus {
  border-color: rgba(249, 240, 232, 0.7) !important
}

.border-almond-lightest-70 {
  border: 1px solid rgba(249, 240, 232, 0.7) !important
}

.bc-slategray-darkest-70,
.hover-bc-slategray-darkest-70:hover,
.focus-bc-slategray-darkest-70:focus {
  border-color: rgba(5, 25, 45, 0.7) !important
}

.border-slategray-darkest-70 {
  border: 1px solid rgba(5, 25, 45, 0.7) !important
}

.bc-slategray-darker-70,
.hover-bc-slategray-darker-70:hover,
.focus-bc-slategray-darker-70:focus {
  border-color: rgba(16, 44, 69, 0.7) !important
}

.border-slategray-darker-70 {
  border: 1px solid rgba(16, 44, 69, 0.7) !important
}

.bc-slategray-dark-70,
.hover-bc-slategray-dark-70:hover,
.focus-bc-slategray-dark-70:focus {
  border-color: rgba(47, 80, 112, 0.7) !important
}

.border-slategray-dark-70 {
  border: 1px solid rgba(47, 80, 112, 0.7) !important
}

.bc-slategray-70,
.hover-bc-slategray-70:hover,
.focus-bc-slategray-70:focus {
  border-color: rgba(81, 116, 149, 0.7) !important
}

.border-slategray-70 {
  border: 1px solid rgba(81, 116, 149, 0.7) !important
}

.bc-slategray-light-70,
.hover-bc-slategray-light-70:hover,
.focus-bc-slategray-light-70:focus {
  border-color: rgba(150, 177, 203, 0.7) !important
}

.border-slategray-light-70 {
  border: 1px solid rgba(150, 177, 203, 0.7) !important
}

.bc-slategray-lighter-70,
.hover-bc-slategray-lighter-70:hover,
.focus-bc-slategray-lighter-70:focus {
  border-color: rgba(208, 220, 231, 0.7) !important
}

.border-slategray-lighter-70 {
  border: 1px solid rgba(208, 220, 231, 0.7) !important
}

.bc-slategray-lightest-70,
.hover-bc-slategray-lightest-70:hover,
.focus-bc-slategray-lightest-70:focus {
  border-color: rgba(242, 245, 247, 0.7) !important
}

.border-slategray-lightest-70 {
  border: 1px solid rgba(242, 245, 247, 0.7) !important
}

.bc-gray-darkest-70,
.hover-bc-gray-darkest-70:hover,
.focus-bc-gray-darkest-70:focus {
  border-color: rgba(54, 69, 79, 0.7) !important
}

.border-gray-darkest-70 {
  border: 1px solid rgba(54, 69, 79, 0.7) !important
}

.bc-gray-darker-70,
.hover-bc-gray-darker-70:hover,
.focus-bc-gray-darker-70:focus {
  border-color: rgba(70, 89, 102, 0.7) !important
}

.border-gray-darker-70 {
  border: 1px solid rgba(70, 89, 102, 0.7) !important
}

.bc-gray-dark-70,
.hover-bc-gray-dark-70:hover,
.focus-bc-gray-dark-70:focus {
  border-color: rgba(86, 110, 126, 0.7) !important
}

.border-gray-dark-70 {
  border: 1px solid rgba(86, 110, 126, 0.7) !important
}

.bc-gray-70,
.hover-bc-gray-70:hover,
.focus-bc-gray-70:focus {
  border-color: rgba(102, 130, 149, 0.7) !important
}

.border-gray-70 {
  border: 1px solid rgba(102, 130, 149, 0.7) !important
}

.bc-gray-light-70,
.hover-bc-gray-light-70:hover,
.focus-bc-gray-light-70:focus {
  border-color: rgba(183, 196, 205, 0.7) !important
}

.border-gray-light-70 {
  border: 1px solid rgba(183, 196, 205, 0.7) !important
}

.bc-gray-lighter-70,
.hover-bc-gray-lighter-70:hover,
.focus-bc-gray-lighter-70:focus {
  border-color: rgba(228, 232, 235, 0.7) !important
}

.border-gray-lighter-70 {
  border: 1px solid rgba(228, 232, 235, 0.7) !important
}

.bc-gray-lightest-70,
.hover-bc-gray-lightest-70:hover,
.focus-bc-gray-lightest-70:focus {
  border-color: rgba(238, 241, 245, 0.7) !important
}

.border-gray-lightest-70 {
  border: 1px solid rgba(238, 241, 245, 0.7) !important
}

.bc-black-80,
.hover-bc-black-80:hover,
.focus-bc-black-80:focus {
  border-color: rgba(0, 0, 0, 0.8) !important
}

.border-black-80 {
  border: 1px solid rgba(0, 0, 0, 0.8) !important
}

.bc-white-80,
.hover-bc-white-80:hover,
.focus-bc-white-80:focus {
  border-color: rgba(255, 255, 255, 0.8) !important
}

.border-white-80 {
  border: 1px solid rgba(255, 255, 255, 0.8) !important
}

.bc-transparent-80,
.hover-bc-transparent-80:hover,
.focus-bc-transparent-80:focus {
  border-color: rgba(0, 0, 0, 0) !important
}

.border-transparent-80 {
  border: 1px solid rgba(0, 0, 0, 0) !important
}

.bc-blue-darkest-80,
.hover-bc-blue-darkest-80:hover,
.focus-bc-blue-darkest-80:focus {
  border-color: rgba(2, 48, 93, 0.8) !important
}

.border-blue-darkest-80 {
  border: 1px solid rgba(2, 48, 93, 0.8) !important
}

.bc-blue-darker-80,
.hover-bc-blue-darker-80:hover,
.focus-bc-blue-darker-80:focus {
  border-color: rgba(26, 93, 158, 0.8) !important
}

.border-blue-darker-80 {
  border: 1px solid rgba(26, 93, 158, 0.8) !important
}

.bc-blue-dark-80,
.hover-bc-blue-dark-80:hover,
.focus-bc-blue-dark-80:focus {
  border-color: rgba(23, 115, 206, 0.8) !important
}

.border-blue-dark-80 {
  border: 1px solid rgba(23, 115, 206, 0.8) !important
}

.bc-blue-80,
.hover-bc-blue-80:hover,
.focus-bc-blue-80:focus {
  border-color: rgba(64, 158, 255, 0.8) !important
}

.border-blue-80 {
  border: 1px solid rgba(64, 158, 255, 0.8) !important
}

.bc-blue-light-80,
.hover-bc-blue-light-80:hover,
.focus-bc-blue-light-80:focus {
  border-color: rgba(101, 178, 255, 0.8) !important
}

.border-blue-light-80 {
  border: 1px solid rgba(101, 178, 255, 0.8) !important
}

.bc-blue-lighter-80,
.hover-bc-blue-lighter-80:hover,
.focus-bc-blue-lighter-80:focus {
  border-color: rgba(179, 217, 255, 0.8) !important
}

.border-blue-lighter-80 {
  border: 1px solid rgba(179, 217, 255, 0.8) !important
}

.bc-blue-lightest-80,
.hover-bc-blue-lightest-80:hover,
.focus-bc-blue-lightest-80:focus {
  border-color: rgba(236, 245, 255, 0.8) !important
}

.border-blue-lightest-80 {
  border: 1px solid rgba(236, 245, 255, 0.8) !important
}

.bc-indigo-darkest-80,
.hover-bc-indigo-darkest-80:hover,
.focus-bc-indigo-darkest-80:focus {
  border-color: rgba(39, 32, 117, 0.8) !important
}

.border-indigo-darkest-80 {
  border: 1px solid rgba(39, 32, 117, 0.8) !important
}

.bc-indigo-darker-80,
.hover-bc-indigo-darker-80:hover,
.focus-bc-indigo-darker-80:focus {
  border-color: rgba(51, 42, 153, 0.8) !important
}

.border-indigo-darker-80 {
  border: 1px solid rgba(51, 42, 153, 0.8) !important
}

.bc-indigo-dark-80,
.hover-bc-indigo-dark-80:hover,
.focus-bc-indigo-dark-80:focus {
  border-color: rgba(63, 51, 189, 0.8) !important
}

.border-indigo-dark-80 {
  border: 1px solid rgba(63, 51, 189, 0.8) !important
}

.bc-indigo-80,
.hover-bc-indigo-80:hover,
.focus-bc-indigo-80:focus {
  border-color: rgba(90, 79, 207, 0.8) !important
}

.border-indigo-80 {
  border: 1px solid rgba(90, 79, 207, 0.8) !important
}

.bc-indigo-light-80,
.hover-bc-indigo-light-80:hover,
.focus-bc-indigo-light-80:focus {
  border-color: rgba(131, 122, 230, 0.8) !important
}

.border-indigo-light-80 {
  border: 1px solid rgba(131, 122, 230, 0.8) !important
}

.bc-indigo-lighter-80,
.hover-bc-indigo-lighter-80:hover,
.focus-bc-indigo-lighter-80:focus {
  border-color: rgba(194, 189, 246, 0.8) !important
}

.border-indigo-lighter-80 {
  border: 1px solid rgba(194, 189, 246, 0.8) !important
}

.bc-indigo-lightest-80,
.hover-bc-indigo-lightest-80:hover,
.focus-bc-indigo-lightest-80:focus {
  border-color: rgba(240, 238, 255, 0.8) !important
}

.border-indigo-lightest-80 {
  border: 1px solid rgba(240, 238, 255, 0.8) !important
}

.bc-purple-darkest-80,
.hover-bc-purple-darkest-80:hover,
.focus-bc-purple-darkest-80:focus {
  border-color: rgba(61, 6, 95, 0.8) !important
}

.border-purple-darkest-80 {
  border: 1px solid rgba(61, 6, 95, 0.8) !important
}

.bc-purple-darker-80,
.hover-bc-purple-darker-80:hover,
.focus-bc-purple-darker-80:focus {
  border-color: rgba(96, 10, 151, 0.8) !important
}

.border-purple-darker-80 {
  border: 1px solid rgba(96, 10, 151, 0.8) !important
}

.bc-purple-dark-80,
.hover-bc-purple-dark-80:hover,
.focus-bc-purple-dark-80:focus {
  border-color: rgba(132, 13, 206, 0.8) !important
}

.border-purple-dark-80 {
  border: 1px solid rgba(132, 13, 206, 0.8) !important
}

.bc-purple-80,
.hover-bc-purple-80:hover,
.focus-bc-purple-80:focus {
  border-color: rgba(170, 56, 242, 0.8) !important
}

.border-purple-80 {
  border: 1px solid rgba(170, 56, 242, 0.8) !important
}

.bc-purple-light-80,
.hover-bc-purple-light-80:hover,
.focus-bc-purple-light-80:focus {
  border-color: rgba(204, 136, 247, 0.8) !important
}

.border-purple-light-80 {
  border: 1px solid rgba(204, 136, 247, 0.8) !important
}

.bc-purple-lighter-80,
.hover-bc-purple-lighter-80:hover,
.focus-bc-purple-lighter-80:focus {
  border-color: rgba(233, 203, 252, 0.8) !important
}

.border-purple-lighter-80 {
  border: 1px solid rgba(233, 203, 252, 0.8) !important
}

.bc-purple-lightest-80,
.hover-bc-purple-lightest-80:hover,
.focus-bc-purple-lightest-80:focus {
  border-color: rgba(249, 240, 254, 0.8) !important
}

.border-purple-lightest-80 {
  border: 1px solid rgba(249, 240, 254, 0.8) !important
}

.bc-pink-darkest-80,
.hover-bc-pink-darkest-80:hover,
.focus-bc-pink-darkest-80:focus {
  border-color: rgba(88, 0, 32, 0.8) !important
}

.border-pink-darkest-80 {
  border: 1px solid rgba(88, 0, 32, 0.8) !important
}

.bc-pink-darker-80,
.hover-bc-pink-darker-80:hover,
.focus-bc-pink-darker-80:focus {
  border-color: rgba(147, 0, 54, 0.8) !important
}

.border-pink-darker-80 {
  border: 1px solid rgba(147, 0, 54, 0.8) !important
}

.bc-pink-dark-80,
.hover-bc-pink-dark-80:hover,
.focus-bc-pink-dark-80:focus {
  border-color: rgba(201, 54, 108, 0.8) !important
}

.border-pink-dark-80 {
  border: 1px solid rgba(201, 54, 108, 0.8) !important
}

.bc-pink-80,
.hover-bc-pink-80:hover,
.focus-bc-pink-80:focus {
  border-color: rgba(240, 101, 151, 0.8) !important
}

.border-pink-80 {
  border: 1px solid rgba(240, 101, 151, 0.8) !important
}

.bc-pink-light-80,
.hover-bc-pink-light-80:hover,
.focus-bc-pink-light-80:focus {
  border-color: rgba(245, 142, 180, 0.8) !important
}

.border-pink-light-80 {
  border: 1px solid rgba(245, 142, 180, 0.8) !important
}

.bc-pink-lighter-80,
.hover-bc-pink-lighter-80:hover,
.focus-bc-pink-lighter-80:focus {
  border-color: rgba(255, 205, 223, 0.8) !important
}

.border-pink-lighter-80 {
  border: 1px solid rgba(255, 205, 223, 0.8) !important
}

.bc-pink-lightest-80,
.hover-bc-pink-lightest-80:hover,
.focus-bc-pink-lightest-80:focus {
  border-color: rgba(255, 235, 242, 0.8) !important
}

.border-pink-lightest-80 {
  border: 1px solid rgba(255, 235, 242, 0.8) !important
}

.bc-red-darkest-80,
.hover-bc-red-darkest-80:hover,
.focus-bc-red-darkest-80:focus {
  border-color: rgba(117, 14, 18, 0.8) !important
}

.border-red-darkest-80 {
  border: 1px solid rgba(117, 14, 18, 0.8) !important
}

.bc-red-darker-80,
.hover-bc-red-darker-80:hover,
.focus-bc-red-darker-80:focus {
  border-color: rgba(169, 21, 26, 0.8) !important
}

.border-red-darker-80 {
  border: 1px solid rgba(169, 21, 26, 0.8) !important
}

.bc-red-dark-80,
.hover-bc-red-dark-80:hover,
.focus-bc-red-dark-80:focus {
  border-color: rgba(204, 25, 31, 0.8) !important
}

.border-red-dark-80 {
  border: 1px solid rgba(204, 25, 31, 0.8) !important
}

.bc-red-80,
.hover-bc-red-80:hover,
.focus-bc-red-80:focus {
  border-color: rgba(231, 57, 63, 0.8) !important
}

.border-red-80 {
  border: 1px solid rgba(231, 57, 63, 0.8) !important
}

.bc-red-light-80,
.hover-bc-red-light-80:hover,
.focus-bc-red-light-80:focus {
  border-color: rgba(237, 109, 114, 0.8) !important
}

.border-red-light-80 {
  border: 1px solid rgba(237, 109, 114, 0.8) !important
}

.bc-red-lighter-80,
.hover-bc-red-lighter-80:hover,
.focus-bc-red-lighter-80:focus {
  border-color: rgba(248, 197, 199, 0.8) !important
}

.border-red-lighter-80 {
  border: 1px solid rgba(248, 197, 199, 0.8) !important
}

.bc-red-lightest-80,
.hover-bc-red-lightest-80:hover,
.focus-bc-red-lightest-80:focus {
  border-color: rgba(252, 232, 232, 0.8) !important
}

.border-red-lightest-80 {
  border: 1px solid rgba(252, 232, 232, 0.8) !important
}

.bc-orange-darkest-80,
.hover-bc-orange-darkest-80:hover,
.focus-bc-orange-darkest-80:focus {
  border-color: rgba(133, 67, 0, 0.8) !important
}

.border-orange-darkest-80 {
  border: 1px solid rgba(133, 67, 0, 0.8) !important
}

.bc-orange-darker-80,
.hover-bc-orange-darker-80:hover,
.focus-bc-orange-darker-80:focus {
  border-color: rgba(192, 96, 0, 0.8) !important
}

.border-orange-darker-80 {
  border: 1px solid rgba(192, 96, 0, 0.8) !important
}

.bc-orange-dark-80,
.hover-bc-orange-dark-80:hover,
.focus-bc-orange-dark-80:focus {
  border-color: rgba(231, 116, 0, 0.8) !important
}

.border-orange-dark-80 {
  border: 1px solid rgba(231, 116, 0, 0.8) !important
}

.bc-orange-80,
.hover-bc-orange-80:hover,
.focus-bc-orange-80:focus {
  border-color: rgba(255, 135, 16, 0.8) !important
}

.border-orange-80 {
  border: 1px solid rgba(255, 135, 16, 0.8) !important
}

.bc-orange-light-80,
.hover-bc-orange-light-80:hover,
.focus-bc-orange-light-80:focus {
  border-color: rgba(255, 184, 114, 0.8) !important
}

.border-orange-light-80 {
  border: 1px solid rgba(255, 184, 114, 0.8) !important
}

.bc-orange-lighter-80,
.hover-bc-orange-lighter-80:hover,
.focus-bc-orange-lighter-80:focus {
  border-color: rgba(255, 224, 192, 0.8) !important
}

.border-orange-lighter-80 {
  border: 1px solid rgba(255, 224, 192, 0.8) !important
}

.bc-orange-lightest-80,
.hover-bc-orange-lightest-80:hover,
.focus-bc-orange-lightest-80:focus {
  border-color: rgba(255, 243, 231, 0.8) !important
}

.border-orange-lightest-80 {
  border: 1px solid rgba(255, 243, 231, 0.8) !important
}

.bc-yellow-darkest-80,
.hover-bc-yellow-darkest-80:hover,
.focus-bc-yellow-darkest-80:focus {
  border-color: rgba(106, 85, 2, 0.8) !important
}

.border-yellow-darkest-80 {
  border: 1px solid rgba(106, 85, 2, 0.8) !important
}

.bc-yellow-darker-80,
.hover-bc-yellow-darker-80:hover,
.focus-bc-yellow-darker-80:focus {
  border-color: rgba(183, 147, 3, 0.8) !important
}

.border-yellow-darker-80 {
  border: 1px solid rgba(183, 147, 3, 0.8) !important
}

.bc-yellow-dark-80,
.hover-bc-yellow-dark-80:hover,
.focus-bc-yellow-dark-80:focus {
  border-color: rgba(221, 177, 4, 0.8) !important
}

.border-yellow-dark-80 {
  border: 1px solid rgba(221, 177, 4, 0.8) !important
}

.bc-yellow-80,
.hover-bc-yellow-80:hover,
.focus-bc-yellow-80:focus {
  border-color: rgba(250, 203, 14, 0.8) !important
}

.border-yellow-80 {
  border: 1px solid rgba(250, 203, 14, 0.8) !important
}

.bc-yellow-light-80,
.hover-bc-yellow-light-80:hover,
.focus-bc-yellow-light-80:focus {
  border-color: rgba(253, 228, 130, 0.8) !important
}

.border-yellow-light-80 {
  border: 1px solid rgba(253, 228, 130, 0.8) !important
}

.bc-yellow-lighter-80,
.hover-bc-yellow-lighter-80:hover,
.focus-bc-yellow-lighter-80:focus {
  border-color: rgba(254, 240, 188, 0.8) !important
}

.border-yellow-lighter-80 {
  border: 1px solid rgba(254, 240, 188, 0.8) !important
}

.bc-yellow-lightest-80,
.hover-bc-yellow-lightest-80:hover,
.focus-bc-yellow-lightest-80:focus {
  border-color: rgba(254, 247, 219, 0.8) !important
}

.border-yellow-lightest-80 {
  border: 1px solid rgba(254, 247, 219, 0.8) !important
}

.bc-pear-darkest-80,
.hover-bc-pear-darkest-80:hover,
.focus-bc-pear-darkest-80:focus {
  border-color: rgba(79, 86, 12, 0.8) !important
}

.border-pear-darkest-80 {
  border: 1px solid rgba(79, 86, 12, 0.8) !important
}

.bc-pear-darker-80,
.hover-bc-pear-darker-80:hover,
.focus-bc-pear-darker-80:focus {
  border-color: rgba(127, 138, 19, 0.8) !important
}

.border-pear-darker-80 {
  border: 1px solid rgba(127, 138, 19, 0.8) !important
}

.bc-pear-dark-80,
.hover-bc-pear-dark-80:hover,
.focus-bc-pear-dark-80:focus {
  border-color: rgba(158, 172, 24, 0.8) !important
}

.border-pear-dark-80 {
  border: 1px solid rgba(158, 172, 24, 0.8) !important
}

.bc-pear-80,
.hover-bc-pear-80:hover,
.focus-bc-pear-80:focus {
  border-color: rgba(190, 207, 29, 0.8) !important
}

.border-pear-80 {
  border: 1px solid rgba(190, 207, 29, 0.8) !important
}

.bc-pear-light-80,
.hover-bc-pear-light-80:hover,
.focus-bc-pear-light-80:focus {
  border-color: rgba(221, 233, 101, 0.8) !important
}

.border-pear-light-80 {
  border: 1px solid rgba(221, 233, 101, 0.8) !important
}

.bc-pear-lighter-80,
.hover-bc-pear-lighter-80:hover,
.focus-bc-pear-lighter-80:focus {
  border-color: rgba(244, 248, 204, 0.8) !important
}

.border-pear-lighter-80 {
  border: 1px solid rgba(244, 248, 204, 0.8) !important
}

.bc-pear-lightest-80,
.hover-bc-pear-lightest-80:hover,
.focus-bc-pear-lightest-80:focus {
  border-color: rgba(251, 253, 238, 0.8) !important
}

.border-pear-lightest-80 {
  border: 1px solid rgba(251, 253, 238, 0.8) !important
}

.bc-green-darkest-80,
.hover-bc-green-darkest-80:hover,
.focus-bc-green-darkest-80:focus {
  border-color: rgba(32, 97, 32, 0.8) !important
}

.border-green-darkest-80 {
  border: 1px solid rgba(32, 97, 32, 0.8) !important
}

.bc-green-darker-80,
.hover-bc-green-darker-80:hover,
.focus-bc-green-darker-80:focus {
  border-color: rgba(47, 141, 47, 0.8) !important
}

.border-green-darker-80 {
  border: 1px solid rgba(47, 141, 47, 0.8) !important
}

.bc-green-dark-80,
.hover-bc-green-dark-80:hover,
.focus-bc-green-dark-80:focus {
  border-color: rgba(57, 171, 57, 0.8) !important
}

.border-green-dark-80 {
  border: 1px solid rgba(57, 171, 57, 0.8) !important
}

.bc-green-80,
.hover-bc-green-80:hover,
.focus-bc-green-80:focus {
  border-color: rgba(73, 194, 73, 0.8) !important
}

.border-green-80 {
  border: 1px solid rgba(73, 194, 73, 0.8) !important
}

.bc-green-light-80,
.hover-bc-green-light-80:hover,
.focus-bc-green-light-80:focus {
  border-color: rgba(137, 224, 137, 0.8) !important
}

.border-green-light-80 {
  border: 1px solid rgba(137, 224, 137, 0.8) !important
}

.bc-green-lighter-80,
.hover-bc-green-lighter-80:hover,
.focus-bc-green-lighter-80:focus {
  border-color: rgba(220, 243, 220, 0.8) !important
}

.border-green-lighter-80 {
  border: 1px solid rgba(220, 243, 220, 0.8) !important
}

.bc-green-lightest-80,
.hover-bc-green-lightest-80:hover,
.focus-bc-green-lightest-80:focus {
  border-color: rgba(234, 248, 234, 0.8) !important
}

.border-green-lightest-80 {
  border: 1px solid rgba(234, 248, 234, 0.8) !important
}

.bc-mint-darkest-80,
.hover-bc-mint-darkest-80:hover,
.focus-bc-mint-darkest-80:focus {
  border-color: rgba(19, 107, 68, 0.8) !important
}

.border-mint-darkest-80 {
  border: 1px solid rgba(19, 107, 68, 0.8) !important
}

.bc-mint-darker-80,
.hover-bc-mint-darker-80:hover,
.focus-bc-mint-darker-80:focus {
  border-color: rgba(29, 165, 105, 0.8) !important
}

.border-mint-darker-80 {
  border: 1px solid rgba(29, 165, 105, 0.8) !important
}

.bc-mint-dark-80,
.hover-bc-mint-dark-80:hover,
.focus-bc-mint-dark-80:focus {
  border-color: rgba(35, 198, 126, 0.8) !important
}

.border-mint-dark-80 {
  border: 1px solid rgba(35, 198, 126, 0.8) !important
}

.bc-mint-80,
.hover-bc-mint-80:hover,
.focus-bc-mint-80:focus {
  border-color: rgba(53, 219, 146, 0.8) !important
}

.border-mint-80 {
  border: 1px solid rgba(53, 219, 146, 0.8) !important
}

.bc-mint-light-80,
.hover-bc-mint-light-80:hover,
.focus-bc-mint-light-80:focus {
  border-color: rgba(137, 234, 191, 0.8) !important
}

.border-mint-light-80 {
  border: 1px solid rgba(137, 234, 191, 0.8) !important
}

.bc-mint-lighter-80,
.hover-bc-mint-lighter-80:hover,
.focus-bc-mint-lighter-80:focus {
  border-color: rgba(220, 249, 236, 0.8) !important
}

.border-mint-lighter-80 {
  border: 1px solid rgba(220, 249, 236, 0.8) !important
}

.bc-mint-lightest-80,
.hover-bc-mint-lightest-80:hover,
.focus-bc-mint-lightest-80:focus {
  border-color: rgba(242, 252, 247, 0.8) !important
}

.border-mint-lightest-80 {
  border: 1px solid rgba(242, 252, 247, 0.8) !important
}

.bc-teal-darkest-80,
.hover-bc-teal-darkest-80:hover,
.focus-bc-teal-darkest-80:focus {
  border-color: rgba(34, 89, 96, 0.8) !important
}

.border-teal-darkest-80 {
  border: 1px solid rgba(34, 89, 96, 0.8) !important
}

.bc-teal-darker-80,
.hover-bc-teal-darker-80:hover,
.focus-bc-teal-darker-80:focus {
  border-color: rgba(45, 116, 125, 0.8) !important
}

.border-teal-darker-80 {
  border: 1px solid rgba(45, 116, 125, 0.8) !important
}

.bc-teal-dark-80,
.hover-bc-teal-dark-80:hover,
.focus-bc-teal-dark-80:focus {
  border-color: rgba(55, 142, 153, 0.8) !important
}

.border-teal-dark-80 {
  border: 1px solid rgba(55, 142, 153, 0.8) !important
}

.bc-teal-80,
.hover-bc-teal-80:hover,
.focus-bc-teal-80:focus {
  border-color: rgba(66, 169, 182, 0.8) !important
}

.border-teal-80 {
  border: 1px solid rgba(66, 169, 182, 0.8) !important
}

.bc-teal-light-80,
.hover-bc-teal-light-80:hover,
.focus-bc-teal-light-80:focus {
  border-color: rgba(149, 209, 217, 0.8) !important
}

.border-teal-light-80 {
  border: 1px solid rgba(149, 209, 217, 0.8) !important
}

.bc-teal-lighter-80,
.hover-bc-teal-lighter-80:hover,
.focus-bc-teal-lighter-80:focus {
  border-color: rgba(221, 240, 243, 0.8) !important
}

.border-teal-lighter-80 {
  border: 1px solid rgba(221, 240, 243, 0.8) !important
}

.bc-teal-lightest-80,
.hover-bc-teal-lightest-80:hover,
.focus-bc-teal-lightest-80:focus {
  border-color: rgba(237, 249, 250, 0.8) !important
}

.border-teal-lightest-80 {
  border: 1px solid rgba(237, 249, 250, 0.8) !important
}

.bc-wine-darkest-80,
.hover-bc-wine-darkest-80:hover,
.focus-bc-wine-darkest-80:focus {
  border-color: rgba(72, 30, 35, 0.8) !important
}

.border-wine-darkest-80 {
  border: 1px solid rgba(72, 30, 35, 0.8) !important
}

.bc-wine-darker-80,
.hover-bc-wine-darker-80:hover,
.focus-bc-wine-darker-80:focus {
  border-color: rgba(114, 47, 55, 0.8) !important
}

.border-wine-darker-80 {
  border: 1px solid rgba(114, 47, 55, 0.8) !important
}

.bc-wine-dark-80,
.hover-bc-wine-dark-80:hover,
.focus-bc-wine-dark-80:focus {
  border-color: rgba(142, 58, 68, 0.8) !important
}

.border-wine-dark-80 {
  border: 1px solid rgba(142, 58, 68, 0.8) !important
}

.bc-wine-80,
.hover-bc-wine-80:hover,
.focus-bc-wine-80:focus {
  border-color: rgba(170, 70, 82, 0.8) !important
}

.border-wine-80 {
  border: 1px solid rgba(170, 70, 82, 0.8) !important
}

.bc-wine-light-80,
.hover-bc-wine-light-80:hover,
.focus-bc-wine-light-80:focus {
  border-color: rgba(210, 147, 154, 0.8) !important
}

.border-wine-light-80 {
  border: 1px solid rgba(210, 147, 154, 0.8) !important
}

.bc-wine-lighter-80,
.hover-bc-wine-lighter-80:hover,
.focus-bc-wine-lighter-80:focus {
  border-color: rgba(239, 216, 219, 0.8) !important
}

.border-wine-lighter-80 {
  border: 1px solid rgba(239, 216, 219, 0.8) !important
}

.bc-wine-lightest-80,
.hover-bc-wine-lightest-80:hover,
.focus-bc-wine-lightest-80:focus {
  border-color: rgba(250, 243, 244, 0.8) !important
}

.border-wine-lightest-80 {
  border: 1px solid rgba(250, 243, 244, 0.8) !important
}

.bc-brown-darkest-80,
.hover-bc-brown-darkest-80:hover,
.focus-bc-brown-darkest-80:focus {
  border-color: rgba(61, 47, 43, 0.8) !important
}

.border-brown-darkest-80 {
  border: 1px solid rgba(61, 47, 43, 0.8) !important
}

.bc-brown-darker-80,
.hover-bc-brown-darker-80:hover,
.focus-bc-brown-darker-80:focus {
  border-color: rgba(84, 65, 59, 0.8) !important
}

.border-brown-darker-80 {
  border: 1px solid rgba(84, 65, 59, 0.8) !important
}

.bc-brown-dark-80,
.hover-bc-brown-dark-80:hover,
.focus-bc-brown-dark-80:focus {
  border-color: rgba(107, 83, 76, 0.8) !important
}

.border-brown-dark-80 {
  border: 1px solid rgba(107, 83, 76, 0.8) !important
}

.bc-brown-80,
.hover-bc-brown-80:hover,
.focus-bc-brown-80:focus {
  border-color: rgba(141, 109, 100, 0.8) !important
}

.border-brown-80 {
  border: 1px solid rgba(141, 109, 100, 0.8) !important
}

.bc-brown-light-80,
.hover-bc-brown-light-80:hover,
.focus-bc-brown-light-80:focus {
  border-color: rgba(200, 183, 178, 0.8) !important
}

.border-brown-light-80 {
  border: 1px solid rgba(200, 183, 178, 0.8) !important
}

.bc-brown-lighter-80,
.hover-bc-brown-lighter-80:hover,
.focus-bc-brown-lighter-80:focus {
  border-color: rgba(233, 226, 224, 0.8) !important
}

.border-brown-lighter-80 {
  border: 1px solid rgba(233, 226, 224, 0.8) !important
}

.bc-brown-lightest-80,
.hover-bc-brown-lightest-80:hover,
.focus-bc-brown-lightest-80:focus {
  border-color: rgba(255, 249, 247, 0.8) !important
}

.border-brown-lightest-80 {
  border: 1px solid rgba(255, 249, 247, 0.8) !important
}

.bc-almond-darkest-80,
.hover-bc-almond-darkest-80:hover,
.focus-bc-almond-darkest-80:focus {
  border-color: rgba(99, 65, 32, 0.8) !important
}

.border-almond-darkest-80 {
  border: 1px solid rgba(99, 65, 32, 0.8) !important
}

.bc-almond-darker-80,
.hover-bc-almond-darker-80:hover,
.focus-bc-almond-darker-80:focus {
  border-color: rgba(138, 91, 44, 0.8) !important
}

.border-almond-darker-80 {
  border: 1px solid rgba(138, 91, 44, 0.8) !important
}

.bc-almond-dark-80,
.hover-bc-almond-dark-80:hover,
.focus-bc-almond-dark-80:focus {
  border-color: rgba(173, 114, 55, 0.8) !important
}

.border-almond-dark-80 {
  border: 1px solid rgba(173, 114, 55, 0.8) !important
}

.bc-almond-80,
.hover-bc-almond-80:hover,
.focus-bc-almond-80:focus {
  border-color: rgba(196, 134, 71, 0.8) !important
}

.border-almond-80 {
  border: 1px solid rgba(196, 134, 71, 0.8) !important
}

.bc-almond-light-80,
.hover-bc-almond-light-80:hover,
.focus-bc-almond-light-80:focus {
  border-color: rgba(220, 183, 146, 0.8) !important
}

.border-almond-light-80 {
  border: 1px solid rgba(220, 183, 146, 0.8) !important
}

.bc-almond-lighter-80,
.hover-bc-almond-lighter-80:hover,
.focus-bc-almond-lighter-80:focus {
  border-color: rgba(239, 222, 205, 0.8) !important
}

.border-almond-lighter-80 {
  border: 1px solid rgba(239, 222, 205, 0.8) !important
}

.bc-almond-lightest-80,
.hover-bc-almond-lightest-80:hover,
.focus-bc-almond-lightest-80:focus {
  border-color: rgba(249, 240, 232, 0.8) !important
}

.border-almond-lightest-80 {
  border: 1px solid rgba(249, 240, 232, 0.8) !important
}

.bc-slategray-darkest-80,
.hover-bc-slategray-darkest-80:hover,
.focus-bc-slategray-darkest-80:focus {
  border-color: rgba(5, 25, 45, 0.8) !important
}

.border-slategray-darkest-80 {
  border: 1px solid rgba(5, 25, 45, 0.8) !important
}

.bc-slategray-darker-80,
.hover-bc-slategray-darker-80:hover,
.focus-bc-slategray-darker-80:focus {
  border-color: rgba(16, 44, 69, 0.8) !important
}

.border-slategray-darker-80 {
  border: 1px solid rgba(16, 44, 69, 0.8) !important
}

.bc-slategray-dark-80,
.hover-bc-slategray-dark-80:hover,
.focus-bc-slategray-dark-80:focus {
  border-color: rgba(47, 80, 112, 0.8) !important
}

.border-slategray-dark-80 {
  border: 1px solid rgba(47, 80, 112, 0.8) !important
}

.bc-slategray-80,
.hover-bc-slategray-80:hover,
.focus-bc-slategray-80:focus {
  border-color: rgba(81, 116, 149, 0.8) !important
}

.border-slategray-80 {
  border: 1px solid rgba(81, 116, 149, 0.8) !important
}

.bc-slategray-light-80,
.hover-bc-slategray-light-80:hover,
.focus-bc-slategray-light-80:focus {
  border-color: rgba(150, 177, 203, 0.8) !important
}

.border-slategray-light-80 {
  border: 1px solid rgba(150, 177, 203, 0.8) !important
}

.bc-slategray-lighter-80,
.hover-bc-slategray-lighter-80:hover,
.focus-bc-slategray-lighter-80:focus {
  border-color: rgba(208, 220, 231, 0.8) !important
}

.border-slategray-lighter-80 {
  border: 1px solid rgba(208, 220, 231, 0.8) !important
}

.bc-slategray-lightest-80,
.hover-bc-slategray-lightest-80:hover,
.focus-bc-slategray-lightest-80:focus {
  border-color: rgba(242, 245, 247, 0.8) !important
}

.border-slategray-lightest-80 {
  border: 1px solid rgba(242, 245, 247, 0.8) !important
}

.bc-gray-darkest-80,
.hover-bc-gray-darkest-80:hover,
.focus-bc-gray-darkest-80:focus {
  border-color: rgba(54, 69, 79, 0.8) !important
}

.border-gray-darkest-80 {
  border: 1px solid rgba(54, 69, 79, 0.8) !important
}

.bc-gray-darker-80,
.hover-bc-gray-darker-80:hover,
.focus-bc-gray-darker-80:focus {
  border-color: rgba(70, 89, 102, 0.8) !important
}

.border-gray-darker-80 {
  border: 1px solid rgba(70, 89, 102, 0.8) !important
}

.bc-gray-dark-80,
.hover-bc-gray-dark-80:hover,
.focus-bc-gray-dark-80:focus {
  border-color: rgba(86, 110, 126, 0.8) !important
}

.border-gray-dark-80 {
  border: 1px solid rgba(86, 110, 126, 0.8) !important
}

.bc-gray-80,
.hover-bc-gray-80:hover,
.focus-bc-gray-80:focus {
  border-color: rgba(102, 130, 149, 0.8) !important
}

.border-gray-80 {
  border: 1px solid rgba(102, 130, 149, 0.8) !important
}

.bc-gray-light-80,
.hover-bc-gray-light-80:hover,
.focus-bc-gray-light-80:focus {
  border-color: rgba(183, 196, 205, 0.8) !important
}

.border-gray-light-80 {
  border: 1px solid rgba(183, 196, 205, 0.8) !important
}

.bc-gray-lighter-80,
.hover-bc-gray-lighter-80:hover,
.focus-bc-gray-lighter-80:focus {
  border-color: rgba(228, 232, 235, 0.8) !important
}

.border-gray-lighter-80 {
  border: 1px solid rgba(228, 232, 235, 0.8) !important
}

.bc-gray-lightest-80,
.hover-bc-gray-lightest-80:hover,
.focus-bc-gray-lightest-80:focus {
  border-color: rgba(238, 241, 245, 0.8) !important
}

.border-gray-lightest-80 {
  border: 1px solid rgba(238, 241, 245, 0.8) !important
}

.bc-black-90,
.hover-bc-black-90:hover,
.focus-bc-black-90:focus {
  border-color: rgba(0, 0, 0, 0.9) !important
}

.border-black-90 {
  border: 1px solid rgba(0, 0, 0, 0.9) !important
}

.bc-white-90,
.hover-bc-white-90:hover,
.focus-bc-white-90:focus {
  border-color: rgba(255, 255, 255, 0.9) !important
}

.border-white-90 {
  border: 1px solid rgba(255, 255, 255, 0.9) !important
}

.bc-transparent-90,
.hover-bc-transparent-90:hover,
.focus-bc-transparent-90:focus {
  border-color: rgba(0, 0, 0, 0) !important
}

.border-transparent-90 {
  border: 1px solid rgba(0, 0, 0, 0) !important
}

.bc-blue-darkest-90,
.hover-bc-blue-darkest-90:hover,
.focus-bc-blue-darkest-90:focus {
  border-color: rgba(2, 48, 93, 0.9) !important
}

.border-blue-darkest-90 {
  border: 1px solid rgba(2, 48, 93, 0.9) !important
}

.bc-blue-darker-90,
.hover-bc-blue-darker-90:hover,
.focus-bc-blue-darker-90:focus {
  border-color: rgba(26, 93, 158, 0.9) !important
}

.border-blue-darker-90 {
  border: 1px solid rgba(26, 93, 158, 0.9) !important
}

.bc-blue-dark-90,
.hover-bc-blue-dark-90:hover,
.focus-bc-blue-dark-90:focus {
  border-color: rgba(23, 115, 206, 0.9) !important
}

.border-blue-dark-90 {
  border: 1px solid rgba(23, 115, 206, 0.9) !important
}

.bc-blue-90,
.hover-bc-blue-90:hover,
.focus-bc-blue-90:focus {
  border-color: rgba(64, 158, 255, 0.9) !important
}

.border-blue-90 {
  border: 1px solid rgba(64, 158, 255, 0.9) !important
}

.bc-blue-light-90,
.hover-bc-blue-light-90:hover,
.focus-bc-blue-light-90:focus {
  border-color: rgba(101, 178, 255, 0.9) !important
}

.border-blue-light-90 {
  border: 1px solid rgba(101, 178, 255, 0.9) !important
}

.bc-blue-lighter-90,
.hover-bc-blue-lighter-90:hover,
.focus-bc-blue-lighter-90:focus {
  border-color: rgba(179, 217, 255, 0.9) !important
}

.border-blue-lighter-90 {
  border: 1px solid rgba(179, 217, 255, 0.9) !important
}

.bc-blue-lightest-90,
.hover-bc-blue-lightest-90:hover,
.focus-bc-blue-lightest-90:focus {
  border-color: rgba(236, 245, 255, 0.9) !important
}

.border-blue-lightest-90 {
  border: 1px solid rgba(236, 245, 255, 0.9) !important
}

.bc-indigo-darkest-90,
.hover-bc-indigo-darkest-90:hover,
.focus-bc-indigo-darkest-90:focus {
  border-color: rgba(39, 32, 117, 0.9) !important
}

.border-indigo-darkest-90 {
  border: 1px solid rgba(39, 32, 117, 0.9) !important
}

.bc-indigo-darker-90,
.hover-bc-indigo-darker-90:hover,
.focus-bc-indigo-darker-90:focus {
  border-color: rgba(51, 42, 153, 0.9) !important
}

.border-indigo-darker-90 {
  border: 1px solid rgba(51, 42, 153, 0.9) !important
}

.bc-indigo-dark-90,
.hover-bc-indigo-dark-90:hover,
.focus-bc-indigo-dark-90:focus {
  border-color: rgba(63, 51, 189, 0.9) !important
}

.border-indigo-dark-90 {
  border: 1px solid rgba(63, 51, 189, 0.9) !important
}

.bc-indigo-90,
.hover-bc-indigo-90:hover,
.focus-bc-indigo-90:focus {
  border-color: rgba(90, 79, 207, 0.9) !important
}

.border-indigo-90 {
  border: 1px solid rgba(90, 79, 207, 0.9) !important
}

.bc-indigo-light-90,
.hover-bc-indigo-light-90:hover,
.focus-bc-indigo-light-90:focus {
  border-color: rgba(131, 122, 230, 0.9) !important
}

.border-indigo-light-90 {
  border: 1px solid rgba(131, 122, 230, 0.9) !important
}

.bc-indigo-lighter-90,
.hover-bc-indigo-lighter-90:hover,
.focus-bc-indigo-lighter-90:focus {
  border-color: rgba(194, 189, 246, 0.9) !important
}

.border-indigo-lighter-90 {
  border: 1px solid rgba(194, 189, 246, 0.9) !important
}

.bc-indigo-lightest-90,
.hover-bc-indigo-lightest-90:hover,
.focus-bc-indigo-lightest-90:focus {
  border-color: rgba(240, 238, 255, 0.9) !important
}

.border-indigo-lightest-90 {
  border: 1px solid rgba(240, 238, 255, 0.9) !important
}

.bc-purple-darkest-90,
.hover-bc-purple-darkest-90:hover,
.focus-bc-purple-darkest-90:focus {
  border-color: rgba(61, 6, 95, 0.9) !important
}

.border-purple-darkest-90 {
  border: 1px solid rgba(61, 6, 95, 0.9) !important
}

.bc-purple-darker-90,
.hover-bc-purple-darker-90:hover,
.focus-bc-purple-darker-90:focus {
  border-color: rgba(96, 10, 151, 0.9) !important
}

.border-purple-darker-90 {
  border: 1px solid rgba(96, 10, 151, 0.9) !important
}

.bc-purple-dark-90,
.hover-bc-purple-dark-90:hover,
.focus-bc-purple-dark-90:focus {
  border-color: rgba(132, 13, 206, 0.9) !important
}

.border-purple-dark-90 {
  border: 1px solid rgba(132, 13, 206, 0.9) !important
}

.bc-purple-90,
.hover-bc-purple-90:hover,
.focus-bc-purple-90:focus {
  border-color: rgba(170, 56, 242, 0.9) !important
}

.border-purple-90 {
  border: 1px solid rgba(170, 56, 242, 0.9) !important
}

.bc-purple-light-90,
.hover-bc-purple-light-90:hover,
.focus-bc-purple-light-90:focus {
  border-color: rgba(204, 136, 247, 0.9) !important
}

.border-purple-light-90 {
  border: 1px solid rgba(204, 136, 247, 0.9) !important
}

.bc-purple-lighter-90,
.hover-bc-purple-lighter-90:hover,
.focus-bc-purple-lighter-90:focus {
  border-color: rgba(233, 203, 252, 0.9) !important
}

.border-purple-lighter-90 {
  border: 1px solid rgba(233, 203, 252, 0.9) !important
}

.bc-purple-lightest-90,
.hover-bc-purple-lightest-90:hover,
.focus-bc-purple-lightest-90:focus {
  border-color: rgba(249, 240, 254, 0.9) !important
}

.border-purple-lightest-90 {
  border: 1px solid rgba(249, 240, 254, 0.9) !important
}

.bc-pink-darkest-90,
.hover-bc-pink-darkest-90:hover,
.focus-bc-pink-darkest-90:focus {
  border-color: rgba(88, 0, 32, 0.9) !important
}

.border-pink-darkest-90 {
  border: 1px solid rgba(88, 0, 32, 0.9) !important
}

.bc-pink-darker-90,
.hover-bc-pink-darker-90:hover,
.focus-bc-pink-darker-90:focus {
  border-color: rgba(147, 0, 54, 0.9) !important
}

.border-pink-darker-90 {
  border: 1px solid rgba(147, 0, 54, 0.9) !important
}

.bc-pink-dark-90,
.hover-bc-pink-dark-90:hover,
.focus-bc-pink-dark-90:focus {
  border-color: rgba(201, 54, 108, 0.9) !important
}

.border-pink-dark-90 {
  border: 1px solid rgba(201, 54, 108, 0.9) !important
}

.bc-pink-90,
.hover-bc-pink-90:hover,
.focus-bc-pink-90:focus {
  border-color: rgba(240, 101, 151, 0.9) !important
}

.border-pink-90 {
  border: 1px solid rgba(240, 101, 151, 0.9) !important
}

.bc-pink-light-90,
.hover-bc-pink-light-90:hover,
.focus-bc-pink-light-90:focus {
  border-color: rgba(245, 142, 180, 0.9) !important
}

.border-pink-light-90 {
  border: 1px solid rgba(245, 142, 180, 0.9) !important
}

.bc-pink-lighter-90,
.hover-bc-pink-lighter-90:hover,
.focus-bc-pink-lighter-90:focus {
  border-color: rgba(255, 205, 223, 0.9) !important
}

.border-pink-lighter-90 {
  border: 1px solid rgba(255, 205, 223, 0.9) !important
}

.bc-pink-lightest-90,
.hover-bc-pink-lightest-90:hover,
.focus-bc-pink-lightest-90:focus {
  border-color: rgba(255, 235, 242, 0.9) !important
}

.border-pink-lightest-90 {
  border: 1px solid rgba(255, 235, 242, 0.9) !important
}

.bc-red-darkest-90,
.hover-bc-red-darkest-90:hover,
.focus-bc-red-darkest-90:focus {
  border-color: rgba(117, 14, 18, 0.9) !important
}

.border-red-darkest-90 {
  border: 1px solid rgba(117, 14, 18, 0.9) !important
}

.bc-red-darker-90,
.hover-bc-red-darker-90:hover,
.focus-bc-red-darker-90:focus {
  border-color: rgba(169, 21, 26, 0.9) !important
}

.border-red-darker-90 {
  border: 1px solid rgba(169, 21, 26, 0.9) !important
}

.bc-red-dark-90,
.hover-bc-red-dark-90:hover,
.focus-bc-red-dark-90:focus {
  border-color: rgba(204, 25, 31, 0.9) !important
}

.border-red-dark-90 {
  border: 1px solid rgba(204, 25, 31, 0.9) !important
}

.bc-red-90,
.hover-bc-red-90:hover,
.focus-bc-red-90:focus {
  border-color: rgba(231, 57, 63, 0.9) !important
}

.border-red-90 {
  border: 1px solid rgba(231, 57, 63, 0.9) !important
}

.bc-red-light-90,
.hover-bc-red-light-90:hover,
.focus-bc-red-light-90:focus {
  border-color: rgba(237, 109, 114, 0.9) !important
}

.border-red-light-90 {
  border: 1px solid rgba(237, 109, 114, 0.9) !important
}

.bc-red-lighter-90,
.hover-bc-red-lighter-90:hover,
.focus-bc-red-lighter-90:focus {
  border-color: rgba(248, 197, 199, 0.9) !important
}

.border-red-lighter-90 {
  border: 1px solid rgba(248, 197, 199, 0.9) !important
}

.bc-red-lightest-90,
.hover-bc-red-lightest-90:hover,
.focus-bc-red-lightest-90:focus {
  border-color: rgba(252, 232, 232, 0.9) !important
}

.border-red-lightest-90 {
  border: 1px solid rgba(252, 232, 232, 0.9) !important
}

.bc-orange-darkest-90,
.hover-bc-orange-darkest-90:hover,
.focus-bc-orange-darkest-90:focus {
  border-color: rgba(133, 67, 0, 0.9) !important
}

.border-orange-darkest-90 {
  border: 1px solid rgba(133, 67, 0, 0.9) !important
}

.bc-orange-darker-90,
.hover-bc-orange-darker-90:hover,
.focus-bc-orange-darker-90:focus {
  border-color: rgba(192, 96, 0, 0.9) !important
}

.border-orange-darker-90 {
  border: 1px solid rgba(192, 96, 0, 0.9) !important
}

.bc-orange-dark-90,
.hover-bc-orange-dark-90:hover,
.focus-bc-orange-dark-90:focus {
  border-color: rgba(231, 116, 0, 0.9) !important
}

.border-orange-dark-90 {
  border: 1px solid rgba(231, 116, 0, 0.9) !important
}

.bc-orange-90,
.hover-bc-orange-90:hover,
.focus-bc-orange-90:focus {
  border-color: rgba(255, 135, 16, 0.9) !important
}

.border-orange-90 {
  border: 1px solid rgba(255, 135, 16, 0.9) !important
}

.bc-orange-light-90,
.hover-bc-orange-light-90:hover,
.focus-bc-orange-light-90:focus {
  border-color: rgba(255, 184, 114, 0.9) !important
}

.border-orange-light-90 {
  border: 1px solid rgba(255, 184, 114, 0.9) !important
}

.bc-orange-lighter-90,
.hover-bc-orange-lighter-90:hover,
.focus-bc-orange-lighter-90:focus {
  border-color: rgba(255, 224, 192, 0.9) !important
}

.border-orange-lighter-90 {
  border: 1px solid rgba(255, 224, 192, 0.9) !important
}

.bc-orange-lightest-90,
.hover-bc-orange-lightest-90:hover,
.focus-bc-orange-lightest-90:focus {
  border-color: rgba(255, 243, 231, 0.9) !important
}

.border-orange-lightest-90 {
  border: 1px solid rgba(255, 243, 231, 0.9) !important
}

.bc-yellow-darkest-90,
.hover-bc-yellow-darkest-90:hover,
.focus-bc-yellow-darkest-90:focus {
  border-color: rgba(106, 85, 2, 0.9) !important
}

.border-yellow-darkest-90 {
  border: 1px solid rgba(106, 85, 2, 0.9) !important
}

.bc-yellow-darker-90,
.hover-bc-yellow-darker-90:hover,
.focus-bc-yellow-darker-90:focus {
  border-color: rgba(183, 147, 3, 0.9) !important
}

.border-yellow-darker-90 {
  border: 1px solid rgba(183, 147, 3, 0.9) !important
}

.bc-yellow-dark-90,
.hover-bc-yellow-dark-90:hover,
.focus-bc-yellow-dark-90:focus {
  border-color: rgba(221, 177, 4, 0.9) !important
}

.border-yellow-dark-90 {
  border: 1px solid rgba(221, 177, 4, 0.9) !important
}

.bc-yellow-90,
.hover-bc-yellow-90:hover,
.focus-bc-yellow-90:focus {
  border-color: rgba(250, 203, 14, 0.9) !important
}

.border-yellow-90 {
  border: 1px solid rgba(250, 203, 14, 0.9) !important
}

.bc-yellow-light-90,
.hover-bc-yellow-light-90:hover,
.focus-bc-yellow-light-90:focus {
  border-color: rgba(253, 228, 130, 0.9) !important
}

.border-yellow-light-90 {
  border: 1px solid rgba(253, 228, 130, 0.9) !important
}

.bc-yellow-lighter-90,
.hover-bc-yellow-lighter-90:hover,
.focus-bc-yellow-lighter-90:focus {
  border-color: rgba(254, 240, 188, 0.9) !important
}

.border-yellow-lighter-90 {
  border: 1px solid rgba(254, 240, 188, 0.9) !important
}

.bc-yellow-lightest-90,
.hover-bc-yellow-lightest-90:hover,
.focus-bc-yellow-lightest-90:focus {
  border-color: rgba(254, 247, 219, 0.9) !important
}

.border-yellow-lightest-90 {
  border: 1px solid rgba(254, 247, 219, 0.9) !important
}

.bc-pear-darkest-90,
.hover-bc-pear-darkest-90:hover,
.focus-bc-pear-darkest-90:focus {
  border-color: rgba(79, 86, 12, 0.9) !important
}

.border-pear-darkest-90 {
  border: 1px solid rgba(79, 86, 12, 0.9) !important
}

.bc-pear-darker-90,
.hover-bc-pear-darker-90:hover,
.focus-bc-pear-darker-90:focus {
  border-color: rgba(127, 138, 19, 0.9) !important
}

.border-pear-darker-90 {
  border: 1px solid rgba(127, 138, 19, 0.9) !important
}

.bc-pear-dark-90,
.hover-bc-pear-dark-90:hover,
.focus-bc-pear-dark-90:focus {
  border-color: rgba(158, 172, 24, 0.9) !important
}

.border-pear-dark-90 {
  border: 1px solid rgba(158, 172, 24, 0.9) !important
}

.bc-pear-90,
.hover-bc-pear-90:hover,
.focus-bc-pear-90:focus {
  border-color: rgba(190, 207, 29, 0.9) !important
}

.border-pear-90 {
  border: 1px solid rgba(190, 207, 29, 0.9) !important
}

.bc-pear-light-90,
.hover-bc-pear-light-90:hover,
.focus-bc-pear-light-90:focus {
  border-color: rgba(221, 233, 101, 0.9) !important
}

.border-pear-light-90 {
  border: 1px solid rgba(221, 233, 101, 0.9) !important
}

.bc-pear-lighter-90,
.hover-bc-pear-lighter-90:hover,
.focus-bc-pear-lighter-90:focus {
  border-color: rgba(244, 248, 204, 0.9) !important
}

.border-pear-lighter-90 {
  border: 1px solid rgba(244, 248, 204, 0.9) !important
}

.bc-pear-lightest-90,
.hover-bc-pear-lightest-90:hover,
.focus-bc-pear-lightest-90:focus {
  border-color: rgba(251, 253, 238, 0.9) !important
}

.border-pear-lightest-90 {
  border: 1px solid rgba(251, 253, 238, 0.9) !important
}

.bc-green-darkest-90,
.hover-bc-green-darkest-90:hover,
.focus-bc-green-darkest-90:focus {
  border-color: rgba(32, 97, 32, 0.9) !important
}

.border-green-darkest-90 {
  border: 1px solid rgba(32, 97, 32, 0.9) !important
}

.bc-green-darker-90,
.hover-bc-green-darker-90:hover,
.focus-bc-green-darker-90:focus {
  border-color: rgba(47, 141, 47, 0.9) !important
}

.border-green-darker-90 {
  border: 1px solid rgba(47, 141, 47, 0.9) !important
}

.bc-green-dark-90,
.hover-bc-green-dark-90:hover,
.focus-bc-green-dark-90:focus {
  border-color: rgba(57, 171, 57, 0.9) !important
}

.border-green-dark-90 {
  border: 1px solid rgba(57, 171, 57, 0.9) !important
}

.bc-green-90,
.hover-bc-green-90:hover,
.focus-bc-green-90:focus {
  border-color: rgba(73, 194, 73, 0.9) !important
}

.border-green-90 {
  border: 1px solid rgba(73, 194, 73, 0.9) !important
}

.bc-green-light-90,
.hover-bc-green-light-90:hover,
.focus-bc-green-light-90:focus {
  border-color: rgba(137, 224, 137, 0.9) !important
}

.border-green-light-90 {
  border: 1px solid rgba(137, 224, 137, 0.9) !important
}

.bc-green-lighter-90,
.hover-bc-green-lighter-90:hover,
.focus-bc-green-lighter-90:focus {
  border-color: rgba(220, 243, 220, 0.9) !important
}

.border-green-lighter-90 {
  border: 1px solid rgba(220, 243, 220, 0.9) !important
}

.bc-green-lightest-90,
.hover-bc-green-lightest-90:hover,
.focus-bc-green-lightest-90:focus {
  border-color: rgba(234, 248, 234, 0.9) !important
}

.border-green-lightest-90 {
  border: 1px solid rgba(234, 248, 234, 0.9) !important
}

.bc-mint-darkest-90,
.hover-bc-mint-darkest-90:hover,
.focus-bc-mint-darkest-90:focus {
  border-color: rgba(19, 107, 68, 0.9) !important
}

.border-mint-darkest-90 {
  border: 1px solid rgba(19, 107, 68, 0.9) !important
}

.bc-mint-darker-90,
.hover-bc-mint-darker-90:hover,
.focus-bc-mint-darker-90:focus {
  border-color: rgba(29, 165, 105, 0.9) !important
}

.border-mint-darker-90 {
  border: 1px solid rgba(29, 165, 105, 0.9) !important
}

.bc-mint-dark-90,
.hover-bc-mint-dark-90:hover,
.focus-bc-mint-dark-90:focus {
  border-color: rgba(35, 198, 126, 0.9) !important
}

.border-mint-dark-90 {
  border: 1px solid rgba(35, 198, 126, 0.9) !important
}

.bc-mint-90,
.hover-bc-mint-90:hover,
.focus-bc-mint-90:focus {
  border-color: rgba(53, 219, 146, 0.9) !important
}

.border-mint-90 {
  border: 1px solid rgba(53, 219, 146, 0.9) !important
}

.bc-mint-light-90,
.hover-bc-mint-light-90:hover,
.focus-bc-mint-light-90:focus {
  border-color: rgba(137, 234, 191, 0.9) !important
}

.border-mint-light-90 {
  border: 1px solid rgba(137, 234, 191, 0.9) !important
}

.bc-mint-lighter-90,
.hover-bc-mint-lighter-90:hover,
.focus-bc-mint-lighter-90:focus {
  border-color: rgba(220, 249, 236, 0.9) !important
}

.border-mint-lighter-90 {
  border: 1px solid rgba(220, 249, 236, 0.9) !important
}

.bc-mint-lightest-90,
.hover-bc-mint-lightest-90:hover,
.focus-bc-mint-lightest-90:focus {
  border-color: rgba(242, 252, 247, 0.9) !important
}

.border-mint-lightest-90 {
  border: 1px solid rgba(242, 252, 247, 0.9) !important
}

.bc-teal-darkest-90,
.hover-bc-teal-darkest-90:hover,
.focus-bc-teal-darkest-90:focus {
  border-color: rgba(34, 89, 96, 0.9) !important
}

.border-teal-darkest-90 {
  border: 1px solid rgba(34, 89, 96, 0.9) !important
}

.bc-teal-darker-90,
.hover-bc-teal-darker-90:hover,
.focus-bc-teal-darker-90:focus {
  border-color: rgba(45, 116, 125, 0.9) !important
}

.border-teal-darker-90 {
  border: 1px solid rgba(45, 116, 125, 0.9) !important
}

.bc-teal-dark-90,
.hover-bc-teal-dark-90:hover,
.focus-bc-teal-dark-90:focus {
  border-color: rgba(55, 142, 153, 0.9) !important
}

.border-teal-dark-90 {
  border: 1px solid rgba(55, 142, 153, 0.9) !important
}

.bc-teal-90,
.hover-bc-teal-90:hover,
.focus-bc-teal-90:focus {
  border-color: rgba(66, 169, 182, 0.9) !important
}

.border-teal-90 {
  border: 1px solid rgba(66, 169, 182, 0.9) !important
}

.bc-teal-light-90,
.hover-bc-teal-light-90:hover,
.focus-bc-teal-light-90:focus {
  border-color: rgba(149, 209, 217, 0.9) !important
}

.border-teal-light-90 {
  border: 1px solid rgba(149, 209, 217, 0.9) !important
}

.bc-teal-lighter-90,
.hover-bc-teal-lighter-90:hover,
.focus-bc-teal-lighter-90:focus {
  border-color: rgba(221, 240, 243, 0.9) !important
}

.border-teal-lighter-90 {
  border: 1px solid rgba(221, 240, 243, 0.9) !important
}

.bc-teal-lightest-90,
.hover-bc-teal-lightest-90:hover,
.focus-bc-teal-lightest-90:focus {
  border-color: rgba(237, 249, 250, 0.9) !important
}

.border-teal-lightest-90 {
  border: 1px solid rgba(237, 249, 250, 0.9) !important
}

.bc-wine-darkest-90,
.hover-bc-wine-darkest-90:hover,
.focus-bc-wine-darkest-90:focus {
  border-color: rgba(72, 30, 35, 0.9) !important
}

.border-wine-darkest-90 {
  border: 1px solid rgba(72, 30, 35, 0.9) !important
}

.bc-wine-darker-90,
.hover-bc-wine-darker-90:hover,
.focus-bc-wine-darker-90:focus {
  border-color: rgba(114, 47, 55, 0.9) !important
}

.border-wine-darker-90 {
  border: 1px solid rgba(114, 47, 55, 0.9) !important
}

.bc-wine-dark-90,
.hover-bc-wine-dark-90:hover,
.focus-bc-wine-dark-90:focus {
  border-color: rgba(142, 58, 68, 0.9) !important
}

.border-wine-dark-90 {
  border: 1px solid rgba(142, 58, 68, 0.9) !important
}

.bc-wine-90,
.hover-bc-wine-90:hover,
.focus-bc-wine-90:focus {
  border-color: rgba(170, 70, 82, 0.9) !important
}

.border-wine-90 {
  border: 1px solid rgba(170, 70, 82, 0.9) !important
}

.bc-wine-light-90,
.hover-bc-wine-light-90:hover,
.focus-bc-wine-light-90:focus {
  border-color: rgba(210, 147, 154, 0.9) !important
}

.border-wine-light-90 {
  border: 1px solid rgba(210, 147, 154, 0.9) !important
}

.bc-wine-lighter-90,
.hover-bc-wine-lighter-90:hover,
.focus-bc-wine-lighter-90:focus {
  border-color: rgba(239, 216, 219, 0.9) !important
}

.border-wine-lighter-90 {
  border: 1px solid rgba(239, 216, 219, 0.9) !important
}

.bc-wine-lightest-90,
.hover-bc-wine-lightest-90:hover,
.focus-bc-wine-lightest-90:focus {
  border-color: rgba(250, 243, 244, 0.9) !important
}

.border-wine-lightest-90 {
  border: 1px solid rgba(250, 243, 244, 0.9) !important
}

.bc-brown-darkest-90,
.hover-bc-brown-darkest-90:hover,
.focus-bc-brown-darkest-90:focus {
  border-color: rgba(61, 47, 43, 0.9) !important
}

.border-brown-darkest-90 {
  border: 1px solid rgba(61, 47, 43, 0.9) !important
}

.bc-brown-darker-90,
.hover-bc-brown-darker-90:hover,
.focus-bc-brown-darker-90:focus {
  border-color: rgba(84, 65, 59, 0.9) !important
}

.border-brown-darker-90 {
  border: 1px solid rgba(84, 65, 59, 0.9) !important
}

.bc-brown-dark-90,
.hover-bc-brown-dark-90:hover,
.focus-bc-brown-dark-90:focus {
  border-color: rgba(107, 83, 76, 0.9) !important
}

.border-brown-dark-90 {
  border: 1px solid rgba(107, 83, 76, 0.9) !important
}

.bc-brown-90,
.hover-bc-brown-90:hover,
.focus-bc-brown-90:focus {
  border-color: rgba(141, 109, 100, 0.9) !important
}

.border-brown-90 {
  border: 1px solid rgba(141, 109, 100, 0.9) !important
}

.bc-brown-light-90,
.hover-bc-brown-light-90:hover,
.focus-bc-brown-light-90:focus {
  border-color: rgba(200, 183, 178, 0.9) !important
}

.border-brown-light-90 {
  border: 1px solid rgba(200, 183, 178, 0.9) !important
}

.bc-brown-lighter-90,
.hover-bc-brown-lighter-90:hover,
.focus-bc-brown-lighter-90:focus {
  border-color: rgba(233, 226, 224, 0.9) !important
}

.border-brown-lighter-90 {
  border: 1px solid rgba(233, 226, 224, 0.9) !important
}

.bc-brown-lightest-90,
.hover-bc-brown-lightest-90:hover,
.focus-bc-brown-lightest-90:focus {
  border-color: rgba(255, 249, 247, 0.9) !important
}

.border-brown-lightest-90 {
  border: 1px solid rgba(255, 249, 247, 0.9) !important
}

.bc-almond-darkest-90,
.hover-bc-almond-darkest-90:hover,
.focus-bc-almond-darkest-90:focus {
  border-color: rgba(99, 65, 32, 0.9) !important
}

.border-almond-darkest-90 {
  border: 1px solid rgba(99, 65, 32, 0.9) !important
}

.bc-almond-darker-90,
.hover-bc-almond-darker-90:hover,
.focus-bc-almond-darker-90:focus {
  border-color: rgba(138, 91, 44, 0.9) !important
}

.border-almond-darker-90 {
  border: 1px solid rgba(138, 91, 44, 0.9) !important
}

.bc-almond-dark-90,
.hover-bc-almond-dark-90:hover,
.focus-bc-almond-dark-90:focus {
  border-color: rgba(173, 114, 55, 0.9) !important
}

.border-almond-dark-90 {
  border: 1px solid rgba(173, 114, 55, 0.9) !important
}

.bc-almond-90,
.hover-bc-almond-90:hover,
.focus-bc-almond-90:focus {
  border-color: rgba(196, 134, 71, 0.9) !important
}

.border-almond-90 {
  border: 1px solid rgba(196, 134, 71, 0.9) !important
}

.bc-almond-light-90,
.hover-bc-almond-light-90:hover,
.focus-bc-almond-light-90:focus {
  border-color: rgba(220, 183, 146, 0.9) !important
}

.border-almond-light-90 {
  border: 1px solid rgba(220, 183, 146, 0.9) !important
}

.bc-almond-lighter-90,
.hover-bc-almond-lighter-90:hover,
.focus-bc-almond-lighter-90:focus {
  border-color: rgba(239, 222, 205, 0.9) !important
}

.border-almond-lighter-90 {
  border: 1px solid rgba(239, 222, 205, 0.9) !important
}

.bc-almond-lightest-90,
.hover-bc-almond-lightest-90:hover,
.focus-bc-almond-lightest-90:focus {
  border-color: rgba(249, 240, 232, 0.9) !important
}

.border-almond-lightest-90 {
  border: 1px solid rgba(249, 240, 232, 0.9) !important
}

.bc-slategray-darkest-90,
.hover-bc-slategray-darkest-90:hover,
.focus-bc-slategray-darkest-90:focus {
  border-color: rgba(5, 25, 45, 0.9) !important
}

.border-slategray-darkest-90 {
  border: 1px solid rgba(5, 25, 45, 0.9) !important
}

.bc-slategray-darker-90,
.hover-bc-slategray-darker-90:hover,
.focus-bc-slategray-darker-90:focus {
  border-color: rgba(16, 44, 69, 0.9) !important
}

.border-slategray-darker-90 {
  border: 1px solid rgba(16, 44, 69, 0.9) !important
}

.bc-slategray-dark-90,
.hover-bc-slategray-dark-90:hover,
.focus-bc-slategray-dark-90:focus {
  border-color: rgba(47, 80, 112, 0.9) !important
}

.border-slategray-dark-90 {
  border: 1px solid rgba(47, 80, 112, 0.9) !important
}

.bc-slategray-90,
.hover-bc-slategray-90:hover,
.focus-bc-slategray-90:focus {
  border-color: rgba(81, 116, 149, 0.9) !important
}

.border-slategray-90 {
  border: 1px solid rgba(81, 116, 149, 0.9) !important
}

.bc-slategray-light-90,
.hover-bc-slategray-light-90:hover,
.focus-bc-slategray-light-90:focus {
  border-color: rgba(150, 177, 203, 0.9) !important
}

.border-slategray-light-90 {
  border: 1px solid rgba(150, 177, 203, 0.9) !important
}

.bc-slategray-lighter-90,
.hover-bc-slategray-lighter-90:hover,
.focus-bc-slategray-lighter-90:focus {
  border-color: rgba(208, 220, 231, 0.9) !important
}

.border-slategray-lighter-90 {
  border: 1px solid rgba(208, 220, 231, 0.9) !important
}

.bc-slategray-lightest-90,
.hover-bc-slategray-lightest-90:hover,
.focus-bc-slategray-lightest-90:focus {
  border-color: rgba(242, 245, 247, 0.9) !important
}

.border-slategray-lightest-90 {
  border: 1px solid rgba(242, 245, 247, 0.9) !important
}

.bc-gray-darkest-90,
.hover-bc-gray-darkest-90:hover,
.focus-bc-gray-darkest-90:focus {
  border-color: rgba(54, 69, 79, 0.9) !important
}

.border-gray-darkest-90 {
  border: 1px solid rgba(54, 69, 79, 0.9) !important
}

.bc-gray-darker-90,
.hover-bc-gray-darker-90:hover,
.focus-bc-gray-darker-90:focus {
  border-color: rgba(70, 89, 102, 0.9) !important
}

.border-gray-darker-90 {
  border: 1px solid rgba(70, 89, 102, 0.9) !important
}

.bc-gray-dark-90,
.hover-bc-gray-dark-90:hover,
.focus-bc-gray-dark-90:focus {
  border-color: rgba(86, 110, 126, 0.9) !important
}

.border-gray-dark-90 {
  border: 1px solid rgba(86, 110, 126, 0.9) !important
}

.bc-gray-90,
.hover-bc-gray-90:hover,
.focus-bc-gray-90:focus {
  border-color: rgba(102, 130, 149, 0.9) !important
}

.border-gray-90 {
  border: 1px solid rgba(102, 130, 149, 0.9) !important
}

.bc-gray-light-90,
.hover-bc-gray-light-90:hover,
.focus-bc-gray-light-90:focus {
  border-color: rgba(183, 196, 205, 0.9) !important
}

.border-gray-light-90 {
  border: 1px solid rgba(183, 196, 205, 0.9) !important
}

.bc-gray-lighter-90,
.hover-bc-gray-lighter-90:hover,
.focus-bc-gray-lighter-90:focus {
  border-color: rgba(228, 232, 235, 0.9) !important
}

.border-gray-lighter-90 {
  border: 1px solid rgba(228, 232, 235, 0.9) !important
}

.bc-gray-lightest-90,
.hover-bc-gray-lightest-90:hover,
.focus-bc-gray-lightest-90:focus {
  border-color: rgba(238, 241, 245, 0.9) !important
}

.border-gray-lightest-90 {
  border: 1px solid rgba(238, 241, 245, 0.9) !important
}

.border-t {
  border-top: 1px solid #E4E8EB
}

.border-r {
  border-right: 1px solid #E4E8EB
}

.border-b {
  border-bottom: 1px solid #E4E8EB
}

.border-l {
  border-left: 1px solid #E4E8EB
}

.border-none,
.hover-border-none:hover,
.focus-border-none:focus {
  border-style: none !important
}

.border-dotted,
.hover-border-dotted:hover,
.focus-border-dotted:focus {
  border-style: dotted !important
}

.border-dashed,
.hover-border-dashed:hover,
.focus-border-dashed:focus {
  border-style: dashed !important
}

.border-solid,
.hover-border-solid:hover,
.focus-border-solid:focus {
  border-style: solid !important
}

.border-double,
.hover-border-double:hover,
.focus-border-double:focus {
  border-style: double !important
}

@media (min-width: 576px) {
  .sm-border-none {
    border-style: none !important
  }

  .sm-border-dotted {
    border-style: dotted !important
  }

  .sm-border-dashed {
    border-style: dashed !important
  }

  .sm-border-solid {
    border-style: solid !important
  }

  .sm-border-double {
    border-style: double !important
  }
}

@media (min-width: 768px) {
  .md-border-none {
    border-style: none !important
  }

  .md-border-dotted {
    border-style: dotted !important
  }

  .md-border-dashed {
    border-style: dashed !important
  }

  .md-border-solid {
    border-style: solid !important
  }

  .md-border-double {
    border-style: double !important
  }
}

@media (min-width: 992px) {
  .lg-border-none {
    border-style: none !important
  }

  .lg-border-dotted {
    border-style: dotted !important
  }

  .lg-border-dashed {
    border-style: dashed !important
  }

  .lg-border-solid {
    border-style: solid !important
  }

  .lg-border-double {
    border-style: double !important
  }
}

@media (min-width: 1200px) {
  .xl-border-none {
    border-style: none !important
  }

  .xl-border-dotted {
    border-style: dotted !important
  }

  .xl-border-dashed {
    border-style: dashed !important
  }

  .xl-border-solid {
    border-style: solid !important
  }

  .xl-border-double {
    border-style: double !important
  }
}

.flex-row {
  flex-direction: row !important
}

.flex-column {
  flex-direction: column !important
}

.flex-row-reverse {
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  flex-direction: column-reverse !important
}

@media (min-width: 576px) {
  .sm-flex-row {
    flex-direction: row !important
  }

  .sm-flex-column {
    flex-direction: column !important
  }

  .sm-flex-row-reverse {
    flex-direction: row-reverse !important
  }

  .sm-flex-column-reverse {
    flex-direction: column-reverse !important
  }
}

@media (min-width: 768px) {
  .md-flex-row {
    flex-direction: row !important
  }

  .md-flex-column {
    flex-direction: column !important
  }

  .md-flex-row-reverse {
    flex-direction: row-reverse !important
  }

  .md-flex-column-reverse {
    flex-direction: column-reverse !important
  }
}

@media (min-width: 992px) {
  .lg-flex-row {
    flex-direction: row !important
  }

  .lg-flex-column {
    flex-direction: column !important
  }

  .lg-flex-row-reverse {
    flex-direction: row-reverse !important
  }

  .lg-flex-column-reverse {
    flex-direction: column-reverse !important
  }
}

@media (min-width: 1200px) {
  .xl-flex-row {
    flex-direction: row !important
  }

  .xl-flex-column {
    flex-direction: column !important
  }

  .xl-flex-row-reverse {
    flex-direction: row-reverse !important
  }

  .xl-flex-column-reverse {
    flex-direction: column-reverse !important
  }
}

.flex-wrap {
  flex-wrap: wrap !important
}

.flex-nowrap {
  flex-wrap: nowrap !important
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important
}

@media (min-width: 576px) {
  .sm-flex-wrap {
    flex-wrap: wrap !important
  }

  .sm-flex-nowrap {
    flex-wrap: nowrap !important
  }

  .sm-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }
}

@media (min-width: 768px) {
  .md-flex-wrap {
    flex-wrap: wrap !important
  }

  .md-flex-nowrap {
    flex-wrap: nowrap !important
  }

  .md-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }
}

@media (min-width: 992px) {
  .lg-flex-wrap {
    flex-wrap: wrap !important
  }

  .lg-flex-nowrap {
    flex-wrap: nowrap !important
  }

  .lg-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }
}

@media (min-width: 1200px) {
  .xl-flex-wrap {
    flex-wrap: wrap !important
  }

  .xl-flex-nowrap {
    flex-wrap: nowrap !important
  }

  .xl-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }
}

.justify-start {
  justify-content: flex-start !important
}

.justify-end {
  justify-content: flex-end !important
}

.justify-center {
  justify-content: center !important
}

.justify-between {
  justify-content: space-between !important
}

.justify-around {
  justify-content: space-around !important
}

@media (min-width: 576px) {
  .sm-justify-start {
    justify-content: flex-start !important
  }

  .sm-justify-end {
    justify-content: flex-end !important
  }

  .sm-justify-center {
    justify-content: center !important
  }

  .sm-justify-between {
    justify-content: space-between !important
  }

  .sm-justify-around {
    justify-content: space-around !important
  }
}

@media (min-width: 768px) {
  .md-justify-start {
    justify-content: flex-start !important
  }

  .md-justify-end {
    justify-content: flex-end !important
  }

  .md-justify-center {
    justify-content: center !important
  }

  .md-justify-between {
    justify-content: space-between !important
  }

  .md-justify-around {
    justify-content: space-around !important
  }
}

@media (min-width: 992px) {
  .lg-justify-start {
    justify-content: flex-start !important
  }

  .lg-justify-end {
    justify-content: flex-end !important
  }

  .lg-justify-center {
    justify-content: center !important
  }

  .lg-justify-between {
    justify-content: space-between !important
  }

  .lg-justify-around {
    justify-content: space-around !important
  }
}

@media (min-width: 1200px) {
  .xl-justify-start {
    justify-content: flex-start !important
  }

  .xl-justify-end {
    justify-content: flex-end !important
  }

  .xl-justify-center {
    justify-content: center !important
  }

  .xl-justify-between {
    justify-content: space-between !important
  }

  .xl-justify-around {
    justify-content: space-around !important
  }
}

.content-start {
  align-content: flex-start !important
}

.content-end {
  align-content: flex-end !important
}

.content-center {
  align-content: center !important
}

.content-between {
  align-content: space-between !important
}

.content-around {
  align-content: space-around !important
}

.content-stretch {
  align-content: stretch !important
}

@media (min-width: 576px) {
  .sm-content-start {
    align-content: flex-start !important
  }

  .sm-content-end {
    align-content: flex-end !important
  }

  .sm-content-center {
    align-content: center !important
  }

  .sm-content-between {
    align-content: space-between !important
  }

  .sm-content-around {
    align-content: space-around !important
  }

  .sm-content-stretch {
    align-content: stretch !important
  }
}

@media (min-width: 768px) {
  .md-content-start {
    align-content: flex-start !important
  }

  .md-content-end {
    align-content: flex-end !important
  }

  .md-content-center {
    align-content: center !important
  }

  .md-content-between {
    align-content: space-between !important
  }

  .md-content-around {
    align-content: space-around !important
  }

  .md-content-stretch {
    align-content: stretch !important
  }
}

@media (min-width: 992px) {
  .lg-content-start {
    align-content: flex-start !important
  }

  .lg-content-end {
    align-content: flex-end !important
  }

  .lg-content-center {
    align-content: center !important
  }

  .lg-content-between {
    align-content: space-between !important
  }

  .lg-content-around {
    align-content: space-around !important
  }

  .lg-content-stretch {
    align-content: stretch !important
  }
}

@media (min-width: 1200px) {
  .xl-content-start {
    align-content: flex-start !important
  }

  .xl-content-end {
    align-content: flex-end !important
  }

  .xl-content-center {
    align-content: center !important
  }

  .xl-content-between {
    align-content: space-between !important
  }

  .xl-content-around {
    align-content: space-around !important
  }

  .xl-content-stretch {
    align-content: stretch !important
  }
}

.items-start {
  align-items: flex-start !important
}

.items-end {
  align-items: flex-end !important
}

.items-center {
  align-items: center !important
}

.items-stretch {
  align-items: stretch !important
}

.items-baseline {
  align-items: baseline !important
}

@media (min-width: 576px) {
  .sm-items-start {
    align-items: flex-start !important
  }

  .sm-items-end {
    align-items: flex-end !important
  }

  .sm-items-center {
    align-items: center !important
  }

  .sm-items-stretch {
    align-items: stretch !important
  }

  .sm-items-baseline {
    align-items: baseline !important
  }
}

@media (min-width: 768px) {
  .md-items-start {
    align-items: flex-start !important
  }

  .md-items-end {
    align-items: flex-end !important
  }

  .md-items-center {
    align-items: center !important
  }

  .md-items-stretch {
    align-items: stretch !important
  }

  .md-items-baseline {
    align-items: baseline !important
  }
}

@media (min-width: 992px) {
  .lg-items-start {
    align-items: flex-start !important
  }

  .lg-items-end {
    align-items: flex-end !important
  }

  .lg-items-center {
    align-items: center !important
  }

  .lg-items-stretch {
    align-items: stretch !important
  }

  .lg-items-baseline {
    align-items: baseline !important
  }
}

@media (min-width: 1200px) {
  .xl-items-start {
    align-items: flex-start !important
  }

  .xl-items-end {
    align-items: flex-end !important
  }

  .xl-items-center {
    align-items: center !important
  }

  .xl-items-stretch {
    align-items: stretch !important
  }

  .xl-items-baseline {
    align-items: baseline !important
  }
}

.self-start {
  align-self: flex-start !important
}

.self-end {
  align-self: flex-end !important
}

.self-center {
  align-self: center !important
}

.self-stretch {
  align-self: stretch !important
}

.self-baseline {
  align-self: baseline !important
}

.self-auto {
  align-self: auto !important
}

@media (min-width: 576px) {
  .sm-self-start {
    align-self: flex-start !important
  }

  .sm-self-end {
    align-self: flex-end !important
  }

  .sm-self-center {
    align-self: center !important
  }

  .sm-self-stretch {
    align-self: stretch !important
  }

  .sm-self-baseline {
    align-self: baseline !important
  }

  .sm-self-auto {
    align-self: auto !important
  }
}

@media (min-width: 768px) {
  .md-self-start {
    align-self: flex-start !important
  }

  .md-self-end {
    align-self: flex-end !important
  }

  .md-self-center {
    align-self: center !important
  }

  .md-self-stretch {
    align-self: stretch !important
  }

  .md-self-baseline {
    align-self: baseline !important
  }

  .md-self-auto {
    align-self: auto !important
  }
}

@media (min-width: 992px) {
  .lg-self-start {
    align-self: flex-start !important
  }

  .lg-self-end {
    align-self: flex-end !important
  }

  .lg-self-center {
    align-self: center !important
  }

  .lg-self-stretch {
    align-self: stretch !important
  }

  .lg-self-baseline {
    align-self: baseline !important
  }

  .lg-self-auto {
    align-self: auto !important
  }
}

@media (min-width: 1200px) {
  .xl-self-start {
    align-self: flex-start !important
  }

  .xl-self-end {
    align-self: flex-end !important
  }

  .xl-self-center {
    align-self: center !important
  }

  .xl-self-stretch {
    align-self: stretch !important
  }

  .xl-self-baseline {
    align-self: baseline !important
  }

  .xl-self-auto {
    align-self: auto !important
  }
}

.order-first {
  order: -100 !important
}

.order-last {
  order: 100 !important
}

.order-0 {
  order: 0 !important
}

.order-1 {
  order: 1 !important
}

.order-2 {
  order: 2 !important
}

.order-3 {
  order: 3 !important
}

.order-4 {
  order: 4 !important
}

.order-5 {
  order: 5 !important
}

.order-6 {
  order: 6 !important
}

.order-7 {
  order: 7 !important
}

.order-8 {
  order: 8 !important
}

.order-9 {
  order: 9 !important
}

.order-10 {
  order: 10 !important
}

.order-11 {
  order: 11 !important
}

.order-12 {
  order: 12 !important
}

@media (min-width: 576px) {
  .sm-order-first {
    order: -100 !important
  }

  .sm-order-last {
    order: 100 !important
  }

  .sm-order-0 {
    order: 0 !important
  }

  .sm-order-1 {
    order: 1 !important
  }

  .sm-order-2 {
    order: 2 !important
  }

  .sm-order-3 {
    order: 3 !important
  }

  .sm-order-4 {
    order: 4 !important
  }

  .sm-order-5 {
    order: 5 !important
  }

  .sm-order-6 {
    order: 6 !important
  }

  .sm-order-7 {
    order: 7 !important
  }

  .sm-order-8 {
    order: 8 !important
  }

  .sm-order-9 {
    order: 9 !important
  }

  .sm-order-10 {
    order: 10 !important
  }

  .sm-order-11 {
    order: 11 !important
  }

  .sm-order-12 {
    order: 12 !important
  }
}

@media (min-width: 768px) {
  .md-order-first {
    order: -100 !important
  }

  .md-order-last {
    order: 100 !important
  }

  .md-order-0 {
    order: 0 !important
  }

  .md-order-1 {
    order: 1 !important
  }

  .md-order-2 {
    order: 2 !important
  }

  .md-order-3 {
    order: 3 !important
  }

  .md-order-4 {
    order: 4 !important
  }

  .md-order-5 {
    order: 5 !important
  }

  .md-order-6 {
    order: 6 !important
  }

  .md-order-7 {
    order: 7 !important
  }

  .md-order-8 {
    order: 8 !important
  }

  .md-order-9 {
    order: 9 !important
  }

  .md-order-10 {
    order: 10 !important
  }

  .md-order-11 {
    order: 11 !important
  }

  .md-order-12 {
    order: 12 !important
  }
}

@media (min-width: 992px) {
  .lg-order-first {
    order: -100 !important
  }

  .lg-order-last {
    order: 100 !important
  }

  .lg-order-0 {
    order: 0 !important
  }

  .lg-order-1 {
    order: 1 !important
  }

  .lg-order-2 {
    order: 2 !important
  }

  .lg-order-3 {
    order: 3 !important
  }

  .lg-order-4 {
    order: 4 !important
  }

  .lg-order-5 {
    order: 5 !important
  }

  .lg-order-6 {
    order: 6 !important
  }

  .lg-order-7 {
    order: 7 !important
  }

  .lg-order-8 {
    order: 8 !important
  }

  .lg-order-9 {
    order: 9 !important
  }

  .lg-order-10 {
    order: 10 !important
  }

  .lg-order-11 {
    order: 11 !important
  }

  .lg-order-12 {
    order: 12 !important
  }
}

@media (min-width: 1200px) {
  .xl-order-first {
    order: -100 !important
  }

  .xl-order-last {
    order: 100 !important
  }

  .xl-order-0 {
    order: 0 !important
  }

  .xl-order-1 {
    order: 1 !important
  }

  .xl-order-2 {
    order: 2 !important
  }

  .xl-order-3 {
    order: 3 !important
  }

  .xl-order-4 {
    order: 4 !important
  }

  .xl-order-5 {
    order: 5 !important
  }

  .xl-order-6 {
    order: 6 !important
  }

  .xl-order-7 {
    order: 7 !important
  }

  .xl-order-8 {
    order: 8 !important
  }

  .xl-order-9 {
    order: 9 !important
  }

  .xl-order-10 {
    order: 10 !important
  }

  .xl-order-11 {
    order: 11 !important
  }

  .xl-order-12 {
    order: 12 !important
  }
}

.flex-fill,
.flex-auto {
  flex: 1 1 auto !important
}

.flex-equal {
  flex: 1 1 0% !important
}

.flex-grow-0 {
  flex-grow: 0 !important
}

.flex-grow-1 {
  flex-grow: 1 !important
}

.flex-shrink-0 {
  flex-shrink: 0 !important
}

.flex-shrink-1 {
  flex-shrink: 1 !important
}

.flex-none {
  flex: 0 0 auto
}

.flex-initial {
  flex: 0 1 auto
}

.black,
.hover-black:hover {
  color: #000 !important
}

.white,
.hover-white:hover {
  color: #fff !important
}

.transparent,
.hover-transparent:hover {
  color: rgba(0, 0, 0, 0) !important
}

.blue-darkest,
.hover-blue-darkest:hover {
  color: #02305D !important
}

.blue-darker,
.hover-blue-darker:hover {
  color: #1A5D9E !important
}

.blue-dark,
.hover-blue-dark:hover {
  color: #1773CE !important
}

.blue,
.hover-blue:hover {
  color: #409EFF !important
}

.blue-light,
.hover-blue-light:hover {
  color: #65B2FF !important
}

.blue-lighter,
.hover-blue-lighter:hover {
  color: #B3D9FF !important
}

.blue-lightest,
.hover-blue-lightest:hover {
  color: #ECF5FF !important
}

.indigo-darkest,
.hover-indigo-darkest:hover {
  color: #272075 !important
}

.indigo-darker,
.hover-indigo-darker:hover {
  color: #332A99 !important
}

.indigo-dark,
.hover-indigo-dark:hover {
  color: #3F33BD !important
}

.indigo,
.hover-indigo:hover {
  color: #5A4FCF !important
}

.indigo-light,
.hover-indigo-light:hover {
  color: #837AE6 !important
}

.indigo-lighter,
.hover-indigo-lighter:hover {
  color: #C2BDF6 !important
}

.indigo-lightest,
.hover-indigo-lightest:hover {
  color: #F0EEFF !important
}

.purple-darkest,
.hover-purple-darkest:hover {
  color: #3D065F !important
}

.purple-darker,
.hover-purple-darker:hover {
  color: #600A97 !important
}

.purple-dark,
.hover-purple-dark:hover {
  color: #840DCE !important
}

.purple,
.hover-purple:hover {
  color: #AA38F2 !important
}

.purple-light,
.hover-purple-light:hover {
  color: #CC88F7 !important
}

.purple-lighter,
.hover-purple-lighter:hover {
  color: #E9CBFC !important
}

.purple-lightest,
.hover-purple-lightest:hover {
  color: #F9F0FE !important
}

.pink-darkest,
.hover-pink-darkest:hover {
  color: #580020 !important
}

.pink-darker,
.hover-pink-darker:hover {
  color: #930036 !important
}

.pink-dark,
.hover-pink-dark:hover {
  color: #C9366C !important
}

.pink,
.hover-pink:hover {
  color: #F06597 !important
}

.pink-light,
.hover-pink-light:hover {
  color: #F58EB4 !important
}

.pink-lighter,
.hover-pink-lighter:hover {
  color: #FFCDDF !important
}

.pink-lightest,
.hover-pink-lightest:hover {
  color: #FFEBF2 !important
}

.red-darkest,
.hover-red-darkest:hover {
  color: #750E12 !important
}

.red-darker,
.hover-red-darker:hover {
  color: #A9151A !important
}

.red-dark,
.hover-red-dark:hover {
  color: #CC191F !important
}

.red,
.hover-red:hover {
  color: #E7393F !important
}

.red-light,
.hover-red-light:hover {
  color: #ED6D72 !important
}

.red-lighter,
.hover-red-lighter:hover {
  color: #F8C5C7 !important
}

.red-lightest,
.hover-red-lightest:hover {
  color: #FCE8E8 !important
}

.orange-darkest,
.hover-orange-darkest:hover {
  color: #854300 !important
}

.orange-darker,
.hover-orange-darker:hover {
  color: #C06000 !important
}

.orange-dark,
.hover-orange-dark:hover {
  color: #E77400 !important
}

.orange,
.hover-orange:hover {
  color: #FF8710 !important
}

.orange-light,
.hover-orange-light:hover {
  color: #FFB872 !important
}

.orange-lighter,
.hover-orange-lighter:hover {
  color: #FFE0C0 !important
}

.orange-lightest,
.hover-orange-lightest:hover {
  color: #FFF3E7 !important
}

.yellow-darkest,
.hover-yellow-darkest:hover {
  color: #6A5502 !important
}

.yellow-darker,
.hover-yellow-darker:hover {
  color: #B79303 !important
}

.yellow-dark,
.hover-yellow-dark:hover {
  color: #DDB104 !important
}

.yellow,
.hover-yellow:hover {
  color: #FACB0E !important
}

.yellow-light,
.hover-yellow-light:hover {
  color: #FDE482 !important
}

.yellow-lighter,
.hover-yellow-lighter:hover {
  color: #FEF0BC !important
}

.yellow-lightest,
.hover-yellow-lightest:hover {
  color: #FEF7DB !important
}

.pear-darkest,
.hover-pear-darkest:hover {
  color: #4F560C !important
}

.pear-darker,
.hover-pear-darker:hover {
  color: #7F8A13 !important
}

.pear-dark,
.hover-pear-dark:hover {
  color: #9EAC18 !important
}

.pear,
.hover-pear:hover {
  color: #BECF1D !important
}

.pear-light,
.hover-pear-light:hover {
  color: #DDE965 !important
}

.pear-lighter,
.hover-pear-lighter:hover {
  color: #F4F8CC !important
}

.pear-lightest,
.hover-pear-lightest:hover {
  color: #FBFDEE !important
}

.green-darkest,
.hover-green-darkest:hover {
  color: #206120 !important
}

.green-darker,
.hover-green-darker:hover {
  color: #2F8D2F !important
}

.green-dark,
.hover-green-dark:hover {
  color: #39AB39 !important
}

.green,
.hover-green:hover {
  color: #49C249 !important
}

.green-light,
.hover-green-light:hover {
  color: #89E089 !important
}

.green-lighter,
.hover-green-lighter:hover {
  color: #DCF3DC !important
}

.green-lightest,
.hover-green-lightest:hover {
  color: #EAF8EA !important
}

.mint-darkest,
.hover-mint-darkest:hover {
  color: #136B44 !important
}

.mint-darker,
.hover-mint-darker:hover {
  color: #1DA569 !important
}

.mint-dark,
.hover-mint-dark:hover {
  color: #23C67E !important
}

.mint,
.hover-mint:hover {
  color: #35DB92 !important
}

.mint-light,
.hover-mint-light:hover {
  color: #89EABF !important
}

.mint-lighter,
.hover-mint-lighter:hover {
  color: #DCF9EC !important
}

.mint-lightest,
.hover-mint-lightest:hover {
  color: #F2FCF7 !important
}

.teal-darkest,
.hover-teal-darkest:hover {
  color: #225960 !important
}

.teal-darker,
.hover-teal-darker:hover {
  color: #2D747D !important
}

.teal-dark,
.hover-teal-dark:hover {
  color: #378E99 !important
}

.teal,
.hover-teal:hover {
  color: #42A9B6 !important
}

.teal-light,
.hover-teal-light:hover {
  color: #95D1D9 !important
}

.teal-lighter,
.hover-teal-lighter:hover {
  color: #DDF0F3 !important
}

.teal-lightest,
.hover-teal-lightest:hover {
  color: #EDF9FA !important
}

.wine-darkest,
.hover-wine-darkest:hover {
  color: #481E23 !important
}

.wine-darker,
.hover-wine-darker:hover {
  color: #722F37 !important
}

.wine-dark,
.hover-wine-dark:hover {
  color: #8E3A44 !important
}

.wine,
.hover-wine:hover {
  color: #AA4652 !important
}

.wine-light,
.hover-wine-light:hover {
  color: #D2939A !important
}

.wine-lighter,
.hover-wine-lighter:hover {
  color: #EFD8DB !important
}

.wine-lightest,
.hover-wine-lightest:hover {
  color: #FAF3F4 !important
}

.brown-darkest,
.hover-brown-darkest:hover {
  color: #3D2F2B !important
}

.brown-darker,
.hover-brown-darker:hover {
  color: #54413B !important
}

.brown-dark,
.hover-brown-dark:hover {
  color: #6B534C !important
}

.brown,
.hover-brown:hover {
  color: #8D6D64 !important
}

.brown-light,
.hover-brown-light:hover {
  color: #C8B7B2 !important
}

.brown-lighter,
.hover-brown-lighter:hover {
  color: #E9E2E0 !important
}

.brown-lightest,
.hover-brown-lightest:hover {
  color: #FFF9F7 !important
}

.almond-darkest,
.hover-almond-darkest:hover {
  color: #634120 !important
}

.almond-darker,
.hover-almond-darker:hover {
  color: #8A5B2C !important
}

.almond-dark,
.hover-almond-dark:hover {
  color: #AD7237 !important
}

.almond,
.hover-almond:hover {
  color: #C48647 !important
}

.almond-light,
.hover-almond-light:hover {
  color: #DCB792 !important
}

.almond-lighter,
.hover-almond-lighter:hover {
  color: #EFDECD !important
}

.almond-lightest,
.hover-almond-lightest:hover {
  color: #F9F0E8 !important
}

.slategray-darkest,
.hover-slategray-darkest:hover {
  color: #05192D !important
}

.slategray-darker,
.hover-slategray-darker:hover {
  color: #102C45 !important
}

.slategray-dark,
.hover-slategray-dark:hover {
  color: #2F5070 !important
}

.slategray,
.hover-slategray:hover {
  color: #517495 !important
}

.slategray-light,
.hover-slategray-light:hover {
  color: #96B1CB !important
}

.slategray-lighter,
.hover-slategray-lighter:hover {
  color: #D0DCE7 !important
}

.slategray-lightest,
.hover-slategray-lightest:hover {
  color: #F2F5F7 !important
}

.gray-darkest,
.hover-gray-darkest:hover {
  color: #36454F !important
}

.gray-darker,
.hover-gray-darker:hover {
  color: #465966 !important
}

.gray-dark,
.hover-gray-dark:hover {
  color: #566E7E !important
}

.gray,
.hover-gray:hover {
  color: #668295 !important
}

.gray-light,
.hover-gray-light:hover {
  color: #B7C4CD !important
}

.gray-lighter,
.hover-gray-lighter:hover {
  color: #E4E8EB !important
}

.gray-lightest,
.hover-gray-lightest:hover {
  color: #EEF1F5 !important
}

.sans {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important
}

.serif {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif !important
}

.mono {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.lato {
  font-family: 'Lato', sans-serif !important
}

.lora {
  font-family: 'Lora', serif !important
}

.montserrat {
  font-family: 'Montserrat', sans-serif !important
}

.muli {
  font-family: 'Muli', sans-serif !important
}

.noto-sans {
  font-family: 'Noto Sans', sans-serif !important
}

.open-sans {
  font-family: 'Open Sans', sans-serif !important
}

.pt-serif {
  font-family: 'PT Serif', serif !important
}

.playfair-display {
  font-family: 'Playfair Display', serif !important
}

.poppins {
  font-family: 'Poppins', sans-serif !important
}

.roboto {
  font-family: 'Roboto', sans-serif !important
}

.space-mono {
  font-family: 'Space Mono', monospace !important
}

.dosis {
  font-family: 'Dosis', sans-serif !important
}

.fira-sans {
  font-family: 'Fira Sans', sans-serif !important
}

.cabin {
  font-family: 'Cabin', sans-serif !important
}

.raleway {
  font-family: 'Raleway', sans-serif !important
}

.pt-sans {
  font-family: 'PT Sans', sans-serif !important
}

.titillium-web {
  font-family: 'Titillium Web', sans-serif !important
}

.bitter {
  font-family: 'Bitter', serif !important
}

.lobster {
  font-family: 'Lobster', cursive !important
}

.barlow {
  font-family: 'Barlow', sans-serif !important
}

.abel {
  font-family: 'Abel', sans-serif !important
}

.asap {
  font-family: 'Asap', sans-serif !important
}

.archivo-narrow {
  font-family: 'Archivo Narrow', sans-serif !important
}

.barlow-condensed {
  font-family: 'Barlow Condensed', sans-serif !important
}

.bree-serif {
  font-family: 'Bree Serif', serif !important
}

.crete-round {
  font-family: 'Crete Round', serif !important
}

.lobster-two {
  font-family: 'Lobster Two', cursive !important
}

.pacifico {
  font-family: 'Pacifico', cursive !important
}

.caveat {
  font-family: 'Caveat', cursive !important
}

.satisfy {
  font-family: 'Satisfy', cursive !important
}

.cookie {
  font-family: 'Cookie', cursive !important
}

.handlee {
  font-family: 'Handlee', cursive !important
}

.yellowtail {
  font-family: 'Yellowtail', cursive !important
}

.dancing-script {
  font-family: 'Dancing Script', cursive !important
}

.great-vibes {
  font-family: 'Great Vibes', cursive !important
}

.fira-code {
  font-family: 'Fira Code', monospace !important
}

.fs-s5 {
  font-size: .5rem !important
}

.fs-s4 {
  font-size: .6rem !important
}

.fs-s3 {
  font-size: .7rem !important
}

.fs-s2 {
  font-size: .8rem !important
}

.fs-s1 {
  font-size: .9rem !important
}

.fs-m1 {
  font-size: 1.125rem !important
}

.fs-m2 {
  font-size: 1.25rem !important
}

.fs-m3 {
  font-size: 1.5rem !important
}

.fs-m4 {
  font-size: 1.75rem !important
}

.fs-m5 {
  font-size: 2rem !important
}

.fs-l1 {
  font-size: 2.25rem !important
}

.fs-l2 {
  font-size: 2.5rem !important
}

.fs-l3 {
  font-size: 35px !important
}

.fs-l4 {
  font-size: 3.5rem !important
}

.fs-l5 {
  font-size: 4rem !important
}

.fs-xl1 {
  font-size: 5rem !important
}

.fs-xl2 {
  font-size: 6rem !important
}

.fs-xl3 {
  font-size: 7rem !important
}

.fs-xl4 {
  font-size: 8rem !important
}

.fs-xl5 {
  font-size: 9rem !important
}

@media (min-width: 576px) {
  .sm-fs-s5 {
    font-size: .5rem !important
  }

  .sm-fs-s4 {
    font-size: .6rem !important
  }

  .sm-fs-s3 {
    font-size: .7rem !important
  }

  .sm-fs-s2 {
    font-size: .8rem !important
  }

  .sm-fs-s1 {
    font-size: .9rem !important
  }

  .sm-fs-m1 {
    font-size: 1.125rem !important
  }

  .sm-fs-m2 {
    font-size: 1.25rem !important
  }

  .sm-fs-m3 {
    font-size: 1.5rem !important
  }

  .sm-fs-m4 {
    font-size: 1.75rem !important
  }

  .sm-fs-m5 {
    font-size: 2rem !important
  }

  .sm-fs-l1 {
    font-size: 2.25rem !important
  }

  .sm-fs-l2 {
    font-size: 2.5rem !important
  }

  .sm-fs-l3 {
    font-size: 3rem !important
  }

  .sm-fs-l4 {
    font-size: 3.5rem !important
  }

  .sm-fs-l5 {
    font-size: 4rem !important
  }

  .sm-fs-xl1 {
    font-size: 5rem !important
  }

  .sm-fs-xl2 {
    font-size: 6rem !important
  }

  .sm-fs-xl3 {
    font-size: 7rem !important
  }

  .sm-fs-xl4 {
    font-size: 8rem !important
  }

  .sm-fs-xl5 {
    font-size: 9rem !important
  }
}

@media (min-width: 768px) {
  .md-fs-s5 {
    font-size: .5rem !important
  }

  .md-fs-s4 {
    font-size: .6rem !important
  }

  .md-fs-s3 {
    font-size: .7rem !important
  }

  .md-fs-s2 {
    font-size: .8rem !important
  }

  .md-fs-s1 {
    font-size: .9rem !important
  }

  .md-fs-m1 {
    font-size: 1.125rem !important
  }

  .md-fs-m2 {
    font-size: 1.25rem !important
  }

  .md-fs-m3 {
    font-size: 1.5rem !important
  }

  .md-fs-m4 {
    font-size: 1.75rem !important
  }

  .md-fs-m5 {
    font-size: 2rem !important
  }

  .md-fs-l1 {
    font-size: 2.25rem !important
  }

  .md-fs-l2 {
    font-size: 2.5rem !important
  }

  .md-fs-l3 {
    font-size: 3rem !important
  }

  .md-fs-l4 {
    font-size: 3.5rem !important
  }

  .md-fs-l5 {
    font-size: 4rem !important
  }

  .md-fs-xl1 {
    font-size: 5rem !important
  }

  .md-fs-xl2 {
    font-size: 6rem !important
  }

  .md-fs-xl3 {
    font-size: 7rem !important
  }

  .md-fs-xl4 {
    font-size: 8rem !important
  }

  .md-fs-xl5 {
    font-size: 9rem !important
  }
}

@media (min-width: 992px) {
  .lg-fs-s5 {
    font-size: .5rem !important
  }

  .lg-fs-s4 {
    font-size: .6rem !important
  }

  .lg-fs-s3 {
    font-size: .7rem !important
  }

  .lg-fs-s2 {
    font-size: .8rem !important
  }

  .lg-fs-s1 {
    font-size: .9rem !important
  }

  .lg-fs-m1 {
    font-size: 1.125rem !important
  }

  .lg-fs-m2 {
    font-size: 1.25rem !important
  }

  .lg-fs-m3 {
    font-size: 1.5rem !important
  }

  .lg-fs-m4 {
    font-size: 1.75rem !important
  }

  .lg-fs-m5 {
    font-size: 2rem !important
  }

  .lg-fs-l1 {
    font-size: 2.25rem !important
  }

  .lg-fs-l2 {
    font-size: 2.5rem !important
  }

  .lg-fs-l3 {
    font-size: 3rem !important
  }

  .lg-fs-l4 {
    font-size: 3.5rem !important
  }

  .lg-fs-l5 {
    font-size: 4rem !important
  }

  .lg-fs-xl1 {
    font-size: 5rem !important
  }

  .lg-fs-xl2 {
    font-size: 6rem !important
  }

  .lg-fs-xl3 {
    font-size: 7rem !important
  }

  .lg-fs-xl4 {
    font-size: 8rem !important
  }

  .lg-fs-xl5 {
    font-size: 9rem !important
  }
}

@media (min-width: 1200px) {
  .xl-fs-s5 {
    font-size: .5rem !important
  }

  .xl-fs-s4 {
    font-size: .6rem !important
  }

  .xl-fs-s3 {
    font-size: .7rem !important
  }

  .xl-fs-s2 {
    font-size: .8rem !important
  }

  .xl-fs-s1 {
    font-size: .9rem !important
  }

  .xl-fs-m1 {
    font-size: 1.125rem !important
  }

  .xl-fs-m2 {
    font-size: 1.25rem !important
  }

  .xl-fs-m3 {
    font-size: 1.5rem !important
  }

  .xl-fs-m4 {
    font-size: 1.75rem !important
  }

  .xl-fs-m5 {
    font-size: 2rem !important
  }

  .xl-fs-l1 {
    font-size: 2.25rem !important
  }

  .xl-fs-l2 {
    font-size: 2.5rem !important
  }

  .xl-fs-l3 {
    font-size: 3rem !important
  }

  .xl-fs-l4 {
    font-size: 3.5rem !important
  }

  .xl-fs-l5 {
    font-size: 4rem !important
  }

  .xl-fs-xl1 {
    font-size: 5rem !important
  }

  .xl-fs-xl2 {
    font-size: 6rem !important
  }

  .xl-fs-xl3 {
    font-size: 7rem !important
  }

  .xl-fs-xl4 {
    font-size: 8rem !important
  }

  .xl-fs-xl5 {
    font-size: 9rem !important
  }
}

.fw-100 {
  font-weight: 100 !important
}

.fw-200 {
  font-weight: 200 !important
}

.fw-300 {
  font-weight: 300 !important
}

.fw-400 {
  font-weight: 400 !important
}

.fw-500 {
  font-weight: 500 !important
}

.fw-600 {
  font-weight: 600 !important
}

.fw-700 {
  font-weight: 700 !important
}

.fw-800 {
  font-weight: 800 !important
}

.fw-900 {
  font-weight: 900 !important
}

.fw-bold {
  font-weight: bold !important
}

.lh-1 {
  line-height: 1 !important
}

.lh-2 {
  line-height: 1.25 !important
}

.lh-3 {
  line-height: 1.5 !important
}

.lh-4 {
  line-height: 1.75 !important
}

.lh-5 {
  line-height: 2 !important
}

.lh-6 {
  line-height: 2.25 !important
}

.lh-7 {
  line-height: 2.5 !important
}

.ls-tightest,
.hover-ls-tightest:hover {
  letter-spacing: -1px
}

.ls-tighter,
.hover-ls-tighter:hover {
  letter-spacing: -.75px
}

.ls-tight,
.hover-ls-tight:hover {
  letter-spacing: -.5px
}

.ls-none,
.hover-ls-none:hover {
  letter-spacing: 0
}

.ls-wide,
.hover-ls-wide:hover {
  letter-spacing: .5px
}

.ls-wider,
.hover-ls-wider:hover {
  letter-spacing: .75px
}

.ls-widest,
.hover-ls-widest:hover {
  letter-spacing: 1px
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.underline,
.hover-underline:hover {
  text-decoration: underline !important
}

.line-through,
.hover-line-through:hover {
  text-decoration: line-through !important
}

.no-underline,
.hover-no-underline:hover {
  text-decoration: none !important
}

.underline-solid,
.hover-underline-solid:hover {
  text-decoration: underline;
  -webkit-text-decoration-style: solid !important;
  text-decoration-style: solid !important
}

.underline-double,
.hover-underline-double:hover {
  text-decoration: underline;
  -webkit-text-decoration-style: double !important;
  text-decoration-style: double !important
}

.underline-dotted,
.hover-underline-dotted:hover {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted !important;
  text-decoration-style: dotted !important
}

.underline-dashed,
.hover-underline-dashed:hover {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed !important;
  text-decoration-style: dashed !important
}

.underline-wavy,
.hover-underline-wavy:hover {
  text-decoration: underline;
  -webkit-text-decoration-style: wavy !important;
  text-decoration-style: wavy !important
}

.underline-black {
  text-decoration: underline;
  -webkit-text-decoration-color: #000 !important;
  text-decoration-color: #000 !important
}

.underline-white {
  text-decoration: underline;
  -webkit-text-decoration-color: #fff !important;
  text-decoration-color: #fff !important
}

.underline-transparent {
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0) !important;
  text-decoration-color: rgba(0, 0, 0, 0) !important
}

.underline-blue-darkest {
  text-decoration: underline;
  -webkit-text-decoration-color: #02305D !important;
  text-decoration-color: #02305D !important
}

.underline-blue-darker {
  text-decoration: underline;
  -webkit-text-decoration-color: #1A5D9E !important;
  text-decoration-color: #1A5D9E !important
}

.underline-blue-dark {
  text-decoration: underline;
  -webkit-text-decoration-color: #1773CE !important;
  text-decoration-color: #1773CE !important
}

.underline-blue {
  text-decoration: underline;
  -webkit-text-decoration-color: #409EFF !important;
  text-decoration-color: #409EFF !important
}

.underline-blue-light {
  text-decoration: underline;
  -webkit-text-decoration-color: #65B2FF !important;
  text-decoration-color: #65B2FF !important
}

.underline-blue-lighter {
  text-decoration: underline;
  -webkit-text-decoration-color: #B3D9FF !important;
  text-decoration-color: #B3D9FF !important
}

.underline-blue-lightest {
  text-decoration: underline;
  -webkit-text-decoration-color: #ECF5FF !important;
  text-decoration-color: #ECF5FF !important
}

.underline-indigo-darkest {
  text-decoration: underline;
  -webkit-text-decoration-color: #272075 !important;
  text-decoration-color: #272075 !important
}

.underline-indigo-darker {
  text-decoration: underline;
  -webkit-text-decoration-color: #332A99 !important;
  text-decoration-color: #332A99 !important
}

.underline-indigo-dark {
  text-decoration: underline;
  -webkit-text-decoration-color: #3F33BD !important;
  text-decoration-color: #3F33BD !important
}

.underline-indigo {
  text-decoration: underline;
  -webkit-text-decoration-color: #5A4FCF !important;
  text-decoration-color: #5A4FCF !important
}

.underline-indigo-light {
  text-decoration: underline;
  -webkit-text-decoration-color: #837AE6 !important;
  text-decoration-color: #837AE6 !important
}

.underline-indigo-lighter {
  text-decoration: underline;
  -webkit-text-decoration-color: #C2BDF6 !important;
  text-decoration-color: #C2BDF6 !important
}

.underline-indigo-lightest {
  text-decoration: underline;
  -webkit-text-decoration-color: #F0EEFF !important;
  text-decoration-color: #F0EEFF !important
}

.underline-purple-darkest {
  text-decoration: underline;
  -webkit-text-decoration-color: #3D065F !important;
  text-decoration-color: #3D065F !important
}

.underline-purple-darker {
  text-decoration: underline;
  -webkit-text-decoration-color: #600A97 !important;
  text-decoration-color: #600A97 !important
}

.underline-purple-dark {
  text-decoration: underline;
  -webkit-text-decoration-color: #840DCE !important;
  text-decoration-color: #840DCE !important
}

.underline-purple {
  text-decoration: underline;
  -webkit-text-decoration-color: #AA38F2 !important;
  text-decoration-color: #AA38F2 !important
}

.underline-purple-light {
  text-decoration: underline;
  -webkit-text-decoration-color: #CC88F7 !important;
  text-decoration-color: #CC88F7 !important
}

.underline-purple-lighter {
  text-decoration: underline;
  -webkit-text-decoration-color: #E9CBFC !important;
  text-decoration-color: #E9CBFC !important
}

.underline-purple-lightest {
  text-decoration: underline;
  -webkit-text-decoration-color: #F9F0FE !important;
  text-decoration-color: #F9F0FE !important
}

.underline-pink-darkest {
  text-decoration: underline;
  -webkit-text-decoration-color: #580020 !important;
  text-decoration-color: #580020 !important
}

.underline-pink-darker {
  text-decoration: underline;
  -webkit-text-decoration-color: #930036 !important;
  text-decoration-color: #930036 !important
}

.underline-pink-dark {
  text-decoration: underline;
  -webkit-text-decoration-color: #C9366C !important;
  text-decoration-color: #C9366C !important
}

.underline-pink {
  text-decoration: underline;
  -webkit-text-decoration-color: #F06597 !important;
  text-decoration-color: #F06597 !important
}

.underline-pink-light {
  text-decoration: underline;
  -webkit-text-decoration-color: #F58EB4 !important;
  text-decoration-color: #F58EB4 !important
}

.underline-pink-lighter {
  text-decoration: underline;
  -webkit-text-decoration-color: #FFCDDF !important;
  text-decoration-color: #FFCDDF !important
}

.underline-pink-lightest {
  text-decoration: underline;
  -webkit-text-decoration-color: #FFEBF2 !important;
  text-decoration-color: #FFEBF2 !important
}

.underline-red-darkest {
  text-decoration: underline;
  -webkit-text-decoration-color: #750E12 !important;
  text-decoration-color: #750E12 !important
}

.underline-red-darker {
  text-decoration: underline;
  -webkit-text-decoration-color: #A9151A !important;
  text-decoration-color: #A9151A !important
}

.underline-red-dark {
  text-decoration: underline;
  -webkit-text-decoration-color: #CC191F !important;
  text-decoration-color: #CC191F !important
}

.underline-red {
  text-decoration: underline;
  -webkit-text-decoration-color: #E7393F !important;
  text-decoration-color: #E7393F !important
}

.underline-red-light {
  text-decoration: underline;
  -webkit-text-decoration-color: #ED6D72 !important;
  text-decoration-color: #ED6D72 !important
}

.underline-red-lighter {
  text-decoration: underline;
  -webkit-text-decoration-color: #F8C5C7 !important;
  text-decoration-color: #F8C5C7 !important
}

.underline-red-lightest {
  text-decoration: underline;
  -webkit-text-decoration-color: #FCE8E8 !important;
  text-decoration-color: #FCE8E8 !important
}

.underline-orange-darkest {
  text-decoration: underline;
  -webkit-text-decoration-color: #854300 !important;
  text-decoration-color: #854300 !important
}

.underline-orange-darker {
  text-decoration: underline;
  -webkit-text-decoration-color: #C06000 !important;
  text-decoration-color: #C06000 !important
}

.underline-orange-dark {
  text-decoration: underline;
  -webkit-text-decoration-color: #E77400 !important;
  text-decoration-color: #E77400 !important
}

.underline-orange {
  text-decoration: underline;
  -webkit-text-decoration-color: #FF8710 !important;
  text-decoration-color: #FF8710 !important
}

.underline-orange-light {
  text-decoration: underline;
  -webkit-text-decoration-color: #FFB872 !important;
  text-decoration-color: #FFB872 !important
}

.underline-orange-lighter {
  text-decoration: underline;
  -webkit-text-decoration-color: #FFE0C0 !important;
  text-decoration-color: #FFE0C0 !important
}

.underline-orange-lightest {
  text-decoration: underline;
  -webkit-text-decoration-color: #FFF3E7 !important;
  text-decoration-color: #FFF3E7 !important
}

.underline-yellow-darkest {
  text-decoration: underline;
  -webkit-text-decoration-color: #6A5502 !important;
  text-decoration-color: #6A5502 !important
}

.underline-yellow-darker {
  text-decoration: underline;
  -webkit-text-decoration-color: #B79303 !important;
  text-decoration-color: #B79303 !important
}

.underline-yellow-dark {
  text-decoration: underline;
  -webkit-text-decoration-color: #DDB104 !important;
  text-decoration-color: #DDB104 !important
}

.underline-yellow {
  text-decoration: underline;
  -webkit-text-decoration-color: #FACB0E !important;
  text-decoration-color: #FACB0E !important
}

.underline-yellow-light {
  text-decoration: underline;
  -webkit-text-decoration-color: #FDE482 !important;
  text-decoration-color: #FDE482 !important
}

.underline-yellow-lighter {
  text-decoration: underline;
  -webkit-text-decoration-color: #FEF0BC !important;
  text-decoration-color: #FEF0BC !important
}

.underline-yellow-lightest {
  text-decoration: underline;
  -webkit-text-decoration-color: #FEF7DB !important;
  text-decoration-color: #FEF7DB !important
}

.underline-pear-darkest {
  text-decoration: underline;
  -webkit-text-decoration-color: #4F560C !important;
  text-decoration-color: #4F560C !important
}

.underline-pear-darker {
  text-decoration: underline;
  -webkit-text-decoration-color: #7F8A13 !important;
  text-decoration-color: #7F8A13 !important
}

.underline-pear-dark {
  text-decoration: underline;
  -webkit-text-decoration-color: #9EAC18 !important;
  text-decoration-color: #9EAC18 !important
}

.underline-pear {
  text-decoration: underline;
  -webkit-text-decoration-color: #BECF1D !important;
  text-decoration-color: #BECF1D !important
}

.underline-pear-light {
  text-decoration: underline;
  -webkit-text-decoration-color: #DDE965 !important;
  text-decoration-color: #DDE965 !important
}

.underline-pear-lighter {
  text-decoration: underline;
  -webkit-text-decoration-color: #F4F8CC !important;
  text-decoration-color: #F4F8CC !important
}

.underline-pear-lightest {
  text-decoration: underline;
  -webkit-text-decoration-color: #FBFDEE !important;
  text-decoration-color: #FBFDEE !important
}

.underline-green-darkest {
  text-decoration: underline;
  -webkit-text-decoration-color: #206120 !important;
  text-decoration-color: #206120 !important
}

.underline-green-darker {
  text-decoration: underline;
  -webkit-text-decoration-color: #2F8D2F !important;
  text-decoration-color: #2F8D2F !important
}

.underline-green-dark {
  text-decoration: underline;
  -webkit-text-decoration-color: #39AB39 !important;
  text-decoration-color: #39AB39 !important
}

.underline-green {
  text-decoration: underline;
  -webkit-text-decoration-color: #49C249 !important;
  text-decoration-color: #49C249 !important
}

.underline-green-light {
  text-decoration: underline;
  -webkit-text-decoration-color: #89E089 !important;
  text-decoration-color: #89E089 !important
}

.underline-green-lighter {
  text-decoration: underline;
  -webkit-text-decoration-color: #DCF3DC !important;
  text-decoration-color: #DCF3DC !important
}

.underline-green-lightest {
  text-decoration: underline;
  -webkit-text-decoration-color: #EAF8EA !important;
  text-decoration-color: #EAF8EA !important
}

.underline-mint-darkest {
  text-decoration: underline;
  -webkit-text-decoration-color: #136B44 !important;
  text-decoration-color: #136B44 !important
}

.underline-mint-darker {
  text-decoration: underline;
  -webkit-text-decoration-color: #1DA569 !important;
  text-decoration-color: #1DA569 !important
}

.underline-mint-dark {
  text-decoration: underline;
  -webkit-text-decoration-color: #23C67E !important;
  text-decoration-color: #23C67E !important
}

.underline-mint {
  text-decoration: underline;
  -webkit-text-decoration-color: #35DB92 !important;
  text-decoration-color: #35DB92 !important
}

.underline-mint-light {
  text-decoration: underline;
  -webkit-text-decoration-color: #89EABF !important;
  text-decoration-color: #89EABF !important
}

.underline-mint-lighter {
  text-decoration: underline;
  -webkit-text-decoration-color: #DCF9EC !important;
  text-decoration-color: #DCF9EC !important
}

.underline-mint-lightest {
  text-decoration: underline;
  -webkit-text-decoration-color: #F2FCF7 !important;
  text-decoration-color: #F2FCF7 !important
}

.underline-teal-darkest {
  text-decoration: underline;
  -webkit-text-decoration-color: #225960 !important;
  text-decoration-color: #225960 !important
}

.underline-teal-darker {
  text-decoration: underline;
  -webkit-text-decoration-color: #2D747D !important;
  text-decoration-color: #2D747D !important
}

.underline-teal-dark {
  text-decoration: underline;
  -webkit-text-decoration-color: #378E99 !important;
  text-decoration-color: #378E99 !important
}

.underline-teal {
  text-decoration: underline;
  -webkit-text-decoration-color: #42A9B6 !important;
  text-decoration-color: #42A9B6 !important
}

.underline-teal-light {
  text-decoration: underline;
  -webkit-text-decoration-color: #95D1D9 !important;
  text-decoration-color: #95D1D9 !important
}

.underline-teal-lighter {
  text-decoration: underline;
  -webkit-text-decoration-color: #DDF0F3 !important;
  text-decoration-color: #DDF0F3 !important
}

.underline-teal-lightest {
  text-decoration: underline;
  -webkit-text-decoration-color: #EDF9FA !important;
  text-decoration-color: #EDF9FA !important
}

.underline-wine-darkest {
  text-decoration: underline;
  -webkit-text-decoration-color: #481E23 !important;
  text-decoration-color: #481E23 !important
}

.underline-wine-darker {
  text-decoration: underline;
  -webkit-text-decoration-color: #722F37 !important;
  text-decoration-color: #722F37 !important
}

.underline-wine-dark {
  text-decoration: underline;
  -webkit-text-decoration-color: #8E3A44 !important;
  text-decoration-color: #8E3A44 !important
}

.underline-wine {
  text-decoration: underline;
  -webkit-text-decoration-color: #AA4652 !important;
  text-decoration-color: #AA4652 !important
}

.underline-wine-light {
  text-decoration: underline;
  -webkit-text-decoration-color: #D2939A !important;
  text-decoration-color: #D2939A !important
}

.underline-wine-lighter {
  text-decoration: underline;
  -webkit-text-decoration-color: #EFD8DB !important;
  text-decoration-color: #EFD8DB !important
}

.underline-wine-lightest {
  text-decoration: underline;
  -webkit-text-decoration-color: #FAF3F4 !important;
  text-decoration-color: #FAF3F4 !important
}

.underline-brown-darkest {
  text-decoration: underline;
  -webkit-text-decoration-color: #3D2F2B !important;
  text-decoration-color: #3D2F2B !important
}

.underline-brown-darker {
  text-decoration: underline;
  -webkit-text-decoration-color: #54413B !important;
  text-decoration-color: #54413B !important
}

.underline-brown-dark {
  text-decoration: underline;
  -webkit-text-decoration-color: #6B534C !important;
  text-decoration-color: #6B534C !important
}

.underline-brown {
  text-decoration: underline;
  -webkit-text-decoration-color: #8D6D64 !important;
  text-decoration-color: #8D6D64 !important
}

.underline-brown-light {
  text-decoration: underline;
  -webkit-text-decoration-color: #C8B7B2 !important;
  text-decoration-color: #C8B7B2 !important
}

.underline-brown-lighter {
  text-decoration: underline;
  -webkit-text-decoration-color: #E9E2E0 !important;
  text-decoration-color: #E9E2E0 !important
}

.underline-brown-lightest {
  text-decoration: underline;
  -webkit-text-decoration-color: #FFF9F7 !important;
  text-decoration-color: #FFF9F7 !important
}

.underline-almond-darkest {
  text-decoration: underline;
  -webkit-text-decoration-color: #634120 !important;
  text-decoration-color: #634120 !important
}

.underline-almond-darker {
  text-decoration: underline;
  -webkit-text-decoration-color: #8A5B2C !important;
  text-decoration-color: #8A5B2C !important
}

.underline-almond-dark {
  text-decoration: underline;
  -webkit-text-decoration-color: #AD7237 !important;
  text-decoration-color: #AD7237 !important
}

.underline-almond {
  text-decoration: underline;
  -webkit-text-decoration-color: #C48647 !important;
  text-decoration-color: #C48647 !important
}

.underline-almond-light {
  text-decoration: underline;
  -webkit-text-decoration-color: #DCB792 !important;
  text-decoration-color: #DCB792 !important
}

.underline-almond-lighter {
  text-decoration: underline;
  -webkit-text-decoration-color: #EFDECD !important;
  text-decoration-color: #EFDECD !important
}

.underline-almond-lightest {
  text-decoration: underline;
  -webkit-text-decoration-color: #F9F0E8 !important;
  text-decoration-color: #F9F0E8 !important
}

.underline-slategray-darkest {
  text-decoration: underline;
  -webkit-text-decoration-color: #05192D !important;
  text-decoration-color: #05192D !important
}

.underline-slategray-darker {
  text-decoration: underline;
  -webkit-text-decoration-color: #102C45 !important;
  text-decoration-color: #102C45 !important
}

.underline-slategray-dark {
  text-decoration: underline;
  -webkit-text-decoration-color: #2F5070 !important;
  text-decoration-color: #2F5070 !important
}

.underline-slategray {
  text-decoration: underline;
  -webkit-text-decoration-color: #517495 !important;
  text-decoration-color: #517495 !important
}

.underline-slategray-light {
  text-decoration: underline;
  -webkit-text-decoration-color: #96B1CB !important;
  text-decoration-color: #96B1CB !important
}

.underline-slategray-lighter {
  text-decoration: underline;
  -webkit-text-decoration-color: #D0DCE7 !important;
  text-decoration-color: #D0DCE7 !important
}

.underline-slategray-lightest {
  text-decoration: underline;
  -webkit-text-decoration-color: #F2F5F7 !important;
  text-decoration-color: #F2F5F7 !important
}

.underline-gray-darkest {
  text-decoration: underline;
  -webkit-text-decoration-color: #36454F !important;
  text-decoration-color: #36454F !important
}

.underline-gray-darker {
  text-decoration: underline;
  -webkit-text-decoration-color: #465966 !important;
  text-decoration-color: #465966 !important
}

.underline-gray-dark {
  text-decoration: underline;
  -webkit-text-decoration-color: #566E7E !important;
  text-decoration-color: #566E7E !important
}

.underline-gray {
  text-decoration: underline;
  -webkit-text-decoration-color: #668295 !important;
  text-decoration-color: #668295 !important
}

.underline-gray-light {
  text-decoration: underline;
  -webkit-text-decoration-color: #B7C4CD !important;
  text-decoration-color: #B7C4CD !important
}

.underline-gray-lighter {
  text-decoration: underline;
  -webkit-text-decoration-color: #E4E8EB !important;
  text-decoration-color: #E4E8EB !important
}

.underline-gray-lightest {
  text-decoration: underline;
  -webkit-text-decoration-color: #EEF1F5 !important;
  text-decoration-color: #EEF1F5 !important
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.capitalize {
  text-transform: capitalize
}

.ws-normal {
  white-space: normal
}

.ws-nowrap {
  white-space: nowrap
}

.ws-pre {
  white-space: pre
}

.ws-pre-line {
  white-space: pre-line
}

.ws-pre-wrap {
  white-space: pre-wrap
}

.ws-inherit {
  white-space: inherit
}

.italic {
  font-style: italic
}

.not-italic {
  font-style: normal
}

.ws-tightest,
.hover-ws-tightest:hover {
  word-spacing: -2px
}

.ws-tighter,
.hover-ws-tighter:hover {
  word-spacing: -.1px
}

.ws-tight,
.hover-ws-tight:hover {
  word-spacing: -.5px
}

.ws-none,
.hover-ws-none:hover {
  word-spacing: 0
}

.ws-wide,
.hover-ws-wide:hover {
  word-spacing: 1px
}

.ws-wider,
.hover-ws-wider:hover {
  word-spacing: 5px
}

.ws-widest,
.hover-ws-widest:hover {
  word-spacing: 10px
}

.word-break-normal {
  word-break: normal
}

.word-break-all {
  word-break: break-all
}

.word-keep-all {
  word-break: keep-all
}

.word-break {
  word-break: break-word
}

.word-wrap-break {
  word-wrap: break-word
}

.word-wrap-normal {
  word-wrap: normal
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-gradient {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.text-stroke-0 {
  -webkit-text-stroke-width: 0px !important
}

.text-stroke-1 {
  -webkit-text-stroke-width: 1px !important
}

.text-stroke-2 {
  -webkit-text-stroke-width: 2px !important
}

.text-stroke-3 {
  -webkit-text-stroke-width: 3px !important
}

.text-stroke-4 {
  -webkit-text-stroke-width: 4px !important
}

.text-stroke-6 {
  -webkit-text-stroke-width: 6px !important
}

.text-stroke-8 {
  -webkit-text-stroke-width: 8px !important
}

.text-stroke-12 {
  -webkit-text-stroke-width: 12px !important
}

.text-stroke-16 {
  -webkit-text-stroke-width: 16px !important
}

.text-stroke-black,
.hover-text-stroke-black:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000 !important
}

.text-stroke-white,
.hover-text-stroke-white:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff !important
}

.text-stroke-transparent,
.hover-text-stroke-transparent:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0) !important
}

.text-stroke-blue-darkest,
.hover-text-stroke-blue-darkest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #02305D !important
}

.text-stroke-blue-darker,
.hover-text-stroke-blue-darker:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #1A5D9E !important
}

.text-stroke-blue-dark,
.hover-text-stroke-blue-dark:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #1773CE !important
}

.text-stroke-blue,
.hover-text-stroke-blue:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #409EFF !important
}

.text-stroke-blue-light,
.hover-text-stroke-blue-light:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #65B2FF !important
}

.text-stroke-blue-lighter,
.hover-text-stroke-blue-lighter:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #B3D9FF !important
}

.text-stroke-blue-lightest,
.hover-text-stroke-blue-lightest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ECF5FF !important
}

.text-stroke-indigo-darkest,
.hover-text-stroke-indigo-darkest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #272075 !important
}

.text-stroke-indigo-darker,
.hover-text-stroke-indigo-darker:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #332A99 !important
}

.text-stroke-indigo-dark,
.hover-text-stroke-indigo-dark:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #3F33BD !important
}

.text-stroke-indigo,
.hover-text-stroke-indigo:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #5A4FCF !important
}

.text-stroke-indigo-light,
.hover-text-stroke-indigo-light:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #837AE6 !important
}

.text-stroke-indigo-lighter,
.hover-text-stroke-indigo-lighter:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #C2BDF6 !important
}

.text-stroke-indigo-lightest,
.hover-text-stroke-indigo-lightest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F0EEFF !important
}

.text-stroke-purple-darkest,
.hover-text-stroke-purple-darkest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #3D065F !important
}

.text-stroke-purple-darker,
.hover-text-stroke-purple-darker:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #600A97 !important
}

.text-stroke-purple-dark,
.hover-text-stroke-purple-dark:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #840DCE !important
}

.text-stroke-purple,
.hover-text-stroke-purple:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #AA38F2 !important
}

.text-stroke-purple-light,
.hover-text-stroke-purple-light:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #CC88F7 !important
}

.text-stroke-purple-lighter,
.hover-text-stroke-purple-lighter:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #E9CBFC !important
}

.text-stroke-purple-lightest,
.hover-text-stroke-purple-lightest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F9F0FE !important
}

.text-stroke-pink-darkest,
.hover-text-stroke-pink-darkest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #580020 !important
}

.text-stroke-pink-darker,
.hover-text-stroke-pink-darker:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #930036 !important
}

.text-stroke-pink-dark,
.hover-text-stroke-pink-dark:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #C9366C !important
}

.text-stroke-pink,
.hover-text-stroke-pink:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F06597 !important
}

.text-stroke-pink-light,
.hover-text-stroke-pink-light:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F58EB4 !important
}

.text-stroke-pink-lighter,
.hover-text-stroke-pink-lighter:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FFCDDF !important
}

.text-stroke-pink-lightest,
.hover-text-stroke-pink-lightest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FFEBF2 !important
}

.text-stroke-red-darkest,
.hover-text-stroke-red-darkest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #750E12 !important
}

.text-stroke-red-darker,
.hover-text-stroke-red-darker:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #A9151A !important
}

.text-stroke-red-dark,
.hover-text-stroke-red-dark:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #CC191F !important
}

.text-stroke-red,
.hover-text-stroke-red:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #E7393F !important
}

.text-stroke-red-light,
.hover-text-stroke-red-light:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ED6D72 !important
}

.text-stroke-red-lighter,
.hover-text-stroke-red-lighter:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F8C5C7 !important
}

.text-stroke-red-lightest,
.hover-text-stroke-red-lightest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FCE8E8 !important
}

.text-stroke-orange-darkest,
.hover-text-stroke-orange-darkest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #854300 !important
}

.text-stroke-orange-darker,
.hover-text-stroke-orange-darker:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #C06000 !important
}

.text-stroke-orange-dark,
.hover-text-stroke-orange-dark:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #E77400 !important
}

.text-stroke-orange,
.hover-text-stroke-orange:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FF8710 !important
}

.text-stroke-orange-light,
.hover-text-stroke-orange-light:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FFB872 !important
}

.text-stroke-orange-lighter,
.hover-text-stroke-orange-lighter:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FFE0C0 !important
}

.text-stroke-orange-lightest,
.hover-text-stroke-orange-lightest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FFF3E7 !important
}

.text-stroke-yellow-darkest,
.hover-text-stroke-yellow-darkest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #6A5502 !important
}

.text-stroke-yellow-darker,
.hover-text-stroke-yellow-darker:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #B79303 !important
}

.text-stroke-yellow-dark,
.hover-text-stroke-yellow-dark:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #DDB104 !important
}

.text-stroke-yellow,
.hover-text-stroke-yellow:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FACB0E !important
}

.text-stroke-yellow-light,
.hover-text-stroke-yellow-light:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FDE482 !important
}

.text-stroke-yellow-lighter,
.hover-text-stroke-yellow-lighter:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FEF0BC !important
}

.text-stroke-yellow-lightest,
.hover-text-stroke-yellow-lightest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FEF7DB !important
}

.text-stroke-pear-darkest,
.hover-text-stroke-pear-darkest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #4F560C !important
}

.text-stroke-pear-darker,
.hover-text-stroke-pear-darker:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #7F8A13 !important
}

.text-stroke-pear-dark,
.hover-text-stroke-pear-dark:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #9EAC18 !important
}

.text-stroke-pear,
.hover-text-stroke-pear:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #BECF1D !important
}

.text-stroke-pear-light,
.hover-text-stroke-pear-light:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #DDE965 !important
}

.text-stroke-pear-lighter,
.hover-text-stroke-pear-lighter:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F4F8CC !important
}

.text-stroke-pear-lightest,
.hover-text-stroke-pear-lightest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FBFDEE !important
}

.text-stroke-green-darkest,
.hover-text-stroke-green-darkest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #206120 !important
}

.text-stroke-green-darker,
.hover-text-stroke-green-darker:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #2F8D2F !important
}

.text-stroke-green-dark,
.hover-text-stroke-green-dark:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #39AB39 !important
}

.text-stroke-green,
.hover-text-stroke-green:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #49C249 !important
}

.text-stroke-green-light,
.hover-text-stroke-green-light:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #89E089 !important
}

.text-stroke-green-lighter,
.hover-text-stroke-green-lighter:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #DCF3DC !important
}

.text-stroke-green-lightest,
.hover-text-stroke-green-lightest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #EAF8EA !important
}

.text-stroke-mint-darkest,
.hover-text-stroke-mint-darkest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #136B44 !important
}

.text-stroke-mint-darker,
.hover-text-stroke-mint-darker:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #1DA569 !important
}

.text-stroke-mint-dark,
.hover-text-stroke-mint-dark:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #23C67E !important
}

.text-stroke-mint,
.hover-text-stroke-mint:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #35DB92 !important
}

.text-stroke-mint-light,
.hover-text-stroke-mint-light:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #89EABF !important
}

.text-stroke-mint-lighter,
.hover-text-stroke-mint-lighter:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #DCF9EC !important
}

.text-stroke-mint-lightest,
.hover-text-stroke-mint-lightest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F2FCF7 !important
}

.text-stroke-teal-darkest,
.hover-text-stroke-teal-darkest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #225960 !important
}

.text-stroke-teal-darker,
.hover-text-stroke-teal-darker:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #2D747D !important
}

.text-stroke-teal-dark,
.hover-text-stroke-teal-dark:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #378E99 !important
}

.text-stroke-teal,
.hover-text-stroke-teal:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #42A9B6 !important
}

.text-stroke-teal-light,
.hover-text-stroke-teal-light:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #95D1D9 !important
}

.text-stroke-teal-lighter,
.hover-text-stroke-teal-lighter:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #DDF0F3 !important
}

.text-stroke-teal-lightest,
.hover-text-stroke-teal-lightest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #EDF9FA !important
}

.text-stroke-wine-darkest,
.hover-text-stroke-wine-darkest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #481E23 !important
}

.text-stroke-wine-darker,
.hover-text-stroke-wine-darker:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #722F37 !important
}

.text-stroke-wine-dark,
.hover-text-stroke-wine-dark:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #8E3A44 !important
}

.text-stroke-wine,
.hover-text-stroke-wine:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #AA4652 !important
}

.text-stroke-wine-light,
.hover-text-stroke-wine-light:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #D2939A !important
}

.text-stroke-wine-lighter,
.hover-text-stroke-wine-lighter:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #EFD8DB !important
}

.text-stroke-wine-lightest,
.hover-text-stroke-wine-lightest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FAF3F4 !important
}

.text-stroke-brown-darkest,
.hover-text-stroke-brown-darkest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #3D2F2B !important
}

.text-stroke-brown-darker,
.hover-text-stroke-brown-darker:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #54413B !important
}

.text-stroke-brown-dark,
.hover-text-stroke-brown-dark:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #6B534C !important
}

.text-stroke-brown,
.hover-text-stroke-brown:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #8D6D64 !important
}

.text-stroke-brown-light,
.hover-text-stroke-brown-light:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #C8B7B2 !important
}

.text-stroke-brown-lighter,
.hover-text-stroke-brown-lighter:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #E9E2E0 !important
}

.text-stroke-brown-lightest,
.hover-text-stroke-brown-lightest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FFF9F7 !important
}

.text-stroke-almond-darkest,
.hover-text-stroke-almond-darkest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #634120 !important
}

.text-stroke-almond-darker,
.hover-text-stroke-almond-darker:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #8A5B2C !important
}

.text-stroke-almond-dark,
.hover-text-stroke-almond-dark:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #AD7237 !important
}

.text-stroke-almond,
.hover-text-stroke-almond:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #C48647 !important
}

.text-stroke-almond-light,
.hover-text-stroke-almond-light:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #DCB792 !important
}

.text-stroke-almond-lighter,
.hover-text-stroke-almond-lighter:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #EFDECD !important
}

.text-stroke-almond-lightest,
.hover-text-stroke-almond-lightest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F9F0E8 !important
}

.text-stroke-slategray-darkest,
.hover-text-stroke-slategray-darkest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #05192D !important
}

.text-stroke-slategray-darker,
.hover-text-stroke-slategray-darker:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #102C45 !important
}

.text-stroke-slategray-dark,
.hover-text-stroke-slategray-dark:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #2F5070 !important
}

.text-stroke-slategray,
.hover-text-stroke-slategray:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #517495 !important
}

.text-stroke-slategray-light,
.hover-text-stroke-slategray-light:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #96B1CB !important
}

.text-stroke-slategray-lighter,
.hover-text-stroke-slategray-lighter:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #D0DCE7 !important
}

.text-stroke-slategray-lightest,
.hover-text-stroke-slategray-lightest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F2F5F7 !important
}

.text-stroke-gray-darkest,
.hover-text-stroke-gray-darkest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #36454F !important
}

.text-stroke-gray-darker,
.hover-text-stroke-gray-darker:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #465966 !important
}

.text-stroke-gray-dark,
.hover-text-stroke-gray-dark:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #566E7E !important
}

.text-stroke-gray,
.hover-text-stroke-gray:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #668295 !important
}

.text-stroke-gray-light,
.hover-text-stroke-gray-light:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #B7C4CD !important
}

.text-stroke-gray-lighter,
.hover-text-stroke-gray-lighter:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #E4E8EB !important
}

.text-stroke-gray-lightest,
.hover-text-stroke-gray-lightest:hover {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #EEF1F5 !important
}

.text-fill-black,
.hover-text-fill-black:hover {
  -webkit-text-fill-color: #000
}

.text-fill-white,
.hover-text-fill-white:hover {
  -webkit-text-fill-color: #fff
}

.text-fill-transparent,
.hover-text-fill-transparent:hover {
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.text-fill-blue-darkest,
.hover-text-fill-blue-darkest:hover {
  -webkit-text-fill-color: #02305D
}

.text-fill-blue-darker,
.hover-text-fill-blue-darker:hover {
  -webkit-text-fill-color: #1A5D9E
}

.text-fill-blue-dark,
.hover-text-fill-blue-dark:hover {
  -webkit-text-fill-color: #1773CE
}

.text-fill-blue,
.hover-text-fill-blue:hover {
  -webkit-text-fill-color: #409EFF
}

.text-fill-blue-light,
.hover-text-fill-blue-light:hover {
  -webkit-text-fill-color: #65B2FF
}

.text-fill-blue-lighter,
.hover-text-fill-blue-lighter:hover {
  -webkit-text-fill-color: #B3D9FF
}

.text-fill-blue-lightest,
.hover-text-fill-blue-lightest:hover {
  -webkit-text-fill-color: #ECF5FF
}

.text-fill-indigo-darkest,
.hover-text-fill-indigo-darkest:hover {
  -webkit-text-fill-color: #272075
}

.text-fill-indigo-darker,
.hover-text-fill-indigo-darker:hover {
  -webkit-text-fill-color: #332A99
}

.text-fill-indigo-dark,
.hover-text-fill-indigo-dark:hover {
  -webkit-text-fill-color: #3F33BD
}

.text-fill-indigo,
.hover-text-fill-indigo:hover {
  -webkit-text-fill-color: #5A4FCF
}

.text-fill-indigo-light,
.hover-text-fill-indigo-light:hover {
  -webkit-text-fill-color: #837AE6
}

.text-fill-indigo-lighter,
.hover-text-fill-indigo-lighter:hover {
  -webkit-text-fill-color: #C2BDF6
}

.text-fill-indigo-lightest,
.hover-text-fill-indigo-lightest:hover {
  -webkit-text-fill-color: #F0EEFF
}

.text-fill-purple-darkest,
.hover-text-fill-purple-darkest:hover {
  -webkit-text-fill-color: #3D065F
}

.text-fill-purple-darker,
.hover-text-fill-purple-darker:hover {
  -webkit-text-fill-color: #600A97
}

.text-fill-purple-dark,
.hover-text-fill-purple-dark:hover {
  -webkit-text-fill-color: #840DCE
}

.text-fill-purple,
.hover-text-fill-purple:hover {
  -webkit-text-fill-color: #AA38F2
}

.text-fill-purple-light,
.hover-text-fill-purple-light:hover {
  -webkit-text-fill-color: #CC88F7
}

.text-fill-purple-lighter,
.hover-text-fill-purple-lighter:hover {
  -webkit-text-fill-color: #E9CBFC
}

.text-fill-purple-lightest,
.hover-text-fill-purple-lightest:hover {
  -webkit-text-fill-color: #F9F0FE
}

.text-fill-pink-darkest,
.hover-text-fill-pink-darkest:hover {
  -webkit-text-fill-color: #580020
}

.text-fill-pink-darker,
.hover-text-fill-pink-darker:hover {
  -webkit-text-fill-color: #930036
}

.text-fill-pink-dark,
.hover-text-fill-pink-dark:hover {
  -webkit-text-fill-color: #C9366C
}

.text-fill-pink,
.hover-text-fill-pink:hover {
  -webkit-text-fill-color: #F06597
}

.text-fill-pink-light,
.hover-text-fill-pink-light:hover {
  -webkit-text-fill-color: #F58EB4
}

.text-fill-pink-lighter,
.hover-text-fill-pink-lighter:hover {
  -webkit-text-fill-color: #FFCDDF
}

.text-fill-pink-lightest,
.hover-text-fill-pink-lightest:hover {
  -webkit-text-fill-color: #FFEBF2
}

.text-fill-red-darkest,
.hover-text-fill-red-darkest:hover {
  -webkit-text-fill-color: #750E12
}

.text-fill-red-darker,
.hover-text-fill-red-darker:hover {
  -webkit-text-fill-color: #A9151A
}

.text-fill-red-dark,
.hover-text-fill-red-dark:hover {
  -webkit-text-fill-color: #CC191F
}

.text-fill-red,
.hover-text-fill-red:hover {
  -webkit-text-fill-color: #E7393F
}

.text-fill-red-light,
.hover-text-fill-red-light:hover {
  -webkit-text-fill-color: #ED6D72
}

.text-fill-red-lighter,
.hover-text-fill-red-lighter:hover {
  -webkit-text-fill-color: #F8C5C7
}

.text-fill-red-lightest,
.hover-text-fill-red-lightest:hover {
  -webkit-text-fill-color: #FCE8E8
}

.text-fill-orange-darkest,
.hover-text-fill-orange-darkest:hover {
  -webkit-text-fill-color: #854300
}

.text-fill-orange-darker,
.hover-text-fill-orange-darker:hover {
  -webkit-text-fill-color: #C06000
}

.text-fill-orange-dark,
.hover-text-fill-orange-dark:hover {
  -webkit-text-fill-color: #E77400
}

.text-fill-orange,
.hover-text-fill-orange:hover {
  -webkit-text-fill-color: #FF8710
}

.text-fill-orange-light,
.hover-text-fill-orange-light:hover {
  -webkit-text-fill-color: #FFB872
}

.text-fill-orange-lighter,
.hover-text-fill-orange-lighter:hover {
  -webkit-text-fill-color: #FFE0C0
}

.text-fill-orange-lightest,
.hover-text-fill-orange-lightest:hover {
  -webkit-text-fill-color: #FFF3E7
}

.text-fill-yellow-darkest,
.hover-text-fill-yellow-darkest:hover {
  -webkit-text-fill-color: #6A5502
}

.text-fill-yellow-darker,
.hover-text-fill-yellow-darker:hover {
  -webkit-text-fill-color: #B79303
}

.text-fill-yellow-dark,
.hover-text-fill-yellow-dark:hover {
  -webkit-text-fill-color: #DDB104
}

.text-fill-yellow,
.hover-text-fill-yellow:hover {
  -webkit-text-fill-color: #FACB0E
}

.text-fill-yellow-light,
.hover-text-fill-yellow-light:hover {
  -webkit-text-fill-color: #FDE482
}

.text-fill-yellow-lighter,
.hover-text-fill-yellow-lighter:hover {
  -webkit-text-fill-color: #FEF0BC
}

.text-fill-yellow-lightest,
.hover-text-fill-yellow-lightest:hover {
  -webkit-text-fill-color: #FEF7DB
}

.text-fill-pear-darkest,
.hover-text-fill-pear-darkest:hover {
  -webkit-text-fill-color: #4F560C
}

.text-fill-pear-darker,
.hover-text-fill-pear-darker:hover {
  -webkit-text-fill-color: #7F8A13
}

.text-fill-pear-dark,
.hover-text-fill-pear-dark:hover {
  -webkit-text-fill-color: #9EAC18
}

.text-fill-pear,
.hover-text-fill-pear:hover {
  -webkit-text-fill-color: #BECF1D
}

.text-fill-pear-light,
.hover-text-fill-pear-light:hover {
  -webkit-text-fill-color: #DDE965
}

.text-fill-pear-lighter,
.hover-text-fill-pear-lighter:hover {
  -webkit-text-fill-color: #F4F8CC
}

.text-fill-pear-lightest,
.hover-text-fill-pear-lightest:hover {
  -webkit-text-fill-color: #FBFDEE
}

.text-fill-green-darkest,
.hover-text-fill-green-darkest:hover {
  -webkit-text-fill-color: #206120
}

.text-fill-green-darker,
.hover-text-fill-green-darker:hover {
  -webkit-text-fill-color: #2F8D2F
}

.text-fill-green-dark,
.hover-text-fill-green-dark:hover {
  -webkit-text-fill-color: #39AB39
}

.text-fill-green,
.hover-text-fill-green:hover {
  -webkit-text-fill-color: #49C249
}

.text-fill-green-light,
.hover-text-fill-green-light:hover {
  -webkit-text-fill-color: #89E089
}

.text-fill-green-lighter,
.hover-text-fill-green-lighter:hover {
  -webkit-text-fill-color: #DCF3DC
}

.text-fill-green-lightest,
.hover-text-fill-green-lightest:hover {
  -webkit-text-fill-color: #EAF8EA
}

.text-fill-mint-darkest,
.hover-text-fill-mint-darkest:hover {
  -webkit-text-fill-color: #136B44
}

.text-fill-mint-darker,
.hover-text-fill-mint-darker:hover {
  -webkit-text-fill-color: #1DA569
}

.text-fill-mint-dark,
.hover-text-fill-mint-dark:hover {
  -webkit-text-fill-color: #23C67E
}

.text-fill-mint,
.hover-text-fill-mint:hover {
  -webkit-text-fill-color: #35DB92
}

.text-fill-mint-light,
.hover-text-fill-mint-light:hover {
  -webkit-text-fill-color: #89EABF
}

.text-fill-mint-lighter,
.hover-text-fill-mint-lighter:hover {
  -webkit-text-fill-color: #DCF9EC
}

.text-fill-mint-lightest,
.hover-text-fill-mint-lightest:hover {
  -webkit-text-fill-color: #F2FCF7
}

.text-fill-teal-darkest,
.hover-text-fill-teal-darkest:hover {
  -webkit-text-fill-color: #225960
}

.text-fill-teal-darker,
.hover-text-fill-teal-darker:hover {
  -webkit-text-fill-color: #2D747D
}

.text-fill-teal-dark,
.hover-text-fill-teal-dark:hover {
  -webkit-text-fill-color: #378E99
}

.text-fill-teal,
.hover-text-fill-teal:hover {
  -webkit-text-fill-color: #42A9B6
}

.text-fill-teal-light,
.hover-text-fill-teal-light:hover {
  -webkit-text-fill-color: #95D1D9
}

.text-fill-teal-lighter,
.hover-text-fill-teal-lighter:hover {
  -webkit-text-fill-color: #DDF0F3
}

.text-fill-teal-lightest,
.hover-text-fill-teal-lightest:hover {
  -webkit-text-fill-color: #EDF9FA
}

.text-fill-wine-darkest,
.hover-text-fill-wine-darkest:hover {
  -webkit-text-fill-color: #481E23
}

.text-fill-wine-darker,
.hover-text-fill-wine-darker:hover {
  -webkit-text-fill-color: #722F37
}

.text-fill-wine-dark,
.hover-text-fill-wine-dark:hover {
  -webkit-text-fill-color: #8E3A44
}

.text-fill-wine,
.hover-text-fill-wine:hover {
  -webkit-text-fill-color: #AA4652
}

.text-fill-wine-light,
.hover-text-fill-wine-light:hover {
  -webkit-text-fill-color: #D2939A
}

.text-fill-wine-lighter,
.hover-text-fill-wine-lighter:hover {
  -webkit-text-fill-color: #EFD8DB
}

.text-fill-wine-lightest,
.hover-text-fill-wine-lightest:hover {
  -webkit-text-fill-color: #FAF3F4
}

.text-fill-brown-darkest,
.hover-text-fill-brown-darkest:hover {
  -webkit-text-fill-color: #3D2F2B
}

.text-fill-brown-darker,
.hover-text-fill-brown-darker:hover {
  -webkit-text-fill-color: #54413B
}

.text-fill-brown-dark,
.hover-text-fill-brown-dark:hover {
  -webkit-text-fill-color: #6B534C
}

.text-fill-brown,
.hover-text-fill-brown:hover {
  -webkit-text-fill-color: #8D6D64
}

.text-fill-brown-light,
.hover-text-fill-brown-light:hover {
  -webkit-text-fill-color: #C8B7B2
}

.text-fill-brown-lighter,
.hover-text-fill-brown-lighter:hover {
  -webkit-text-fill-color: #E9E2E0
}

.text-fill-brown-lightest,
.hover-text-fill-brown-lightest:hover {
  -webkit-text-fill-color: #FFF9F7
}

.text-fill-almond-darkest,
.hover-text-fill-almond-darkest:hover {
  -webkit-text-fill-color: #634120
}

.text-fill-almond-darker,
.hover-text-fill-almond-darker:hover {
  -webkit-text-fill-color: #8A5B2C
}

.text-fill-almond-dark,
.hover-text-fill-almond-dark:hover {
  -webkit-text-fill-color: #AD7237
}

.text-fill-almond,
.hover-text-fill-almond:hover {
  -webkit-text-fill-color: #C48647
}

.text-fill-almond-light,
.hover-text-fill-almond-light:hover {
  -webkit-text-fill-color: #DCB792
}

.text-fill-almond-lighter,
.hover-text-fill-almond-lighter:hover {
  -webkit-text-fill-color: #EFDECD
}

.text-fill-almond-lightest,
.hover-text-fill-almond-lightest:hover {
  -webkit-text-fill-color: #F9F0E8
}

.text-fill-slategray-darkest,
.hover-text-fill-slategray-darkest:hover {
  -webkit-text-fill-color: #05192D
}

.text-fill-slategray-darker,
.hover-text-fill-slategray-darker:hover {
  -webkit-text-fill-color: #102C45
}

.text-fill-slategray-dark,
.hover-text-fill-slategray-dark:hover {
  -webkit-text-fill-color: #2F5070
}

.text-fill-slategray,
.hover-text-fill-slategray:hover {
  -webkit-text-fill-color: #517495
}

.text-fill-slategray-light,
.hover-text-fill-slategray-light:hover {
  -webkit-text-fill-color: #96B1CB
}

.text-fill-slategray-lighter,
.hover-text-fill-slategray-lighter:hover {
  -webkit-text-fill-color: #D0DCE7
}

.text-fill-slategray-lightest,
.hover-text-fill-slategray-lightest:hover {
  -webkit-text-fill-color: #F2F5F7
}

.text-fill-gray-darkest,
.hover-text-fill-gray-darkest:hover {
  -webkit-text-fill-color: #36454F
}

.text-fill-gray-darker,
.hover-text-fill-gray-darker:hover {
  -webkit-text-fill-color: #465966
}

.text-fill-gray-dark,
.hover-text-fill-gray-dark:hover {
  -webkit-text-fill-color: #566E7E
}

.text-fill-gray,
.hover-text-fill-gray:hover {
  -webkit-text-fill-color: #668295
}

.text-fill-gray-light,
.hover-text-fill-gray-light:hover {
  -webkit-text-fill-color: #B7C4CD
}

.text-fill-gray-lighter,
.hover-text-fill-gray-lighter:hover {
  -webkit-text-fill-color: #E4E8EB
}

.text-fill-gray-lightest,
.hover-text-fill-gray-lightest:hover {
  -webkit-text-fill-color: #EEF1F5
}

.list-none {
  list-style-type: none
}

.list-disc {
  list-style-type: disc
}

.list-decimal {
  list-style-type: decimal
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

.opacity-0 {
  opacity: 0
}

.hover-opacity-0:hover {
  opacity: 0
}

.opacity-10 {
  opacity: .1
}

.hover-opacity-10:hover {
  opacity: .1
}

.opacity-20 {
  opacity: .2
}

.hover-opacity-20:hover {
  opacity: .2
}

.opacity-30 {
  opacity: .3
}

.hover-opacity-30:hover {
  opacity: .3
}

.opacity-40 {
  opacity: .4
}

.hover-opacity-40:hover {
  opacity: .4
}

.opacity-50 {
  opacity: .5
}

.hover-opacity-50:hover {
  opacity: .5
}

.opacity-60 {
  opacity: .6
}

.hover-opacity-60:hover {
  opacity: .6
}

.opacity-70 {
  opacity: .7
}

.hover-opacity-70:hover {
  opacity: .7
}

.opacity-80 {
  opacity: .8
}

.hover-opacity-80:hover {
  opacity: .8
}

.opacity-90 {
  opacity: .9
}

.hover-opacity-90:hover {
  opacity: .9
}

.opacity-100 {
  opacity: 1
}

.hover-opacity-100:hover {
  opacity: 1
}

.absolute {
  position: absolute !important
}

.fixed {
  position: fixed !important
}

.relative {
  position: relative !important
}

.static {
  position: static !important
}

.sticky {
  position: -webkit-sticky !important;
  position: sticky !important
}

@media (min-width: 576px) {
  .sm-absolute {
    position: absolute !important
  }

  .sm-fixed {
    position: fixed !important
  }

  .sm-relative {
    position: relative !important
  }

  .sm-static {
    position: static !important
  }

  .sm-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
  }
}

@media (min-width: 768px) {
  .md-absolute {
    position: absolute !important
  }

  .md-fixed {
    position: fixed !important
  }

  .md-relative {
    position: relative !important
  }

  .md-static {
    position: static !important
  }

  .md-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
  }
}

@media (min-width: 992px) {
  .lg-absolute {
    position: absolute !important
  }

  .lg-fixed {
    position: fixed !important
  }

  .lg-relative {
    position: relative !important
  }

  .lg-static {
    position: static !important
  }

  .lg-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
  }
}

@media (min-width: 1200px) {
  .xl-absolute {
    position: absolute !important
  }

  .xl-fixed {
    position: fixed !important
  }

  .xl-relative {
    position: relative !important
  }

  .xl-static {
    position: static !important
  }

  .xl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
  }
}

.top-0 {
  top: 0
}

.right-0 {
  right: 0
}

.bottom-0 {
  bottom: 0
}

.left-0 {
  left: 0
}

.top-50pc {
  top: 50%
}

.right-50pc {
  right: 50%
}

.bottom-50pc {
  bottom: 50%
}

.left-50pc {
  left: 50%
}

.top-100pc {
  top: 100%
}

.right-100pc {
  right: 100%
}

.bottom-100pc {
  bottom: 100%
}

.left-100pc {
  left: 100%
}

.top-auto {
  top: auto
}

.right-auto {
  right: auto
}

.bottom-auto {
  bottom: auto
}

.left-auto {
  left: auto
}

.block {
  display: block !important
}

.inline-block {
  display: inline-block !important
}

.inline {
  display: inline !important
}

.flex {
  display: flex !important
}

.inline-flex {
  display: inline-flex !important
}

.table {
  display: table !important
}

.table-row {
  display: table-row !important
}

.table-cell {
  display: table-cell !important
}

.hidden {
  display: none !important
}

@media (min-width: 576px) {
  .sm-block {
    display: block !important
  }

  .sm-inline-block {
    display: inline-block !important
  }

  .sm-inline {
    display: inline !important
  }

  .sm-flex {
    display: flex !important
  }

  .sm-inline-flex {
    display: inline-flex !important
  }

  .sm-table {
    display: table !important
  }

  .sm-table-row {
    display: table-row !important
  }

  .sm-table-cell {
    display: table-cell !important
  }

  .sm-hidden {
    display: none !important
  }
}

@media (min-width: 768px) {
  .md-block {
    display: block !important
  }

  .md-inline-block {
    display: inline-block !important
  }

  .md-inline {
    display: inline !important
  }

  .md-flex {
    display: flex !important
  }

  .md-inline-flex {
    display: inline-flex !important
  }

  .md-table {
    display: table !important
  }

  .md-table-row {
    display: table-row !important
  }

  .md-table-cell {
    display: table-cell !important
  }

  .md-hidden {
    display: none !important
  }
}

@media (min-width: 992px) {
  .lg-block {
    display: block !important
  }

  .lg-inline-block {
    display: inline-block !important
  }

  .lg-inline {
    display: inline !important
  }

  .lg-flex {
    display: flex !important
  }

  .lg-inline-flex {
    display: inline-flex !important
  }

  .lg-table {
    display: table !important
  }

  .lg-table-row {
    display: table-row !important
  }

  .lg-table-cell {
    display: table-cell !important
  }

  .lg-hidden {
    display: none !important
  }
}

@media (min-width: 1200px) {
  .xl-block {
    display: block !important
  }

  .xl-inline-block {
    display: inline-block !important
  }

  .xl-inline {
    display: inline !important
  }

  .xl-flex {
    display: flex !important
  }

  .xl-inline-flex {
    display: inline-flex !important
  }

  .xl-table {
    display: table !important
  }

  .xl-table-row {
    display: table-row !important
  }

  .xl-table-cell {
    display: table-cell !important
  }

  .xl-hidden {
    display: none !important
  }
}

.z--1 {
  z-index: -1
}

.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-100 {
  z-index: 100
}

.z-1000 {
  z-index: 1000
}

.z-2000 {
  z-index: 2000
}

.z-5000 {
  z-index: 5000
}

.z-10000 {
  z-index: 10000
}

.z-auto {
  z-index: auto
}

.float-left {
  float: left
}

.float-right {
  float: right
}

.float-none {
  float: none
}

.align-baseline {
  vertical-align: baseline
}

.align-top {
  vertical-align: top
}

.align-middle {
  vertical-align: middle
}

.align-bottom {
  vertical-align: bottom
}

.clearfix::after,
.clear-both::after {
  content: "";
  display: table;
  clear: both
}

.overflow-auto {
  overflow: auto !important
}

.overflow-x-auto {
  overflow-x: auto !important
}

.overflow-y-auto {
  overflow-y: auto !important
}

.overflow-hidden {
  overflow: hidden !important
}

.overflow-x-hidden {
  overflow-x: hidden !important
}

.overflow-y-hidden {
  overflow-y: hidden !important
}

.overflow-visible {
  overflow: visible !important
}

.overflow-x-visible {
  overflow-x: visible !important
}

.overflow-y-visible {
  overflow-y: visible !important
}

.overflow-scroll {
  overflow: scroll !important
}

.overflow-x-scroll {
  overflow-x: scroll !important
}

.overflow-y-scroll {
  overflow-y: scroll !important
}

@media (min-width: 576px) {
  .sm-overflow-auto {
    overflow: auto !important
  }

  .sm-overflow-x-auto {
    overflow-x: auto !important
  }

  .sm-overflow-y-auto {
    overflow-y: auto !important
  }

  .sm-overflow-hidden {
    overflow: hidden !important
  }

  .sm-overflow-x-hidden {
    overflow-x: hidden !important
  }

  .sm-overflow-y-hidden {
    overflow-y: hidden !important
  }

  .sm-overflow-visible {
    overflow: visible !important
  }

  .sm-overflow-x-visible {
    overflow-x: visible !important
  }

  .sm-overflow-y-visible {
    overflow-y: visible !important
  }

  .sm-overflow-scroll {
    overflow: scroll !important
  }

  .sm-overflow-x-scroll {
    overflow-x: scroll !important
  }

  .sm-overflow-y-scroll {
    overflow-y: scroll !important
  }
}

@media (min-width: 768px) {
  .md-overflow-auto {
    overflow: auto !important
  }

  .md-overflow-x-auto {
    overflow-x: auto !important
  }

  .md-overflow-y-auto {
    overflow-y: auto !important
  }

  .md-overflow-hidden {
    overflow: hidden !important
  }

  .md-overflow-x-hidden {
    overflow-x: hidden !important
  }

  .md-overflow-y-hidden {
    overflow-y: hidden !important
  }

  .md-overflow-visible {
    overflow: visible !important
  }

  .md-overflow-x-visible {
    overflow-x: visible !important
  }

  .md-overflow-y-visible {
    overflow-y: visible !important
  }

  .md-overflow-scroll {
    overflow: scroll !important
  }

  .md-overflow-x-scroll {
    overflow-x: scroll !important
  }

  .md-overflow-y-scroll {
    overflow-y: scroll !important
  }
}

@media (min-width: 992px) {
  .lg-overflow-auto {
    overflow: auto !important
  }

  .lg-overflow-x-auto {
    overflow-x: auto !important
  }

  .lg-overflow-y-auto {
    overflow-y: auto !important
  }

  .lg-overflow-hidden {
    overflow: hidden !important
  }

  .lg-overflow-x-hidden {
    overflow-x: hidden !important
  }

  .lg-overflow-y-hidden {
    overflow-y: hidden !important
  }

  .lg-overflow-visible {
    overflow: visible !important
  }

  .lg-overflow-x-visible {
    overflow-x: visible !important
  }

  .lg-overflow-y-visible {
    overflow-y: visible !important
  }

  .lg-overflow-scroll {
    overflow: scroll !important
  }

  .lg-overflow-x-scroll {
    overflow-x: scroll !important
  }

  .lg-overflow-y-scroll {
    overflow-y: scroll !important
  }
}

@media (min-width: 1200px) {
  .xl-overflow-auto {
    overflow: auto !important
  }

  .xl-overflow-x-auto {
    overflow-x: auto !important
  }

  .xl-overflow-y-auto {
    overflow-y: auto !important
  }

  .xl-overflow-hidden {
    overflow: hidden !important
  }

  .xl-overflow-x-hidden {
    overflow-x: hidden !important
  }

  .xl-overflow-y-hidden {
    overflow-y: hidden !important
  }

  .xl-overflow-visible {
    overflow: visible !important
  }

  .xl-overflow-x-visible {
    overflow-x: visible !important
  }

  .xl-overflow-y-visible {
    overflow-y: visible !important
  }

  .xl-overflow-scroll {
    overflow: scroll !important
  }

  .xl-overflow-x-scroll {
    overflow-x: scroll !important
  }

  .xl-overflow-y-scroll {
    overflow-y: scroll !important
  }
}

.absolute-full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.absolute-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0
}

.absolute-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0
}

.absolute-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.absolute-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%)
}

.fixed-full {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.fixed-left {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0
}

.fixed-right {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0
}

.fixed-center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%)
}

.shadow-0,
.hover-shadow-0:hover {
  box-shadow: none
}

.shadow,
.hover-shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
}

.shadow-1,
.hover-shadow-1:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}

.shadow-2,
.hover-shadow-2:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
}

.shadow-3,
.hover-shadow-3:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
}

.shadow-4,
.hover-shadow-4:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
}

.shadow-blue,
.hover-shadow-blue:hover {
  box-shadow: 0 2px 3px 0 rgba(64, 158, 255, 0.5)
}

.shadow-1-blue,
.hover-shadow-1-blue:hover {
  box-shadow: 0 4px 6px -1px rgba(64, 158, 255, 0.5)
}

.shadow-2-blue,
.hover-shadow-2-blue:hover {
  box-shadow: 0 10px 15px -3px rgba(64, 158, 255, 0.5)
}

.shadow-3-blue,
.hover-shadow-3-blue:hover {
  box-shadow: 0 20px 25px -5px rgba(64, 158, 255, 0.4)
}

.shadow-4-blue,
.hover-shadow-4-blue:hover {
  box-shadow: 0 25px 40px -8px rgba(64, 158, 255, 0.25)
}

.shadow-indigo,
.hover-shadow-indigo:hover {
  box-shadow: 0 2px 3px 0 rgba(90, 79, 207, 0.5)
}

.shadow-1-indigo,
.hover-shadow-1-indigo:hover {
  box-shadow: 0 4px 6px -1px rgba(90, 79, 207, 0.5)
}

.shadow-2-indigo,
.hover-shadow-2-indigo:hover {
  box-shadow: 0 10px 15px -3px rgba(90, 79, 207, 0.5)
}

.shadow-3-indigo,
.hover-shadow-3-indigo:hover {
  box-shadow: 0 20px 25px -5px rgba(90, 79, 207, 0.4)
}

.shadow-4-indigo,
.hover-shadow-4-indigo:hover {
  box-shadow: 0 25px 40px -8px rgba(90, 79, 207, 0.25)
}

.shadow-gray,
.hover-shadow-gray:hover {
  box-shadow: 0 2px 3px 0 rgba(102, 130, 149, 0.5)
}

.shadow-1-gray,
.hover-shadow-1-gray:hover {
  box-shadow: 0 4px 6px -1px rgba(102, 130, 149, 0.5)
}

.shadow-2-gray,
.hover-shadow-2-gray:hover {
  box-shadow: 0 10px 15px -3px rgba(102, 130, 149, 0.5)
}

.shadow-3-gray,
.hover-shadow-3-gray:hover {
  box-shadow: 0 20px 25px -5px rgba(102, 130, 149, 0.4)
}

.shadow-4-gray,
.hover-shadow-4-gray:hover {
  box-shadow: 0 25px 40px -8px rgba(102, 130, 149, 0.25)
}

.shadow-purple,
.hover-shadow-purple:hover {
  box-shadow: 0 2px 3px 0 rgba(170, 56, 242, 0.5)
}

.shadow-1-purple,
.hover-shadow-1-purple:hover {
  box-shadow: 0 4px 6px -1px rgba(170, 56, 242, 0.5)
}

.shadow-2-purple,
.hover-shadow-2-purple:hover {
  box-shadow: 0 10px 15px -3px rgba(170, 56, 242, 0.5)
}

.shadow-3-purple,
.hover-shadow-3-purple:hover {
  box-shadow: 0 20px 25px -5px rgba(170, 56, 242, 0.4)
}

.shadow-4-purple,
.hover-shadow-4-purple:hover {
  box-shadow: 0 25px 40px -8px rgba(170, 56, 242, 0.25)
}

.shadow-pink,
.hover-shadow-pink:hover {
  box-shadow: 0 2px 3px 0 rgba(240, 101, 151, 0.5)
}

.shadow-1-pink,
.hover-shadow-1-pink:hover {
  box-shadow: 0 4px 6px -1px rgba(240, 101, 151, 0.5)
}

.shadow-2-pink,
.hover-shadow-2-pink:hover {
  box-shadow: 0 10px 15px -3px rgba(240, 101, 151, 0.5)
}

.shadow-3-pink,
.hover-shadow-3-pink:hover {
  box-shadow: 0 20px 25px -5px rgba(240, 101, 151, 0.4)
}

.shadow-4-pink,
.hover-shadow-4-pink:hover {
  box-shadow: 0 25px 40px -8px rgba(240, 101, 151, 0.25)
}

.shadow-red,
.hover-shadow-red:hover {
  box-shadow: 0 2px 3px 0 rgba(231, 57, 63, 0.5)
}

.shadow-1-red,
.hover-shadow-1-red:hover {
  box-shadow: 0 4px 6px -1px rgba(231, 57, 63, 0.5)
}

.shadow-2-red,
.hover-shadow-2-red:hover {
  box-shadow: 0 10px 15px -3px rgba(231, 57, 63, 0.5)
}

.shadow-3-red,
.hover-shadow-3-red:hover {
  box-shadow: 0 20px 25px -5px rgba(231, 57, 63, 0.4)
}

.shadow-4-red,
.hover-shadow-4-red:hover {
  box-shadow: 0 25px 40px -8px rgba(231, 57, 63, 0.25)
}

.shadow-orange,
.hover-shadow-orange:hover {
  box-shadow: 0 2px 3px 0 rgba(255, 135, 16, 0.5)
}

.shadow-1-orange,
.hover-shadow-1-orange:hover {
  box-shadow: 0 4px 6px -1px rgba(255, 135, 16, 0.5)
}

.shadow-2-orange,
.hover-shadow-2-orange:hover {
  box-shadow: 0 10px 15px -3px rgba(255, 135, 16, 0.5)
}

.shadow-3-orange,
.hover-shadow-3-orange:hover {
  box-shadow: 0 20px 25px -5px rgba(255, 135, 16, 0.4)
}

.shadow-4-orange,
.hover-shadow-4-orange:hover {
  box-shadow: 0 25px 40px -8px rgba(255, 135, 16, 0.25)
}

.shadow-yellow,
.hover-shadow-yellow:hover {
  box-shadow: 0 2px 3px 0 rgba(250, 203, 14, 0.5)
}

.shadow-1-yellow,
.hover-shadow-1-yellow:hover {
  box-shadow: 0 4px 6px -1px rgba(250, 203, 14, 0.5)
}

.shadow-2-yellow,
.hover-shadow-2-yellow:hover {
  box-shadow: 0 10px 15px -3px rgba(250, 203, 14, 0.5)
}

.shadow-3-yellow,
.hover-shadow-3-yellow:hover {
  box-shadow: 0 20px 25px -5px rgba(250, 203, 14, 0.4)
}

.shadow-4-yellow,
.hover-shadow-4-yellow:hover {
  box-shadow: 0 25px 40px -8px rgba(250, 203, 14, 0.25)
}

.shadow-pear,
.hover-shadow-pear:hover {
  box-shadow: 0 2px 3px 0 rgba(190, 207, 29, 0.5)
}

.shadow-1-pear,
.hover-shadow-1-pear:hover {
  box-shadow: 0 4px 6px -1px rgba(190, 207, 29, 0.5)
}

.shadow-2-pear,
.hover-shadow-2-pear:hover {
  box-shadow: 0 10px 15px -3px rgba(190, 207, 29, 0.5)
}

.shadow-3-pear,
.hover-shadow-3-pear:hover {
  box-shadow: 0 20px 25px -5px rgba(190, 207, 29, 0.4)
}

.shadow-4-pear,
.hover-shadow-4-pear:hover {
  box-shadow: 0 25px 40px -8px rgba(190, 207, 29, 0.25)
}

.shadow-green,
.hover-shadow-green:hover {
  box-shadow: 0 2px 3px 0 rgba(73, 194, 73, 0.5)
}

.shadow-1-green,
.hover-shadow-1-green:hover {
  box-shadow: 0 4px 6px -1px rgba(73, 194, 73, 0.5)
}

.shadow-2-green,
.hover-shadow-2-green:hover {
  box-shadow: 0 10px 15px -3px rgba(73, 194, 73, 0.5)
}

.shadow-3-green,
.hover-shadow-3-green:hover {
  box-shadow: 0 20px 25px -5px rgba(73, 194, 73, 0.4)
}

.shadow-4-green,
.hover-shadow-4-green:hover {
  box-shadow: 0 25px 40px -8px rgba(73, 194, 73, 0.25)
}

.shadow-mint,
.hover-shadow-mint:hover {
  box-shadow: 0 2px 3px 0 rgba(53, 219, 146, 0.5)
}

.shadow-1-mint,
.hover-shadow-1-mint:hover {
  box-shadow: 0 4px 6px -1px rgba(53, 219, 146, 0.5)
}

.shadow-2-mint,
.hover-shadow-2-mint:hover {
  box-shadow: 0 10px 15px -3px rgba(53, 219, 146, 0.5)
}

.shadow-3-mint,
.hover-shadow-3-mint:hover {
  box-shadow: 0 20px 25px -5px rgba(53, 219, 146, 0.4)
}

.shadow-4-mint,
.hover-shadow-4-mint:hover {
  box-shadow: 0 25px 40px -8px rgba(53, 219, 146, 0.25)
}

.shadow-teal,
.hover-shadow-teal:hover {
  box-shadow: 0 2px 3px 0 rgba(66, 169, 182, 0.5)
}

.shadow-1-teal,
.hover-shadow-1-teal:hover {
  box-shadow: 0 4px 6px -1px rgba(66, 169, 182, 0.5)
}

.shadow-2-teal,
.hover-shadow-2-teal:hover {
  box-shadow: 0 10px 15px -3px rgba(66, 169, 182, 0.5)
}

.shadow-3-teal,
.hover-shadow-3-teal:hover {
  box-shadow: 0 20px 25px -5px rgba(66, 169, 182, 0.4)
}

.shadow-4-teal,
.hover-shadow-4-teal:hover {
  box-shadow: 0 25px 40px -8px rgba(66, 169, 182, 0.25)
}

.shadow-slategray,
.hover-shadow-slategray:hover {
  box-shadow: 0 2px 3px 0 rgba(81, 116, 149, 0.5)
}

.shadow-1-slategray,
.hover-shadow-1-slategray:hover {
  box-shadow: 0 4px 6px -1px rgba(81, 116, 149, 0.5)
}

.shadow-2-slategray,
.hover-shadow-2-slategray:hover {
  box-shadow: 0 10px 15px -3px rgba(81, 116, 149, 0.5)
}

.shadow-3-slategray,
.hover-shadow-3-slategray:hover {
  box-shadow: 0 20px 25px -5px rgba(81, 116, 149, 0.4)
}

.shadow-4-slategray,
.hover-shadow-4-slategray:hover {
  box-shadow: 0 25px 40px -8px rgba(81, 116, 149, 0.25)
}

.shadow-brown,
.hover-shadow-brown:hover {
  box-shadow: 0 2px 3px 0 rgba(141, 109, 100, 0.5)
}

.shadow-1-brown,
.hover-shadow-1-brown:hover {
  box-shadow: 0 4px 6px -1px rgba(141, 109, 100, 0.5)
}

.shadow-2-brown,
.hover-shadow-2-brown:hover {
  box-shadow: 0 10px 15px -3px rgba(141, 109, 100, 0.5)
}

.shadow-3-brown,
.hover-shadow-3-brown:hover {
  box-shadow: 0 20px 25px -5px rgba(141, 109, 100, 0.4)
}

.shadow-4-brown,
.hover-shadow-4-brown:hover {
  box-shadow: 0 25px 40px -8px rgba(141, 109, 100, 0.25)
}

.shadow-wine,
.hover-shadow-wine:hover {
  box-shadow: 0 2px 3px 0 rgba(170, 70, 82, 0.5)
}

.shadow-1-wine,
.hover-shadow-1-wine:hover {
  box-shadow: 0 4px 6px -1px rgba(170, 70, 82, 0.5)
}

.shadow-2-wine,
.hover-shadow-2-wine:hover {
  box-shadow: 0 10px 15px -3px rgba(170, 70, 82, 0.5)
}

.shadow-3-wine,
.hover-shadow-3-wine:hover {
  box-shadow: 0 20px 25px -5px rgba(170, 70, 82, 0.4)
}

.shadow-4-wine,
.hover-shadow-4-wine:hover {
  box-shadow: 0 25px 40px -8px rgba(170, 70, 82, 0.25)
}

.shadow-almond,
.hover-shadow-almond:hover {
  box-shadow: 0 2px 3px 0 rgba(196, 134, 71, 0.5)
}

.shadow-1-almond,
.hover-shadow-1-almond:hover {
  box-shadow: 0 4px 6px -1px rgba(196, 134, 71, 0.5)
}

.shadow-2-almond,
.hover-shadow-2-almond:hover {
  box-shadow: 0 10px 15px -3px rgba(196, 134, 71, 0.5)
}

.shadow-3-almond,
.hover-shadow-3-almond:hover {
  box-shadow: 0 20px 25px -5px rgba(196, 134, 71, 0.4)
}

.shadow-4-almond,
.hover-shadow-4-almond:hover {
  box-shadow: 0 25px 40px -8px rgba(196, 134, 71, 0.25)
}

.focus-black:focus {
  border-color: #000 !important;
  box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25) !important
}

.focus-white:focus {
  border-color: #fff !important;
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25) !important
}

.focus-transparent:focus {
  border-color: rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25) !important
}

.focus-blue-darkest:focus {
  border-color: #02305D !important;
  box-shadow: 0 0 0 0.125em rgba(2, 48, 93, 0.25) !important
}

.focus-blue-darker:focus {
  border-color: #1A5D9E !important;
  box-shadow: 0 0 0 0.125em rgba(26, 93, 158, 0.25) !important
}

.focus-blue-dark:focus {
  border-color: #1773CE !important;
  box-shadow: 0 0 0 0.125em rgba(23, 115, 206, 0.25) !important
}

.focus-blue:focus {
  border-color: #409EFF !important;
  box-shadow: 0 0 0 0.125em rgba(64, 158, 255, 0.25) !important
}

.focus-blue-light:focus {
  border-color: #65B2FF !important;
  box-shadow: 0 0 0 0.125em rgba(101, 178, 255, 0.25) !important
}

.focus-blue-lighter:focus {
  border-color: #B3D9FF !important;
  box-shadow: 0 0 0 0.125em rgba(179, 217, 255, 0.25) !important
}

.focus-blue-lightest:focus {
  border-color: #ECF5FF !important;
  box-shadow: 0 0 0 0.125em rgba(236, 245, 255, 0.25) !important
}

.focus-indigo-darkest:focus {
  border-color: #272075 !important;
  box-shadow: 0 0 0 0.125em rgba(39, 32, 117, 0.25) !important
}

.focus-indigo-darker:focus {
  border-color: #332A99 !important;
  box-shadow: 0 0 0 0.125em rgba(51, 42, 153, 0.25) !important
}

.focus-indigo-dark:focus {
  border-color: #3F33BD !important;
  box-shadow: 0 0 0 0.125em rgba(63, 51, 189, 0.25) !important
}

.focus-indigo:focus {
  border-color: #5A4FCF !important;
  box-shadow: 0 0 0 0.125em rgba(90, 79, 207, 0.25) !important
}

.focus-indigo-light:focus {
  border-color: #837AE6 !important;
  box-shadow: 0 0 0 0.125em rgba(131, 122, 230, 0.25) !important
}

.focus-indigo-lighter:focus {
  border-color: #C2BDF6 !important;
  box-shadow: 0 0 0 0.125em rgba(194, 189, 246, 0.25) !important
}

.focus-indigo-lightest:focus {
  border-color: #F0EEFF !important;
  box-shadow: 0 0 0 0.125em rgba(240, 238, 255, 0.25) !important
}

.focus-purple-darkest:focus {
  border-color: #3D065F !important;
  box-shadow: 0 0 0 0.125em rgba(61, 6, 95, 0.25) !important
}

.focus-purple-darker:focus {
  border-color: #600A97 !important;
  box-shadow: 0 0 0 0.125em rgba(96, 10, 151, 0.25) !important
}

.focus-purple-dark:focus {
  border-color: #840DCE !important;
  box-shadow: 0 0 0 0.125em rgba(132, 13, 206, 0.25) !important
}

.focus-purple:focus {
  border-color: #AA38F2 !important;
  box-shadow: 0 0 0 0.125em rgba(170, 56, 242, 0.25) !important
}

.focus-purple-light:focus {
  border-color: #CC88F7 !important;
  box-shadow: 0 0 0 0.125em rgba(204, 136, 247, 0.25) !important
}

.focus-purple-lighter:focus {
  border-color: #E9CBFC !important;
  box-shadow: 0 0 0 0.125em rgba(233, 203, 252, 0.25) !important
}

.focus-purple-lightest:focus {
  border-color: #F9F0FE !important;
  box-shadow: 0 0 0 0.125em rgba(249, 240, 254, 0.25) !important
}

.focus-pink-darkest:focus {
  border-color: #580020 !important;
  box-shadow: 0 0 0 0.125em rgba(88, 0, 32, 0.25) !important
}

.focus-pink-darker:focus {
  border-color: #930036 !important;
  box-shadow: 0 0 0 0.125em rgba(147, 0, 54, 0.25) !important
}

.focus-pink-dark:focus {
  border-color: #C9366C !important;
  box-shadow: 0 0 0 0.125em rgba(201, 54, 108, 0.25) !important
}

.focus-pink:focus {
  border-color: #F06597 !important;
  box-shadow: 0 0 0 0.125em rgba(240, 101, 151, 0.25) !important
}

.focus-pink-light:focus {
  border-color: #F58EB4 !important;
  box-shadow: 0 0 0 0.125em rgba(245, 142, 180, 0.25) !important
}

.focus-pink-lighter:focus {
  border-color: #FFCDDF !important;
  box-shadow: 0 0 0 0.125em rgba(255, 205, 223, 0.25) !important
}

.focus-pink-lightest:focus {
  border-color: #FFEBF2 !important;
  box-shadow: 0 0 0 0.125em rgba(255, 235, 242, 0.25) !important
}

.focus-red-darkest:focus {
  border-color: #750E12 !important;
  box-shadow: 0 0 0 0.125em rgba(117, 14, 18, 0.25) !important
}

.focus-red-darker:focus {
  border-color: #A9151A !important;
  box-shadow: 0 0 0 0.125em rgba(169, 21, 26, 0.25) !important
}

.focus-red-dark:focus {
  border-color: #CC191F !important;
  box-shadow: 0 0 0 0.125em rgba(204, 25, 31, 0.25) !important
}

.focus-red:focus {
  border-color: #E7393F !important;
  box-shadow: 0 0 0 0.125em rgba(231, 57, 63, 0.25) !important
}

.focus-red-light:focus {
  border-color: #ED6D72 !important;
  box-shadow: 0 0 0 0.125em rgba(237, 109, 114, 0.25) !important
}

.focus-red-lighter:focus {
  border-color: #F8C5C7 !important;
  box-shadow: 0 0 0 0.125em rgba(248, 197, 199, 0.25) !important
}

.focus-red-lightest:focus {
  border-color: #FCE8E8 !important;
  box-shadow: 0 0 0 0.125em rgba(252, 232, 232, 0.25) !important
}

.focus-orange-darkest:focus {
  border-color: #854300 !important;
  box-shadow: 0 0 0 0.125em rgba(133, 67, 0, 0.25) !important
}

.focus-orange-darker:focus {
  border-color: #C06000 !important;
  box-shadow: 0 0 0 0.125em rgba(192, 96, 0, 0.25) !important
}

.focus-orange-dark:focus {
  border-color: #E77400 !important;
  box-shadow: 0 0 0 0.125em rgba(231, 116, 0, 0.25) !important
}

.focus-orange:focus {
  border-color: #FF8710 !important;
  box-shadow: 0 0 0 0.125em rgba(255, 135, 16, 0.25) !important
}

.focus-orange-light:focus {
  border-color: #FFB872 !important;
  box-shadow: 0 0 0 0.125em rgba(255, 184, 114, 0.25) !important
}

.focus-orange-lighter:focus {
  border-color: #FFE0C0 !important;
  box-shadow: 0 0 0 0.125em rgba(255, 224, 192, 0.25) !important
}

.focus-orange-lightest:focus {
  border-color: #FFF3E7 !important;
  box-shadow: 0 0 0 0.125em rgba(255, 243, 231, 0.25) !important
}

.focus-yellow-darkest:focus {
  border-color: #6A5502 !important;
  box-shadow: 0 0 0 0.125em rgba(106, 85, 2, 0.25) !important
}

.focus-yellow-darker:focus {
  border-color: #B79303 !important;
  box-shadow: 0 0 0 0.125em rgba(183, 147, 3, 0.25) !important
}

.focus-yellow-dark:focus {
  border-color: #DDB104 !important;
  box-shadow: 0 0 0 0.125em rgba(221, 177, 4, 0.25) !important
}

.focus-yellow:focus {
  border-color: #FACB0E !important;
  box-shadow: 0 0 0 0.125em rgba(250, 203, 14, 0.25) !important
}

.focus-yellow-light:focus {
  border-color: #FDE482 !important;
  box-shadow: 0 0 0 0.125em rgba(253, 228, 130, 0.25) !important
}

.focus-yellow-lighter:focus {
  border-color: #FEF0BC !important;
  box-shadow: 0 0 0 0.125em rgba(254, 240, 188, 0.25) !important
}

.focus-yellow-lightest:focus {
  border-color: #FEF7DB !important;
  box-shadow: 0 0 0 0.125em rgba(254, 247, 219, 0.25) !important
}

.focus-pear-darkest:focus {
  border-color: #4F560C !important;
  box-shadow: 0 0 0 0.125em rgba(79, 86, 12, 0.25) !important
}

.focus-pear-darker:focus {
  border-color: #7F8A13 !important;
  box-shadow: 0 0 0 0.125em rgba(127, 138, 19, 0.25) !important
}

.focus-pear-dark:focus {
  border-color: #9EAC18 !important;
  box-shadow: 0 0 0 0.125em rgba(158, 172, 24, 0.25) !important
}

.focus-pear:focus {
  border-color: #BECF1D !important;
  box-shadow: 0 0 0 0.125em rgba(190, 207, 29, 0.25) !important
}

.focus-pear-light:focus {
  border-color: #DDE965 !important;
  box-shadow: 0 0 0 0.125em rgba(221, 233, 101, 0.25) !important
}

.focus-pear-lighter:focus {
  border-color: #F4F8CC !important;
  box-shadow: 0 0 0 0.125em rgba(244, 248, 204, 0.25) !important
}

.focus-pear-lightest:focus {
  border-color: #FBFDEE !important;
  box-shadow: 0 0 0 0.125em rgba(251, 253, 238, 0.25) !important
}

.focus-green-darkest:focus {
  border-color: #206120 !important;
  box-shadow: 0 0 0 0.125em rgba(32, 97, 32, 0.25) !important
}

.focus-green-darker:focus {
  border-color: #2F8D2F !important;
  box-shadow: 0 0 0 0.125em rgba(47, 141, 47, 0.25) !important
}

.focus-green-dark:focus {
  border-color: #39AB39 !important;
  box-shadow: 0 0 0 0.125em rgba(57, 171, 57, 0.25) !important
}

.focus-green:focus {
  border-color: #49C249 !important;
  box-shadow: 0 0 0 0.125em rgba(73, 194, 73, 0.25) !important
}

.focus-green-light:focus {
  border-color: #89E089 !important;
  box-shadow: 0 0 0 0.125em rgba(137, 224, 137, 0.25) !important
}

.focus-green-lighter:focus {
  border-color: #DCF3DC !important;
  box-shadow: 0 0 0 0.125em rgba(220, 243, 220, 0.25) !important
}

.focus-green-lightest:focus {
  border-color: #EAF8EA !important;
  box-shadow: 0 0 0 0.125em rgba(234, 248, 234, 0.25) !important
}

.focus-mint-darkest:focus {
  border-color: #136B44 !important;
  box-shadow: 0 0 0 0.125em rgba(19, 107, 68, 0.25) !important
}

.focus-mint-darker:focus {
  border-color: #1DA569 !important;
  box-shadow: 0 0 0 0.125em rgba(29, 165, 105, 0.25) !important
}

.focus-mint-dark:focus {
  border-color: #23C67E !important;
  box-shadow: 0 0 0 0.125em rgba(35, 198, 126, 0.25) !important
}

.focus-mint:focus {
  border-color: #35DB92 !important;
  box-shadow: 0 0 0 0.125em rgba(53, 219, 146, 0.25) !important
}

.focus-mint-light:focus {
  border-color: #89EABF !important;
  box-shadow: 0 0 0 0.125em rgba(137, 234, 191, 0.25) !important
}

.focus-mint-lighter:focus {
  border-color: #DCF9EC !important;
  box-shadow: 0 0 0 0.125em rgba(220, 249, 236, 0.25) !important
}

.focus-mint-lightest:focus {
  border-color: #F2FCF7 !important;
  box-shadow: 0 0 0 0.125em rgba(242, 252, 247, 0.25) !important
}

.focus-teal-darkest:focus {
  border-color: #225960 !important;
  box-shadow: 0 0 0 0.125em rgba(34, 89, 96, 0.25) !important
}

.focus-teal-darker:focus {
  border-color: #2D747D !important;
  box-shadow: 0 0 0 0.125em rgba(45, 116, 125, 0.25) !important
}

.focus-teal-dark:focus {
  border-color: #378E99 !important;
  box-shadow: 0 0 0 0.125em rgba(55, 142, 153, 0.25) !important
}

.focus-teal:focus {
  border-color: #42A9B6 !important;
  box-shadow: 0 0 0 0.125em rgba(66, 169, 182, 0.25) !important
}

.focus-teal-light:focus {
  border-color: #95D1D9 !important;
  box-shadow: 0 0 0 0.125em rgba(149, 209, 217, 0.25) !important
}

.focus-teal-lighter:focus {
  border-color: #DDF0F3 !important;
  box-shadow: 0 0 0 0.125em rgba(221, 240, 243, 0.25) !important
}

.focus-teal-lightest:focus {
  border-color: #EDF9FA !important;
  box-shadow: 0 0 0 0.125em rgba(237, 249, 250, 0.25) !important
}

.focus-wine-darkest:focus {
  border-color: #481E23 !important;
  box-shadow: 0 0 0 0.125em rgba(72, 30, 35, 0.25) !important
}

.focus-wine-darker:focus {
  border-color: #722F37 !important;
  box-shadow: 0 0 0 0.125em rgba(114, 47, 55, 0.25) !important
}

.focus-wine-dark:focus {
  border-color: #8E3A44 !important;
  box-shadow: 0 0 0 0.125em rgba(142, 58, 68, 0.25) !important
}

.focus-wine:focus {
  border-color: #AA4652 !important;
  box-shadow: 0 0 0 0.125em rgba(170, 70, 82, 0.25) !important
}

.focus-wine-light:focus {
  border-color: #D2939A !important;
  box-shadow: 0 0 0 0.125em rgba(210, 147, 154, 0.25) !important
}

.focus-wine-lighter:focus {
  border-color: #EFD8DB !important;
  box-shadow: 0 0 0 0.125em rgba(239, 216, 219, 0.25) !important
}

.focus-wine-lightest:focus {
  border-color: #FAF3F4 !important;
  box-shadow: 0 0 0 0.125em rgba(250, 243, 244, 0.25) !important
}

.focus-brown-darkest:focus {
  border-color: #3D2F2B !important;
  box-shadow: 0 0 0 0.125em rgba(61, 47, 43, 0.25) !important
}

.focus-brown-darker:focus {
  border-color: #54413B !important;
  box-shadow: 0 0 0 0.125em rgba(84, 65, 59, 0.25) !important
}

.focus-brown-dark:focus {
  border-color: #6B534C !important;
  box-shadow: 0 0 0 0.125em rgba(107, 83, 76, 0.25) !important
}

.focus-brown:focus {
  border-color: #8D6D64 !important;
  box-shadow: 0 0 0 0.125em rgba(141, 109, 100, 0.25) !important
}

.focus-brown-light:focus {
  border-color: #C8B7B2 !important;
  box-shadow: 0 0 0 0.125em rgba(200, 183, 178, 0.25) !important
}

.focus-brown-lighter:focus {
  border-color: #E9E2E0 !important;
  box-shadow: 0 0 0 0.125em rgba(233, 226, 224, 0.25) !important
}

.focus-brown-lightest:focus {
  border-color: #FFF9F7 !important;
  box-shadow: 0 0 0 0.125em rgba(255, 249, 247, 0.25) !important
}

.focus-almond-darkest:focus {
  border-color: #634120 !important;
  box-shadow: 0 0 0 0.125em rgba(99, 65, 32, 0.25) !important
}

.focus-almond-darker:focus {
  border-color: #8A5B2C !important;
  box-shadow: 0 0 0 0.125em rgba(138, 91, 44, 0.25) !important
}

.focus-almond-dark:focus {
  border-color: #AD7237 !important;
  box-shadow: 0 0 0 0.125em rgba(173, 114, 55, 0.25) !important
}

.focus-almond:focus {
  border-color: #C48647 !important;
  box-shadow: 0 0 0 0.125em rgba(196, 134, 71, 0.25) !important
}

.focus-almond-light:focus {
  border-color: #DCB792 !important;
  box-shadow: 0 0 0 0.125em rgba(220, 183, 146, 0.25) !important
}

.focus-almond-lighter:focus {
  border-color: #EFDECD !important;
  box-shadow: 0 0 0 0.125em rgba(239, 222, 205, 0.25) !important
}

.focus-almond-lightest:focus {
  border-color: #F9F0E8 !important;
  box-shadow: 0 0 0 0.125em rgba(249, 240, 232, 0.25) !important
}

.focus-slategray-darkest:focus {
  border-color: #05192D !important;
  box-shadow: 0 0 0 0.125em rgba(5, 25, 45, 0.25) !important
}

.focus-slategray-darker:focus {
  border-color: #102C45 !important;
  box-shadow: 0 0 0 0.125em rgba(16, 44, 69, 0.25) !important
}

.focus-slategray-dark:focus {
  border-color: #2F5070 !important;
  box-shadow: 0 0 0 0.125em rgba(47, 80, 112, 0.25) !important
}

.focus-slategray:focus {
  border-color: #517495 !important;
  box-shadow: 0 0 0 0.125em rgba(81, 116, 149, 0.25) !important
}

.focus-slategray-light:focus {
  border-color: #96B1CB !important;
  box-shadow: 0 0 0 0.125em rgba(150, 177, 203, 0.25) !important
}

.focus-slategray-lighter:focus {
  border-color: #D0DCE7 !important;
  box-shadow: 0 0 0 0.125em rgba(208, 220, 231, 0.25) !important
}

.focus-slategray-lightest:focus {
  border-color: #F2F5F7 !important;
  box-shadow: 0 0 0 0.125em rgba(242, 245, 247, 0.25) !important
}

.focus-gray-darkest:focus {
  border-color: #36454F !important;
  box-shadow: 0 0 0 0.125em rgba(54, 69, 79, 0.25) !important
}

.focus-gray-darker:focus {
  border-color: #465966 !important;
  box-shadow: 0 0 0 0.125em rgba(70, 89, 102, 0.25) !important
}

.focus-gray-dark:focus {
  border-color: #566E7E !important;
  box-shadow: 0 0 0 0.125em rgba(86, 110, 126, 0.25) !important
}

.focus-gray:focus {
  border-color: #668295 !important;
  box-shadow: 0 0 0 0.125em rgba(102, 130, 149, 0.25) !important
}

.focus-gray-light:focus {
  border-color: #B7C4CD !important;
  box-shadow: 0 0 0 0.125em rgba(183, 196, 205, 0.25) !important
}

.focus-gray-lighter:focus {
  border-color: #E4E8EB !important;
  box-shadow: 0 0 0 0.125em rgba(228, 232, 235, 0.25) !important
}

.focus-gray-lightest:focus {
  border-color: #EEF1F5 !important;
  box-shadow: 0 0 0 0.125em rgba(238, 241, 245, 0.25) !important
}

.focus-none:focus {
  border-color: inherit !important;
  box-shadow: inherit !important
}

.w-0 {
  width: 0 !important
}

.max-w-0 {
  max-width: 0 !important
}

.min-w-0 {
  min-width: 0 !important
}

.w-1 {
  width: .25rem !important
}

.max-w-1 {
  max-width: .25rem !important
}

.min-w-1 {
  min-width: .25rem !important
}

.w-2 {
  width: .5rem !important
}

.max-w-2 {
  max-width: .5rem !important
}

.min-w-2 {
  min-width: .5rem !important
}

.w-3 {
  width: .75rem !important
}

.max-w-3 {
  max-width: .75rem !important
}

.min-w-3 {
  min-width: .75rem !important
}

.w-4 {
  width: 1rem !important
}

.max-w-4 {
  max-width: 1rem !important
}

.min-w-4 {
  min-width: 1rem !important
}

.w-5 {
  width: 1.25rem !important
}

.max-w-5 {
  max-width: 1.25rem !important
}

.min-w-5 {
  min-width: 1.25rem !important
}

.w-6 {
  width: 1.5rem !important
}

.max-w-6 {
  max-width: 1.5rem !important
}

.min-w-6 {
  min-width: 1.5rem !important
}

.w-7 {
  width: 1.75rem !important
}

.max-w-7 {
  max-width: 1.75rem !important
}

.min-w-7 {
  min-width: 1.75rem !important
}

.w-8 {
  width: 2rem !important
}

.max-w-8 {
  max-width: 2rem !important
}

.min-w-8 {
  min-width: 2rem !important
}

.w-9 {
  width: 2.25rem !important
}

.max-w-9 {
  max-width: 2.25rem !important
}

.min-w-9 {
  min-width: 2.25rem !important
}

.w-10 {
  width: 2.5rem !important
}

.max-w-10 {
  max-width: 2.5rem !important
}

.min-w-10 {
  min-width: 2.5rem !important
}

.w-l1 {
  width: 1rem !important
}

.max-w-l1 {
  max-width: 1rem !important
}

.min-w-l1 {
  min-width: 1rem !important
}

.w-l2 {
  width: 2rem !important
}

.max-w-l2 {
  max-width: 2rem !important
}

.min-w-l2 {
  min-width: 2rem !important
}

.w-l3 {
  width: 3rem !important
}

.max-w-l3 {
  max-width: 3rem !important
}

.min-w-l3 {
  min-width: 3rem !important
}

.w-l4 {
  width: 4rem !important
}

.max-w-l4 {
  max-width: 4rem !important
}

.min-w-l4 {
  min-width: 4rem !important
}

.w-l5 {
  width: 5rem !important
}

.max-w-l5 {
  max-width: 5rem !important
}

.min-w-l5 {
  min-width: 5rem !important
}

.w-l6 {
  width: 6rem !important
}

.max-w-l6 {
  max-width: 6rem !important
}

.min-w-l6 {
  min-width: 6rem !important
}

.w-l7 {
  width: 7rem !important
}

.max-w-l7 {
  max-width: 7rem !important
}

.min-w-l7 {
  min-width: 7rem !important
}

.w-l8 {
  width: 8rem !important
}

.max-w-l8 {
  max-width: 8rem !important
}

.min-w-l8 {
  min-width: 8rem !important
}

.w-l9 {
  width: 9rem !important
}

.max-w-l9 {
  max-width: 9rem !important
}

.min-w-l9 {
  min-width: 9rem !important
}

.w-l10 {
  width: 10rem !important
}

.max-w-l10 {
  max-width: 10rem !important
}

.min-w-l10 {
  min-width: 10rem !important
}

.w-auto {
  width: auto !important
}

.max-w-auto {
  max-width: auto !important
}

.min-w-auto {
  min-width: auto !important
}

.w-1px {
  width: 1px !important
}

.max-w-1px {
  max-width: 1px !important
}

.min-w-1px {
  min-width: 1px !important
}

.w-10pc {
  width: 10% !important
}

.max-w-10pc {
  max-width: 10% !important
}

.min-w-10pc {
  min-width: 10% !important
}

.w-20pc {
  width: 20% !important
}

.max-w-20pc {
  max-width: 20% !important
}

.min-w-20pc {
  min-width: 20% !important
}

.w-25pc {
  width: 25% !important
}

.max-w-25pc {
  max-width: 25% !important
}

.min-w-25pc {
  min-width: 25% !important
}

.w-30pc {
  width: 30% !important
}

.max-w-30pc {
  max-width: 30% !important
}

.min-w-30pc {
  min-width: 30% !important
}

.w-33pc {
  width: 33.3333% !important
}

.max-w-33pc {
  max-width: 33.3333% !important
}

.min-w-33pc {
  min-width: 33.3333% !important
}

.w-40pc {
  width: 40% !important
}

.max-w-40pc {
  max-width: 40% !important
}

.min-w-40pc {
  min-width: 40% !important
}

.w-50pc {
  width: 50% !important
}

.max-w-50pc {
  max-width: 50% !important
}

.min-w-50pc {
  min-width: 50% !important
}

.w-60pc {
  width: 60% !important
}

.max-w-60pc {
  max-width: 60% !important
}

.min-w-60pc {
  min-width: 60% !important
}

.w-66pc {
  width: 66.6666% !important
}

.max-w-66pc {
  max-width: 66.6666% !important
}

.min-w-66pc {
  min-width: 66.6666% !important
}

.w-70pc {
  width: 70% !important
}

.max-w-70pc {
  max-width: 70% !important
}

.min-w-70pc {
  min-width: 70% !important
}

.w-75pc {
  width: 75% !important
}

.max-w-75pc {
  max-width: 75% !important
}

.min-w-75pc {
  min-width: 75% !important
}

.w-80pc {
  width: 80% !important
}

.max-w-80pc {
  max-width: 80% !important
}

.min-w-80pc {
  min-width: 80% !important
}

.w-90pc {
  width: 90% !important
}

.max-w-90pc {
  max-width: 90% !important
}

.min-w-90pc {
  min-width: 90% !important
}

.w-100pc {
  width: 100% !important
}

.max-w-100pc {
  max-width: 100% !important
}

.min-w-100pc {
  min-width: 100% !important
}

.w-25vw {
  width: 25vw !important
}

.max-w-25vw {
  max-width: 25vw !important
}

.min-w-25vw {
  min-width: 25vw !important
}

.w-50vw {
  width: 50vw !important
}

.max-w-50vw {
  max-width: 50vw !important
}

.min-w-50vw {
  min-width: 50vw !important
}

.w-75vw {
  width: 75vw !important
}

.max-w-75vw {
  max-width: 75vw !important
}

.min-w-75vw {
  min-width: 75vw !important
}

.w-100vw {
  width: 100vw !important
}

.max-w-100vw {
  max-width: 100vw !important
}

.min-w-100vw {
  min-width: 100vw !important
}

@media (min-width: 576px) {
  .sm-w-0 {
    width: 0 !important
  }

  .sm-max-w-0 {
    max-width: 0 !important
  }

  .sm-min-w-0 {
    min-width: 0 !important
  }

  .sm-w-1 {
    width: .25rem !important
  }

  .sm-max-w-1 {
    max-width: .25rem !important
  }

  .sm-min-w-1 {
    min-width: .25rem !important
  }

  .sm-w-2 {
    width: .5rem !important
  }

  .sm-max-w-2 {
    max-width: .5rem !important
  }

  .sm-min-w-2 {
    min-width: .5rem !important
  }

  .sm-w-3 {
    width: .75rem !important
  }

  .sm-max-w-3 {
    max-width: .75rem !important
  }

  .sm-min-w-3 {
    min-width: .75rem !important
  }

  .sm-w-4 {
    width: 1rem !important
  }

  .sm-max-w-4 {
    max-width: 1rem !important
  }

  .sm-min-w-4 {
    min-width: 1rem !important
  }

  .sm-w-5 {
    width: 1.25rem !important
  }

  .sm-max-w-5 {
    max-width: 1.25rem !important
  }

  .sm-min-w-5 {
    min-width: 1.25rem !important
  }

  .sm-w-6 {
    width: 1.5rem !important
  }

  .sm-max-w-6 {
    max-width: 1.5rem !important
  }

  .sm-min-w-6 {
    min-width: 1.5rem !important
  }

  .sm-w-7 {
    width: 1.75rem !important
  }

  .sm-max-w-7 {
    max-width: 1.75rem !important
  }

  .sm-min-w-7 {
    min-width: 1.75rem !important
  }

  .sm-w-8 {
    width: 2rem !important
  }

  .sm-max-w-8 {
    max-width: 2rem !important
  }

  .sm-min-w-8 {
    min-width: 2rem !important
  }

  .sm-w-9 {
    width: 2.25rem !important
  }

  .sm-max-w-9 {
    max-width: 2.25rem !important
  }

  .sm-min-w-9 {
    min-width: 2.25rem !important
  }

  .sm-w-10 {
    width: 2.5rem !important
  }

  .sm-max-w-10 {
    max-width: 2.5rem !important
  }

  .sm-min-w-10 {
    min-width: 2.5rem !important
  }

  .sm-w-l1 {
    width: 1rem !important
  }

  .sm-max-w-l1 {
    max-width: 1rem !important
  }

  .sm-min-w-l1 {
    min-width: 1rem !important
  }

  .sm-w-l2 {
    width: 2rem !important
  }

  .sm-max-w-l2 {
    max-width: 2rem !important
  }

  .sm-min-w-l2 {
    min-width: 2rem !important
  }

  .sm-w-l3 {
    width: 3rem !important
  }

  .sm-max-w-l3 {
    max-width: 3rem !important
  }

  .sm-min-w-l3 {
    min-width: 3rem !important
  }

  .sm-w-l4 {
    width: 4rem !important
  }

  .sm-max-w-l4 {
    max-width: 4rem !important
  }

  .sm-min-w-l4 {
    min-width: 4rem !important
  }

  .sm-w-l5 {
    width: 5rem !important
  }

  .sm-max-w-l5 {
    max-width: 5rem !important
  }

  .sm-min-w-l5 {
    min-width: 5rem !important
  }

  .sm-w-l6 {
    width: 6rem !important
  }

  .sm-max-w-l6 {
    max-width: 6rem !important
  }

  .sm-min-w-l6 {
    min-width: 6rem !important
  }

  .sm-w-l7 {
    width: 7rem !important
  }

  .sm-max-w-l7 {
    max-width: 7rem !important
  }

  .sm-min-w-l7 {
    min-width: 7rem !important
  }

  .sm-w-l8 {
    width: 8rem !important
  }

  .sm-max-w-l8 {
    max-width: 8rem !important
  }

  .sm-min-w-l8 {
    min-width: 8rem !important
  }

  .sm-w-l9 {
    width: 9rem !important
  }

  .sm-max-w-l9 {
    max-width: 9rem !important
  }

  .sm-min-w-l9 {
    min-width: 9rem !important
  }

  .sm-w-l10 {
    width: 10rem !important
  }

  .sm-max-w-l10 {
    max-width: 10rem !important
  }

  .sm-min-w-l10 {
    min-width: 10rem !important
  }

  .sm-w-auto {
    width: auto !important
  }

  .sm-max-w-auto {
    max-width: auto !important
  }

  .sm-min-w-auto {
    min-width: auto !important
  }

  .sm-w-1px {
    width: 1px !important
  }

  .sm-max-w-1px {
    max-width: 1px !important
  }

  .sm-min-w-1px {
    min-width: 1px !important
  }

  .sm-w-10pc {
    width: 10% !important
  }

  .sm-max-w-10pc {
    max-width: 10% !important
  }

  .sm-min-w-10pc {
    min-width: 10% !important
  }

  .sm-w-20pc {
    width: 20% !important
  }

  .sm-max-w-20pc {
    max-width: 20% !important
  }

  .sm-min-w-20pc {
    min-width: 20% !important
  }

  .sm-w-25pc {
    width: 25% !important
  }

  .sm-max-w-25pc {
    max-width: 25% !important
  }

  .sm-min-w-25pc {
    min-width: 25% !important
  }

  .sm-w-30pc {
    width: 30% !important
  }

  .sm-max-w-30pc {
    max-width: 30% !important
  }

  .sm-min-w-30pc {
    min-width: 30% !important
  }

  .sm-w-33pc {
    width: 33.3333% !important
  }

  .sm-max-w-33pc {
    max-width: 33.3333% !important
  }

  .sm-min-w-33pc {
    min-width: 33.3333% !important
  }

  .sm-w-40pc {
    width: 40% !important
  }

  .sm-max-w-40pc {
    max-width: 40% !important
  }

  .sm-min-w-40pc {
    min-width: 40% !important
  }

  .sm-w-50pc {
    width: 50% !important
  }

  .sm-max-w-50pc {
    max-width: 50% !important
  }

  .sm-min-w-50pc {
    min-width: 50% !important
  }

  .sm-w-60pc {
    width: 60% !important
  }

  .sm-max-w-60pc {
    max-width: 60% !important
  }

  .sm-min-w-60pc {
    min-width: 60% !important
  }

  .sm-w-66pc {
    width: 66.6666% !important
  }

  .sm-max-w-66pc {
    max-width: 66.6666% !important
  }

  .sm-min-w-66pc {
    min-width: 66.6666% !important
  }

  .sm-w-70pc {
    width: 70% !important
  }

  .sm-max-w-70pc {
    max-width: 70% !important
  }

  .sm-min-w-70pc {
    min-width: 70% !important
  }

  .sm-w-75pc {
    width: 75% !important
  }

  .sm-max-w-75pc {
    max-width: 75% !important
  }

  .sm-min-w-75pc {
    min-width: 75% !important
  }

  .sm-w-80pc {
    width: 80% !important
  }

  .sm-max-w-80pc {
    max-width: 80% !important
  }

  .sm-min-w-80pc {
    min-width: 80% !important
  }

  .sm-w-90pc {
    width: 90% !important
  }

  .sm-max-w-90pc {
    max-width: 90% !important
  }

  .sm-min-w-90pc {
    min-width: 90% !important
  }

  .sm-w-100pc {
    width: 100% !important
  }

  .sm-max-w-100pc {
    max-width: 100% !important
  }

  .sm-min-w-100pc {
    min-width: 100% !important
  }

  .sm-w-25vw {
    width: 25vw !important
  }

  .sm-max-w-25vw {
    max-width: 25vw !important
  }

  .sm-min-w-25vw {
    min-width: 25vw !important
  }

  .sm-w-50vw {
    width: 50vw !important
  }

  .sm-max-w-50vw {
    max-width: 50vw !important
  }

  .sm-min-w-50vw {
    min-width: 50vw !important
  }

  .sm-w-75vw {
    width: 75vw !important
  }

  .sm-max-w-75vw {
    max-width: 75vw !important
  }

  .sm-min-w-75vw {
    min-width: 75vw !important
  }

  .sm-w-100vw {
    width: 100vw !important
  }

  .sm-max-w-100vw {
    max-width: 100vw !important
  }

  .sm-min-w-100vw {
    min-width: 100vw !important
  }
}

@media (min-width: 768px) {
  .md-w-0 {
    width: 0 !important
  }

  .md-max-w-0 {
    max-width: 0 !important
  }

  .md-min-w-0 {
    min-width: 0 !important
  }

  .md-w-1 {
    width: .25rem !important
  }

  .md-max-w-1 {
    max-width: .25rem !important
  }

  .md-min-w-1 {
    min-width: .25rem !important
  }

  .md-w-2 {
    width: .5rem !important
  }

  .md-max-w-2 {
    max-width: .5rem !important
  }

  .md-min-w-2 {
    min-width: .5rem !important
  }

  .md-w-3 {
    width: .75rem !important
  }

  .md-max-w-3 {
    max-width: .75rem !important
  }

  .md-min-w-3 {
    min-width: .75rem !important
  }

  .md-w-4 {
    width: 1rem !important
  }

  .md-max-w-4 {
    max-width: 1rem !important
  }

  .md-min-w-4 {
    min-width: 1rem !important
  }

  .md-w-5 {
    width: 1.25rem !important
  }

  .md-max-w-5 {
    max-width: 1.25rem !important
  }

  .md-min-w-5 {
    min-width: 1.25rem !important
  }

  .md-w-6 {
    width: 1.5rem !important
  }

  .md-max-w-6 {
    max-width: 1.5rem !important
  }

  .md-min-w-6 {
    min-width: 1.5rem !important
  }

  .md-w-7 {
    width: 1.75rem !important
  }

  .md-max-w-7 {
    max-width: 1.75rem !important
  }

  .md-min-w-7 {
    min-width: 1.75rem !important
  }

  .md-w-8 {
    width: 2rem !important
  }

  .md-max-w-8 {
    max-width: 2rem !important
  }

  .md-min-w-8 {
    min-width: 2rem !important
  }

  .md-w-9 {
    width: 2.25rem !important
  }

  .md-max-w-9 {
    max-width: 2.25rem !important
  }

  .md-min-w-9 {
    min-width: 2.25rem !important
  }

  .md-w-10 {
    width: 2.5rem !important
  }

  .md-max-w-10 {
    max-width: 2.5rem !important
  }

  .md-min-w-10 {
    min-width: 2.5rem !important
  }

  .md-w-l1 {
    width: 1rem !important
  }

  .md-max-w-l1 {
    max-width: 1rem !important
  }

  .md-min-w-l1 {
    min-width: 1rem !important
  }

  .md-w-l2 {
    width: 2rem !important
  }

  .md-max-w-l2 {
    max-width: 2rem !important
  }

  .md-min-w-l2 {
    min-width: 2rem !important
  }

  .md-w-l3 {
    width: 3rem !important
  }

  .md-max-w-l3 {
    max-width: 3rem !important
  }

  .md-min-w-l3 {
    min-width: 3rem !important
  }

  .md-w-l4 {
    width: 4rem !important
  }

  .md-max-w-l4 {
    max-width: 4rem !important
  }

  .md-min-w-l4 {
    min-width: 4rem !important
  }

  .md-w-l5 {
    width: 5rem !important
  }

  .md-max-w-l5 {
    max-width: 5rem !important
  }

  .md-min-w-l5 {
    min-width: 5rem !important
  }

  .md-w-l6 {
    width: 6rem !important
  }

  .md-max-w-l6 {
    max-width: 6rem !important
  }

  .md-min-w-l6 {
    min-width: 6rem !important
  }

  .md-w-l7 {
    width: 7rem !important
  }

  .md-max-w-l7 {
    max-width: 7rem !important
  }

  .md-min-w-l7 {
    min-width: 7rem !important
  }

  .md-w-l8 {
    width: 8rem !important
  }

  .md-max-w-l8 {
    max-width: 8rem !important
  }

  .md-min-w-l8 {
    min-width: 8rem !important
  }

  .md-w-l9 {
    width: 9rem !important
  }

  .md-max-w-l9 {
    max-width: 9rem !important
  }

  .md-min-w-l9 {
    min-width: 9rem !important
  }

  .md-w-l10 {
    width: 10rem !important
  }

  .md-max-w-l10 {
    max-width: 10rem !important
  }

  .md-min-w-l10 {
    min-width: 10rem !important
  }

  .md-w-auto {
    width: auto !important
  }

  .md-max-w-auto {
    max-width: auto !important
  }

  .md-min-w-auto {
    min-width: auto !important
  }

  .md-w-1px {
    width: 1px !important
  }

  .md-max-w-1px {
    max-width: 1px !important
  }

  .md-min-w-1px {
    min-width: 1px !important
  }

  .md-w-10pc {
    width: 10% !important
  }

  .md-max-w-10pc {
    max-width: 10% !important
  }

  .md-min-w-10pc {
    min-width: 10% !important
  }

  .md-w-20pc {
    width: 20% !important
  }

  .md-max-w-20pc {
    max-width: 20% !important
  }

  .md-min-w-20pc {
    min-width: 20% !important
  }

  .md-w-25pc {
    width: 25% !important
  }

  .md-max-w-25pc {
    max-width: 25% !important
  }

  .md-min-w-25pc {
    min-width: 25% !important
  }

  .md-w-30pc {
    width: 30% !important
  }

  .md-max-w-30pc {
    max-width: 30% !important
  }

  .md-min-w-30pc {
    min-width: 30% !important
  }

  .md-w-33pc {
    width: 33.3333% !important
  }

  .md-max-w-33pc {
    max-width: 33.3333% !important
  }

  .md-min-w-33pc {
    min-width: 33.3333% !important
  }

  .md-w-40pc {
    width: 40% !important
  }

  .md-max-w-40pc {
    max-width: 40% !important
  }

  .md-min-w-40pc {
    min-width: 40% !important
  }

  .md-w-50pc {
    width: 50% !important
  }

  .md-max-w-50pc {
    max-width: 50% !important
  }

  .md-min-w-50pc {
    min-width: 50% !important
  }

  .md-w-60pc {
    width: 60% !important
  }

  .md-max-w-60pc {
    max-width: 60% !important
  }

  .md-min-w-60pc {
    min-width: 60% !important
  }

  .md-w-66pc {
    width: 66.6666% !important
  }

  .md-max-w-66pc {
    max-width: 66.6666% !important
  }

  .md-min-w-66pc {
    min-width: 66.6666% !important
  }

  .md-w-70pc {
    width: 70% !important
  }

  .md-max-w-70pc {
    max-width: 70% !important
  }

  .md-min-w-70pc {
    min-width: 70% !important
  }

  .md-w-75pc {
    width: 75% !important
  }

  .md-max-w-75pc {
    max-width: 75% !important
  }

  .md-min-w-75pc {
    min-width: 75% !important
  }

  .md-w-80pc {
    width: 80% !important
  }

  .md-max-w-80pc {
    max-width: 80% !important
  }

  .md-min-w-80pc {
    min-width: 80% !important
  }

  .md-w-90pc {
    width: 90% !important
  }

  .md-max-w-90pc {
    max-width: 90% !important
  }

  .md-min-w-90pc {
    min-width: 90% !important
  }

  .md-w-100pc {
    width: 100% !important
  }

  .md-max-w-100pc {
    max-width: 100% !important
  }

  .md-min-w-100pc {
    min-width: 100% !important
  }

  .md-w-25vw {
    width: 25vw !important
  }

  .md-max-w-25vw {
    max-width: 25vw !important
  }

  .md-min-w-25vw {
    min-width: 25vw !important
  }

  .md-w-50vw {
    width: 50vw !important
  }

  .md-max-w-50vw {
    max-width: 50vw !important
  }

  .md-min-w-50vw {
    min-width: 50vw !important
  }

  .md-w-75vw {
    width: 75vw !important
  }

  .md-max-w-75vw {
    max-width: 75vw !important
  }

  .md-min-w-75vw {
    min-width: 75vw !important
  }

  .md-w-100vw {
    width: 100vw !important
  }

  .md-max-w-100vw {
    max-width: 100vw !important
  }

  .md-min-w-100vw {
    min-width: 100vw !important
  }
}

@media (min-width: 992px) {
  .lg-w-0 {
    width: 0 !important
  }

  .lg-max-w-0 {
    max-width: 0 !important
  }

  .lg-min-w-0 {
    min-width: 0 !important
  }

  .lg-w-1 {
    width: .25rem !important
  }

  .lg-max-w-1 {
    max-width: .25rem !important
  }

  .lg-min-w-1 {
    min-width: .25rem !important
  }

  .lg-w-2 {
    width: .5rem !important
  }

  .lg-max-w-2 {
    max-width: .5rem !important
  }

  .lg-min-w-2 {
    min-width: .5rem !important
  }

  .lg-w-3 {
    width: .75rem !important
  }

  .lg-max-w-3 {
    max-width: .75rem !important
  }

  .lg-min-w-3 {
    min-width: .75rem !important
  }

  .lg-w-4 {
    width: 1rem !important
  }

  .lg-max-w-4 {
    max-width: 1rem !important
  }

  .lg-min-w-4 {
    min-width: 1rem !important
  }

  .lg-w-5 {
    width: 1.25rem !important
  }

  .lg-max-w-5 {
    max-width: 1.25rem !important
  }

  .lg-min-w-5 {
    min-width: 1.25rem !important
  }

  .lg-w-6 {
    width: 1.5rem !important
  }

  .lg-max-w-6 {
    max-width: 1.5rem !important
  }

  .lg-min-w-6 {
    min-width: 1.5rem !important
  }

  .lg-w-7 {
    width: 1.75rem !important
  }

  .lg-max-w-7 {
    max-width: 1.75rem !important
  }

  .lg-min-w-7 {
    min-width: 1.75rem !important
  }

  .lg-w-8 {
    width: 2rem !important
  }

  .lg-max-w-8 {
    max-width: 2rem !important
  }

  .lg-min-w-8 {
    min-width: 2rem !important
  }

  .lg-w-9 {
    width: 2.25rem !important
  }

  .lg-max-w-9 {
    max-width: 2.25rem !important
  }

  .lg-min-w-9 {
    min-width: 2.25rem !important
  }

  .lg-w-10 {
    width: 2.5rem !important
  }

  .lg-max-w-10 {
    max-width: 2.5rem !important
  }

  .lg-min-w-10 {
    min-width: 2.5rem !important
  }

  .lg-w-l1 {
    width: 1rem !important
  }

  .lg-max-w-l1 {
    max-width: 1rem !important
  }

  .lg-min-w-l1 {
    min-width: 1rem !important
  }

  .lg-w-l2 {
    width: 2rem !important
  }

  .lg-max-w-l2 {
    max-width: 2rem !important
  }

  .lg-min-w-l2 {
    min-width: 2rem !important
  }

  .lg-w-l3 {
    width: 3rem !important
  }

  .lg-max-w-l3 {
    max-width: 3rem !important
  }

  .lg-min-w-l3 {
    min-width: 3rem !important
  }

  .lg-w-l4 {
    width: 4rem !important
  }

  .lg-max-w-l4 {
    max-width: 4rem !important
  }

  .lg-min-w-l4 {
    min-width: 4rem !important
  }

  .lg-w-l5 {
    width: 5rem !important
  }

  .lg-max-w-l5 {
    max-width: 5rem !important
  }

  .lg-min-w-l5 {
    min-width: 5rem !important
  }

  .lg-w-l6 {
    width: 6rem !important
  }

  .lg-max-w-l6 {
    max-width: 6rem !important
  }

  .lg-min-w-l6 {
    min-width: 6rem !important
  }

  .lg-w-l7 {
    width: 7rem !important
  }

  .lg-max-w-l7 {
    max-width: 7rem !important
  }

  .lg-min-w-l7 {
    min-width: 7rem !important
  }

  .lg-w-l8 {
    width: 8rem !important
  }

  .lg-max-w-l8 {
    max-width: 8rem !important
  }

  .lg-min-w-l8 {
    min-width: 8rem !important
  }

  .lg-w-l9 {
    width: 9rem !important
  }

  .lg-max-w-l9 {
    max-width: 9rem !important
  }

  .lg-min-w-l9 {
    min-width: 9rem !important
  }

  .lg-w-l10 {
    width: 10rem !important
  }

  .lg-max-w-l10 {
    max-width: 10rem !important
  }

  .lg-min-w-l10 {
    min-width: 10rem !important
  }

  .lg-w-auto {
    width: auto !important
  }

  .lg-max-w-auto {
    max-width: auto !important
  }

  .lg-min-w-auto {
    min-width: auto !important
  }

  .lg-w-1px {
    width: 1px !important
  }

  .lg-max-w-1px {
    max-width: 1px !important
  }

  .lg-min-w-1px {
    min-width: 1px !important
  }

  .lg-w-10pc {
    width: 10% !important
  }

  .lg-max-w-10pc {
    max-width: 10% !important
  }

  .lg-min-w-10pc {
    min-width: 10% !important
  }

  .lg-w-20pc {
    width: 20% !important
  }

  .lg-max-w-20pc {
    max-width: 20% !important
  }

  .lg-min-w-20pc {
    min-width: 20% !important
  }

  .lg-w-25pc {
    width: 25% !important
  }

  .lg-max-w-25pc {
    max-width: 25% !important
  }

  .lg-min-w-25pc {
    min-width: 25% !important
  }

  .lg-w-30pc {
    width: 30% !important
  }

  .lg-max-w-30pc {
    max-width: 30% !important
  }

  .lg-min-w-30pc {
    min-width: 30% !important
  }

  .lg-w-33pc {
    width: 33.3333% !important
  }

  .lg-max-w-33pc {
    max-width: 33.3333% !important
  }

  .lg-min-w-33pc {
    min-width: 33.3333% !important
  }

  .lg-w-40pc {
    width: 40% !important
  }

  .lg-max-w-40pc {
    max-width: 40% !important
  }

  .lg-min-w-40pc {
    min-width: 40% !important
  }

  .lg-w-50pc {
    width: 50% !important
  }

  .lg-max-w-50pc {
    max-width: 50% !important
  }

  .lg-min-w-50pc {
    min-width: 50% !important
  }

  .lg-w-60pc {
    width: 60% !important
  }

  .lg-max-w-60pc {
    max-width: 60% !important
  }

  .lg-min-w-60pc {
    min-width: 60% !important
  }

  .lg-w-66pc {
    width: 66.6666% !important
  }

  .lg-max-w-66pc {
    max-width: 66.6666% !important
  }

  .lg-min-w-66pc {
    min-width: 66.6666% !important
  }

  .lg-w-70pc {
    width: 70% !important
  }

  .lg-max-w-70pc {
    max-width: 70% !important
  }

  .lg-min-w-70pc {
    min-width: 70% !important
  }

  .lg-w-75pc {
    width: 75% !important
  }

  .lg-max-w-75pc {
    max-width: 75% !important
  }

  .lg-min-w-75pc {
    min-width: 75% !important
  }

  .lg-w-80pc {
    width: 80% !important
  }

  .lg-max-w-80pc {
    max-width: 80% !important
  }

  .lg-min-w-80pc {
    min-width: 80% !important
  }

  .lg-w-90pc {
    width: 90% !important
  }

  .lg-max-w-90pc {
    max-width: 90% !important
  }

  .lg-min-w-90pc {
    min-width: 90% !important
  }

  .lg-w-100pc {
    width: 100% !important
  }

  .lg-max-w-100pc {
    max-width: 100% !important
  }

  .lg-min-w-100pc {
    min-width: 100% !important
  }

  .lg-w-25vw {
    width: 25vw !important
  }

  .lg-max-w-25vw {
    max-width: 25vw !important
  }

  .lg-min-w-25vw {
    min-width: 25vw !important
  }

  .lg-w-50vw {
    width: 50vw !important
  }

  .lg-max-w-50vw {
    max-width: 50vw !important
  }

  .lg-min-w-50vw {
    min-width: 50vw !important
  }

  .lg-w-75vw {
    width: 75vw !important
  }

  .lg-max-w-75vw {
    max-width: 75vw !important
  }

  .lg-min-w-75vw {
    min-width: 75vw !important
  }

  .lg-w-100vw {
    width: 100vw !important
  }

  .lg-max-w-100vw {
    max-width: 100vw !important
  }

  .lg-min-w-100vw {
    min-width: 100vw !important
  }
}

@media (min-width: 1200px) {
  .xl-w-0 {
    width: 0 !important
  }

  .xl-max-w-0 {
    max-width: 0 !important
  }

  .xl-min-w-0 {
    min-width: 0 !important
  }

  .xl-w-1 {
    width: .25rem !important
  }

  .xl-max-w-1 {
    max-width: .25rem !important
  }

  .xl-min-w-1 {
    min-width: .25rem !important
  }

  .xl-w-2 {
    width: .5rem !important
  }

  .xl-max-w-2 {
    max-width: .5rem !important
  }

  .xl-min-w-2 {
    min-width: .5rem !important
  }

  .xl-w-3 {
    width: .75rem !important
  }

  .xl-max-w-3 {
    max-width: .75rem !important
  }

  .xl-min-w-3 {
    min-width: .75rem !important
  }

  .xl-w-4 {
    width: 1rem !important
  }

  .xl-max-w-4 {
    max-width: 1rem !important
  }

  .xl-min-w-4 {
    min-width: 1rem !important
  }

  .xl-w-5 {
    width: 1.25rem !important
  }

  .xl-max-w-5 {
    max-width: 1.25rem !important
  }

  .xl-min-w-5 {
    min-width: 1.25rem !important
  }

  .xl-w-6 {
    width: 1.5rem !important
  }

  .xl-max-w-6 {
    max-width: 1.5rem !important
  }

  .xl-min-w-6 {
    min-width: 1.5rem !important
  }

  .xl-w-7 {
    width: 1.75rem !important
  }

  .xl-max-w-7 {
    max-width: 1.75rem !important
  }

  .xl-min-w-7 {
    min-width: 1.75rem !important
  }

  .xl-w-8 {
    width: 2rem !important
  }

  .xl-max-w-8 {
    max-width: 2rem !important
  }

  .xl-min-w-8 {
    min-width: 2rem !important
  }

  .xl-w-9 {
    width: 2.25rem !important
  }

  .xl-max-w-9 {
    max-width: 2.25rem !important
  }

  .xl-min-w-9 {
    min-width: 2.25rem !important
  }

  .xl-w-10 {
    width: 2.5rem !important
  }

  .xl-max-w-10 {
    max-width: 2.5rem !important
  }

  .xl-min-w-10 {
    min-width: 2.5rem !important
  }

  .xl-w-l1 {
    width: 1rem !important
  }

  .xl-max-w-l1 {
    max-width: 1rem !important
  }

  .xl-min-w-l1 {
    min-width: 1rem !important
  }

  .xl-w-l2 {
    width: 2rem !important
  }

  .xl-max-w-l2 {
    max-width: 2rem !important
  }

  .xl-min-w-l2 {
    min-width: 2rem !important
  }

  .xl-w-l3 {
    width: 3rem !important
  }

  .xl-max-w-l3 {
    max-width: 3rem !important
  }

  .xl-min-w-l3 {
    min-width: 3rem !important
  }

  .xl-w-l4 {
    width: 4rem !important
  }

  .xl-max-w-l4 {
    max-width: 4rem !important
  }

  .xl-min-w-l4 {
    min-width: 4rem !important
  }

  .xl-w-l5 {
    width: 5rem !important
  }

  .xl-max-w-l5 {
    max-width: 5rem !important
  }

  .xl-min-w-l5 {
    min-width: 5rem !important
  }

  .xl-w-l6 {
    width: 6rem !important
  }

  .xl-max-w-l6 {
    max-width: 6rem !important
  }

  .xl-min-w-l6 {
    min-width: 6rem !important
  }

  .xl-w-l7 {
    width: 7rem !important
  }

  .xl-max-w-l7 {
    max-width: 7rem !important
  }

  .xl-min-w-l7 {
    min-width: 7rem !important
  }

  .xl-w-l8 {
    width: 8rem !important
  }

  .xl-max-w-l8 {
    max-width: 8rem !important
  }

  .xl-min-w-l8 {
    min-width: 8rem !important
  }

  .xl-w-l9 {
    width: 9rem !important
  }

  .xl-max-w-l9 {
    max-width: 9rem !important
  }

  .xl-min-w-l9 {
    min-width: 9rem !important
  }

  .xl-w-l10 {
    width: 10rem !important
  }

  .xl-max-w-l10 {
    max-width: 10rem !important
  }

  .xl-min-w-l10 {
    min-width: 10rem !important
  }

  .xl-w-auto {
    width: auto !important
  }

  .xl-max-w-auto {
    max-width: auto !important
  }

  .xl-min-w-auto {
    min-width: auto !important
  }

  .xl-w-1px {
    width: 1px !important
  }

  .xl-max-w-1px {
    max-width: 1px !important
  }

  .xl-min-w-1px {
    min-width: 1px !important
  }

  .xl-w-10pc {
    width: 10% !important
  }

  .xl-max-w-10pc {
    max-width: 10% !important
  }

  .xl-min-w-10pc {
    min-width: 10% !important
  }

  .xl-w-20pc {
    width: 20% !important
  }

  .xl-max-w-20pc {
    max-width: 20% !important
  }

  .xl-min-w-20pc {
    min-width: 20% !important
  }

  .xl-w-25pc {
    width: 25% !important
  }

  .xl-max-w-25pc {
    max-width: 25% !important
  }

  .xl-min-w-25pc {
    min-width: 25% !important
  }

  .xl-w-30pc {
    width: 30% !important
  }

  .xl-max-w-30pc {
    max-width: 30% !important
  }

  .xl-min-w-30pc {
    min-width: 30% !important
  }

  .xl-w-33pc {
    width: 33.3333% !important
  }

  .xl-max-w-33pc {
    max-width: 33.3333% !important
  }

  .xl-min-w-33pc {
    min-width: 33.3333% !important
  }

  .xl-w-40pc {
    width: 40% !important
  }

  .xl-max-w-40pc {
    max-width: 40% !important
  }

  .xl-min-w-40pc {
    min-width: 40% !important
  }

  .xl-w-50pc {
    width: 50% !important
  }

  .xl-max-w-50pc {
    max-width: 50% !important
  }

  .xl-min-w-50pc {
    min-width: 50% !important
  }

  .xl-w-60pc {
    width: 60% !important
  }

  .xl-max-w-60pc {
    max-width: 60% !important
  }

  .xl-min-w-60pc {
    min-width: 60% !important
  }

  .xl-w-66pc {
    width: 66.6666% !important
  }

  .xl-max-w-66pc {
    max-width: 66.6666% !important
  }

  .xl-min-w-66pc {
    min-width: 66.6666% !important
  }

  .xl-w-70pc {
    width: 70% !important
  }

  .xl-max-w-70pc {
    max-width: 70% !important
  }

  .xl-min-w-70pc {
    min-width: 70% !important
  }

  .xl-w-75pc {
    width: 75% !important
  }

  .xl-max-w-75pc {
    max-width: 75% !important
  }

  .xl-min-w-75pc {
    min-width: 75% !important
  }

  .xl-w-80pc {
    width: 80% !important
  }

  .xl-max-w-80pc {
    max-width: 80% !important
  }

  .xl-min-w-80pc {
    min-width: 80% !important
  }

  .xl-w-90pc {
    width: 90% !important
  }

  .xl-max-w-90pc {
    max-width: 90% !important
  }

  .xl-min-w-90pc {
    min-width: 90% !important
  }

  .xl-w-100pc {
    width: 100% !important
  }

  .xl-max-w-100pc {
    max-width: 100% !important
  }

  .xl-min-w-100pc {
    min-width: 100% !important
  }

  .xl-w-25vw {
    width: 25vw !important
  }

  .xl-max-w-25vw {
    max-width: 25vw !important
  }

  .xl-min-w-25vw {
    min-width: 25vw !important
  }

  .xl-w-50vw {
    width: 50vw !important
  }

  .xl-max-w-50vw {
    max-width: 50vw !important
  }

  .xl-min-w-50vw {
    min-width: 50vw !important
  }

  .xl-w-75vw {
    width: 75vw !important
  }

  .xl-max-w-75vw {
    max-width: 75vw !important
  }

  .xl-min-w-75vw {
    min-width: 75vw !important
  }

  .xl-w-100vw {
    width: 100vw !important
  }

  .xl-max-w-100vw {
    max-width: 100vw !important
  }

  .xl-min-w-100vw {
    min-width: 100vw !important
  }
}

.h-0 {
  height: 0 !important
}

.max-h-0 {
  max-height: 0 !important
}

.min-h-0 {
  min-height: 0 !important
}

.h-1 {
  height: .25rem !important
}

.max-h-1 {
  max-height: .25rem !important
}

.min-h-1 {
  min-height: .25rem !important
}

.h-2 {
  height: .5rem !important
}

.max-h-2 {
  max-height: .5rem !important
}

.min-h-2 {
  min-height: .5rem !important
}

.h-3 {
  height: .75rem !important
}

.max-h-3 {
  max-height: .75rem !important
}

.min-h-3 {
  min-height: .75rem !important
}

.h-4 {
  height: 1rem !important
}

.max-h-4 {
  max-height: 1rem !important
}

.min-h-4 {
  min-height: 1rem !important
}

.h-5 {
  height: 1.25rem !important
}

.max-h-5 {
  max-height: 1.25rem !important
}

.min-h-5 {
  min-height: 1.25rem !important
}

.h-6 {
  height: 1.5rem !important
}

.max-h-6 {
  max-height: 1.5rem !important
}

.min-h-6 {
  min-height: 1.5rem !important
}

.h-7 {
  height: 1.75rem !important
}

.max-h-7 {
  max-height: 1.75rem !important
}

.min-h-7 {
  min-height: 1.75rem !important
}

.h-8 {
  height: 2rem !important
}

.max-h-8 {
  max-height: 2rem !important
}

.min-h-8 {
  min-height: 2rem !important
}

.h-9 {
  height: 2.25rem !important
}

.max-h-9 {
  max-height: 2.25rem !important
}

.min-h-9 {
  min-height: 2.25rem !important
}

.h-10 {
  height: 2.5rem !important
}

.max-h-10 {
  max-height: 2.5rem !important
}

.min-h-10 {
  min-height: 2.5rem !important
}

.h-l1 {
  height: 1rem !important
}

.max-h-l1 {
  max-height: 1rem !important
}

.min-h-l1 {
  min-height: 1rem !important
}

.h-l2 {
  height: 2rem !important
}

.max-h-l2 {
  max-height: 2rem !important
}

.min-h-l2 {
  min-height: 2rem !important
}

.h-l3 {
  height: 3rem !important
}

.max-h-l3 {
  max-height: 3rem !important
}

.min-h-l3 {
  min-height: 3rem !important
}

.h-l4 {
  height: 4rem !important
}

.max-h-l4 {
  max-height: 4rem !important
}

.min-h-l4 {
  min-height: 4rem !important
}

.h-l5 {
  height: 5rem !important
}

.max-h-l5 {
  max-height: 5rem !important
}

.min-h-l5 {
  min-height: 5rem !important
}

.h-l6 {
  height: 6rem !important
}

.max-h-l6 {
  max-height: 6rem !important
}

.min-h-l6 {
  min-height: 6rem !important
}

.h-l7 {
  height: 7rem !important
}

.max-h-l7 {
  max-height: 7rem !important
}

.min-h-l7 {
  min-height: 7rem !important
}

.h-l8 {
  height: 8rem !important
}

.max-h-l8 {
  max-height: 8rem !important
}

.min-h-l8 {
  min-height: 8rem !important
}

.h-l9 {
  height: 9rem !important
}

.max-h-l9 {
  max-height: 9rem !important
}

.min-h-l9 {
  min-height: 9rem !important
}

.h-l10 {
  height: 10rem !important
}

.max-h-l10 {
  max-height: 10rem !important
}

.min-h-l10 {
  min-height: 10rem !important
}

.h-auto {
  height: auto !important
}

.max-h-auto {
  max-height: auto !important
}

.min-h-auto {
  min-height: auto !important
}

.h-1px {
  height: 1px !important
}

.max-h-1px {
  max-height: 1px !important
}

.min-h-1px {
  min-height: 1px !important
}

.h-25pc {
  height: 25% !important
}

.max-h-25pc {
  max-height: 25% !important
}

.min-h-25pc {
  min-height: 25% !important
}

.h-33pc {
  height: 33.3333% !important
}

.max-h-33pc {
  max-height: 33.3333% !important
}

.min-h-33pc {
  min-height: 33.3333% !important
}

.h-50pc {
  height: 50% !important
}

.max-h-50pc {
  max-height: 50% !important
}

.min-h-50pc {
  min-height: 50% !important
}

.h-66pc {
  height: 66.6666% !important
}

.max-h-66pc {
  max-height: 66.6666% !important
}

.min-h-66pc {
  min-height: 66.6666% !important
}

.h-75pc {
  height: 75% !important
}

.max-h-75pc {
  max-height: 75% !important
}

.min-h-75pc {
  min-height: 75% !important
}

.h-100pc {
  height: 100% !important
}

.max-h-100pc {
  max-height: 100% !important
}

.min-h-100pc {
  min-height: 100% !important
}

.h-25vh {
  height: 25vh !important
}

.max-h-25vh {
  max-height: 25vh !important
}

.min-h-25vh {
  min-height: 25vh !important
}

.h-50vh {
  height: 50vh !important
}

.max-h-50vh {
  max-height: 50vh !important
}

.min-h-50vh {
  min-height: 50vh !important
}

.h-75vh {
  height: 75vh !important
}

.max-h-75vh {
  max-height: 75vh !important
}

.min-h-75vh {
  min-height: 75vh !important
}

.h-100vh {
  height: 100vh !important
}

.max-h-100vh {
  max-height: 100vh !important
}

.min-h-100vh {
  min-height: 80vh !important
}

@media (min-width: 576px) {
  .sm-h-0 {
    height: 0 !important
  }

  .sm-max-h-0 {
    max-height: 0 !important
  }

  .sm-min-h-0 {
    min-height: 0 !important
  }

  .sm-h-1 {
    height: .25rem !important
  }

  .sm-max-h-1 {
    max-height: .25rem !important
  }

  .sm-min-h-1 {
    min-height: .25rem !important
  }

  .sm-h-2 {
    height: .5rem !important
  }

  .sm-max-h-2 {
    max-height: .5rem !important
  }

  .sm-min-h-2 {
    min-height: .5rem !important
  }

  .sm-h-3 {
    height: .75rem !important
  }

  .sm-max-h-3 {
    max-height: .75rem !important
  }

  .sm-min-h-3 {
    min-height: .75rem !important
  }

  .sm-h-4 {
    height: 1rem !important
  }

  .sm-max-h-4 {
    max-height: 1rem !important
  }

  .sm-min-h-4 {
    min-height: 1rem !important
  }

  .sm-h-5 {
    height: 1.25rem !important
  }

  .sm-max-h-5 {
    max-height: 1.25rem !important
  }

  .sm-min-h-5 {
    min-height: 1.25rem !important
  }

  .sm-h-6 {
    height: 1.5rem !important
  }

  .sm-max-h-6 {
    max-height: 1.5rem !important
  }

  .sm-min-h-6 {
    min-height: 1.5rem !important
  }

  .sm-h-7 {
    height: 1.75rem !important
  }

  .sm-max-h-7 {
    max-height: 1.75rem !important
  }

  .sm-min-h-7 {
    min-height: 1.75rem !important
  }

  .sm-h-8 {
    height: 2rem !important
  }

  .sm-max-h-8 {
    max-height: 2rem !important
  }

  .sm-min-h-8 {
    min-height: 2rem !important
  }

  .sm-h-9 {
    height: 2.25rem !important
  }

  .sm-max-h-9 {
    max-height: 2.25rem !important
  }

  .sm-min-h-9 {
    min-height: 2.25rem !important
  }

  .sm-h-10 {
    height: 2.5rem !important
  }

  .sm-max-h-10 {
    max-height: 2.5rem !important
  }

  .sm-min-h-10 {
    min-height: 2.5rem !important
  }

  .sm-h-l1 {
    height: 1rem !important
  }

  .sm-max-h-l1 {
    max-height: 1rem !important
  }

  .sm-min-h-l1 {
    min-height: 1rem !important
  }

  .sm-h-l2 {
    height: 2rem !important
  }

  .sm-max-h-l2 {
    max-height: 2rem !important
  }

  .sm-min-h-l2 {
    min-height: 2rem !important
  }

  .sm-h-l3 {
    height: 3rem !important
  }

  .sm-max-h-l3 {
    max-height: 3rem !important
  }

  .sm-min-h-l3 {
    min-height: 3rem !important
  }

  .sm-h-l4 {
    height: 4rem !important
  }

  .sm-max-h-l4 {
    max-height: 4rem !important
  }

  .sm-min-h-l4 {
    min-height: 4rem !important
  }

  .sm-h-l5 {
    height: 5rem !important
  }

  .sm-max-h-l5 {
    max-height: 5rem !important
  }

  .sm-min-h-l5 {
    min-height: 5rem !important
  }

  .sm-h-l6 {
    height: 6rem !important
  }

  .sm-max-h-l6 {
    max-height: 6rem !important
  }

  .sm-min-h-l6 {
    min-height: 6rem !important
  }

  .sm-h-l7 {
    height: 7rem !important
  }

  .sm-max-h-l7 {
    max-height: 7rem !important
  }

  .sm-min-h-l7 {
    min-height: 7rem !important
  }

  .sm-h-l8 {
    height: 8rem !important
  }

  .sm-max-h-l8 {
    max-height: 8rem !important
  }

  .sm-min-h-l8 {
    min-height: 8rem !important
  }

  .sm-h-l9 {
    height: 9rem !important
  }

  .sm-max-h-l9 {
    max-height: 9rem !important
  }

  .sm-min-h-l9 {
    min-height: 9rem !important
  }

  .sm-h-l10 {
    height: 10rem !important
  }

  .sm-max-h-l10 {
    max-height: 10rem !important
  }

  .sm-min-h-l10 {
    min-height: 10rem !important
  }

  .sm-h-auto {
    height: auto !important
  }

  .sm-max-h-auto {
    max-height: auto !important
  }

  .sm-min-h-auto {
    min-height: auto !important
  }

  .sm-h-1px {
    height: 1px !important
  }

  .sm-max-h-1px {
    max-height: 1px !important
  }

  .sm-min-h-1px {
    min-height: 1px !important
  }

  .sm-h-25pc {
    height: 25% !important
  }

  .sm-max-h-25pc {
    max-height: 25% !important
  }

  .sm-min-h-25pc {
    min-height: 25% !important
  }

  .sm-h-33pc {
    height: 33.3333% !important
  }

  .sm-max-h-33pc {
    max-height: 33.3333% !important
  }

  .sm-min-h-33pc {
    min-height: 33.3333% !important
  }

  .sm-h-50pc {
    height: 50% !important
  }

  .sm-max-h-50pc {
    max-height: 50% !important
  }

  .sm-min-h-50pc {
    min-height: 50% !important
  }

  .sm-h-66pc {
    height: 66.6666% !important
  }

  .sm-max-h-66pc {
    max-height: 66.6666% !important
  }

  .sm-min-h-66pc {
    min-height: 66.6666% !important
  }

  .sm-h-75pc {
    height: 75% !important
  }

  .sm-max-h-75pc {
    max-height: 75% !important
  }

  .sm-min-h-75pc {
    min-height: 75% !important
  }

  .sm-h-100pc {
    height: 100% !important
  }

  .sm-max-h-100pc {
    max-height: 100% !important
  }

  .sm-min-h-100pc {
    min-height: 100% !important
  }

  .sm-h-25vh {
    height: 25vh !important
  }

  .sm-max-h-25vh {
    max-height: 25vh !important
  }

  .sm-min-h-25vh {
    min-height: 25vh !important
  }

  .sm-h-50vh {
    height: 50vh !important
  }

  .sm-max-h-50vh {
    max-height: 50vh !important
  }

  .sm-min-h-50vh {
    min-height: 50vh !important
  }

  .sm-h-75vh {
    height: 75vh !important
  }

  .sm-max-h-75vh {
    max-height: 75vh !important
  }

  .sm-min-h-75vh {
    min-height: 75vh !important
  }

  .sm-h-100vh {
    height: 100vh !important
  }

  .sm-max-h-100vh {
    max-height: 100vh !important
  }

  .sm-min-h-100vh {
    min-height: 100vh !important
  }
}

@media (min-width: 768px) {
  .md-h-0 {
    height: 0 !important
  }

  .md-max-h-0 {
    max-height: 0 !important
  }

  .md-min-h-0 {
    min-height: 0 !important
  }

  .md-h-1 {
    height: .25rem !important
  }

  .md-max-h-1 {
    max-height: .25rem !important
  }

  .md-min-h-1 {
    min-height: .25rem !important
  }

  .md-h-2 {
    height: .5rem !important
  }

  .md-max-h-2 {
    max-height: .5rem !important
  }

  .md-min-h-2 {
    min-height: .5rem !important
  }

  .md-h-3 {
    height: .75rem !important
  }

  .md-max-h-3 {
    max-height: .75rem !important
  }

  .md-min-h-3 {
    min-height: .75rem !important
  }

  .md-h-4 {
    height: 1rem !important
  }

  .md-max-h-4 {
    max-height: 1rem !important
  }

  .md-min-h-4 {
    min-height: 1rem !important
  }

  .md-h-5 {
    height: 1.25rem !important
  }

  .md-max-h-5 {
    max-height: 1.25rem !important
  }

  .md-min-h-5 {
    min-height: 1.25rem !important
  }

  .md-h-6 {
    height: 1.5rem !important
  }

  .md-max-h-6 {
    max-height: 1.5rem !important
  }

  .md-min-h-6 {
    min-height: 1.5rem !important
  }

  .md-h-7 {
    height: 1.75rem !important
  }

  .md-max-h-7 {
    max-height: 1.75rem !important
  }

  .md-min-h-7 {
    min-height: 1.75rem !important
  }

  .md-h-8 {
    height: 2rem !important
  }

  .md-max-h-8 {
    max-height: 2rem !important
  }

  .md-min-h-8 {
    min-height: 2rem !important
  }

  .md-h-9 {
    height: 2.25rem !important
  }

  .md-max-h-9 {
    max-height: 2.25rem !important
  }

  .md-min-h-9 {
    min-height: 2.25rem !important
  }

  .md-h-10 {
    height: 2.5rem !important
  }

  .md-max-h-10 {
    max-height: 2.5rem !important
  }

  .md-min-h-10 {
    min-height: 2.5rem !important
  }

  .md-h-l1 {
    height: 1rem !important
  }

  .md-max-h-l1 {
    max-height: 1rem !important
  }

  .md-min-h-l1 {
    min-height: 1rem !important
  }

  .md-h-l2 {
    height: 2rem !important
  }

  .md-max-h-l2 {
    max-height: 2rem !important
  }

  .md-min-h-l2 {
    min-height: 2rem !important
  }

  .md-h-l3 {
    height: 3rem !important
  }

  .md-max-h-l3 {
    max-height: 3rem !important
  }

  .md-min-h-l3 {
    min-height: 3rem !important
  }

  .md-h-l4 {
    height: 4rem !important
  }

  .md-max-h-l4 {
    max-height: 4rem !important
  }

  .md-min-h-l4 {
    min-height: 4rem !important
  }

  .md-h-l5 {
    height: 5rem !important
  }

  .md-max-h-l5 {
    max-height: 5rem !important
  }

  .md-min-h-l5 {
    min-height: 5rem !important
  }

  .md-h-l6 {
    height: 6rem !important
  }

  .md-max-h-l6 {
    max-height: 6rem !important
  }

  .md-min-h-l6 {
    min-height: 6rem !important
  }

  .md-h-l7 {
    height: 7rem !important
  }

  .md-max-h-l7 {
    max-height: 7rem !important
  }

  .md-min-h-l7 {
    min-height: 7rem !important
  }

  .md-h-l8 {
    height: 8rem !important
  }

  .md-max-h-l8 {
    max-height: 8rem !important
  }

  .md-min-h-l8 {
    min-height: 8rem !important
  }

  .md-h-l9 {
    height: 9rem !important
  }

  .md-max-h-l9 {
    max-height: 9rem !important
  }

  .md-min-h-l9 {
    min-height: 9rem !important
  }

  .md-h-l10 {
    height: 10rem !important
  }

  .md-max-h-l10 {
    max-height: 10rem !important
  }

  .md-min-h-l10 {
    min-height: 10rem !important
  }

  .md-h-auto {
    height: auto !important
  }

  .md-max-h-auto {
    max-height: auto !important
  }

  .md-min-h-auto {
    min-height: auto !important
  }

  .md-h-1px {
    height: 1px !important
  }

  .md-max-h-1px {
    max-height: 1px !important
  }

  .md-min-h-1px {
    min-height: 1px !important
  }

  .md-h-25pc {
    height: 25% !important
  }

  .md-max-h-25pc {
    max-height: 25% !important
  }

  .md-min-h-25pc {
    min-height: 25% !important
  }

  .md-h-33pc {
    height: 33.3333% !important
  }

  .md-max-h-33pc {
    max-height: 33.3333% !important
  }

  .md-min-h-33pc {
    min-height: 33.3333% !important
  }

  .md-h-50pc {
    height: 50% !important
  }

  .md-max-h-50pc {
    max-height: 50% !important
  }

  .md-min-h-50pc {
    min-height: 50% !important
  }

  .md-h-66pc {
    height: 66.6666% !important
  }

  .md-max-h-66pc {
    max-height: 66.6666% !important
  }

  .md-min-h-66pc {
    min-height: 66.6666% !important
  }

  .md-h-75pc {
    height: 75% !important
  }

  .md-max-h-75pc {
    max-height: 75% !important
  }

  .md-min-h-75pc {
    min-height: 75% !important
  }

  .md-h-100pc {
    height: 100% !important
  }

  .md-max-h-100pc {
    max-height: 100% !important
  }

  .md-min-h-100pc {
    min-height: 100% !important
  }

  .md-h-25vh {
    height: 25vh !important
  }

  .md-max-h-25vh {
    max-height: 25vh !important
  }

  .md-min-h-25vh {
    min-height: 25vh !important
  }

  .md-h-50vh {
    height: 50vh !important
  }

  .md-max-h-50vh {
    max-height: 50vh !important
  }

  .md-min-h-50vh {
    min-height: 50vh !important
  }

  .md-h-75vh {
    height: 75vh !important
  }

  .md-max-h-75vh {
    max-height: 75vh !important
  }

  .md-min-h-75vh {
    min-height: 75vh !important
  }

  .md-h-100vh {
    height: 100vh !important
  }

  .md-max-h-100vh {
    max-height: 100vh !important
  }

  .md-min-h-100vh {
    min-height: 100vh !important
  }
}

@media (min-width: 992px) {
  .lg-h-0 {
    height: 0 !important
  }

  .lg-max-h-0 {
    max-height: 0 !important
  }

  .lg-min-h-0 {
    min-height: 0 !important
  }

  .lg-h-1 {
    height: .25rem !important
  }

  .lg-max-h-1 {
    max-height: .25rem !important
  }

  .lg-min-h-1 {
    min-height: .25rem !important
  }

  .lg-h-2 {
    height: .5rem !important
  }

  .lg-max-h-2 {
    max-height: .5rem !important
  }

  .lg-min-h-2 {
    min-height: .5rem !important
  }

  .lg-h-3 {
    height: .75rem !important
  }

  .lg-max-h-3 {
    max-height: .75rem !important
  }

  .lg-min-h-3 {
    min-height: .75rem !important
  }

  .lg-h-4 {
    height: 1rem !important
  }

  .lg-max-h-4 {
    max-height: 1rem !important
  }

  .lg-min-h-4 {
    min-height: 1rem !important
  }

  .lg-h-5 {
    height: 1.25rem !important
  }

  .lg-max-h-5 {
    max-height: 1.25rem !important
  }

  .lg-min-h-5 {
    min-height: 1.25rem !important
  }

  .lg-h-6 {
    height: 1.5rem !important
  }

  .lg-max-h-6 {
    max-height: 1.5rem !important
  }

  .lg-min-h-6 {
    min-height: 1.5rem !important
  }

  .lg-h-7 {
    height: 1.75rem !important
  }

  .lg-max-h-7 {
    max-height: 1.75rem !important
  }

  .lg-min-h-7 {
    min-height: 1.75rem !important
  }

  .lg-h-8 {
    height: 2rem !important
  }

  .lg-max-h-8 {
    max-height: 2rem !important
  }

  .lg-min-h-8 {
    min-height: 2rem !important
  }

  .lg-h-9 {
    height: 2.25rem !important
  }

  .lg-max-h-9 {
    max-height: 2.25rem !important
  }

  .lg-min-h-9 {
    min-height: 2.25rem !important
  }

  .lg-h-10 {
    height: 2.5rem !important
  }

  .lg-max-h-10 {
    max-height: 2.5rem !important
  }

  .lg-min-h-10 {
    min-height: 2.5rem !important
  }

  .lg-h-l1 {
    height: 1rem !important
  }

  .lg-max-h-l1 {
    max-height: 1rem !important
  }

  .lg-min-h-l1 {
    min-height: 1rem !important
  }

  .lg-h-l2 {
    height: 2rem !important
  }

  .lg-max-h-l2 {
    max-height: 2rem !important
  }

  .lg-min-h-l2 {
    min-height: 2rem !important
  }

  .lg-h-l3 {
    height: 3rem !important
  }

  .lg-max-h-l3 {
    max-height: 3rem !important
  }

  .lg-min-h-l3 {
    min-height: 3rem !important
  }

  .lg-h-l4 {
    height: 4rem !important
  }

  .lg-max-h-l4 {
    max-height: 4rem !important
  }

  .lg-min-h-l4 {
    min-height: 4rem !important
  }

  .lg-h-l5 {
    height: 5rem !important
  }

  .lg-max-h-l5 {
    max-height: 5rem !important
  }

  .lg-min-h-l5 {
    min-height: 5rem !important
  }

  .lg-h-l6 {
    height: 6rem !important
  }

  .lg-max-h-l6 {
    max-height: 6rem !important
  }

  .lg-min-h-l6 {
    min-height: 6rem !important
  }

  .lg-h-l7 {
    height: 7rem !important
  }

  .lg-max-h-l7 {
    max-height: 7rem !important
  }

  .lg-min-h-l7 {
    min-height: 7rem !important
  }

  .lg-h-l8 {
    height: 8rem !important
  }

  .lg-max-h-l8 {
    max-height: 8rem !important
  }

  .lg-min-h-l8 {
    min-height: 8rem !important
  }

  .lg-h-l9 {
    height: 9rem !important
  }

  .lg-max-h-l9 {
    max-height: 9rem !important
  }

  .lg-min-h-l9 {
    min-height: 9rem !important
  }

  .lg-h-l10 {
    height: 10rem !important
  }

  .lg-max-h-l10 {
    max-height: 10rem !important
  }

  .lg-min-h-l10 {
    min-height: 10rem !important
  }

  .lg-h-auto {
    height: auto !important
  }

  .lg-max-h-auto {
    max-height: auto !important
  }

  .lg-min-h-auto {
    min-height: auto !important
  }

  .lg-h-1px {
    height: 1px !important
  }

  .lg-max-h-1px {
    max-height: 1px !important
  }

  .lg-min-h-1px {
    min-height: 1px !important
  }

  .lg-h-25pc {
    height: 25% !important
  }

  .lg-max-h-25pc {
    max-height: 25% !important
  }

  .lg-min-h-25pc {
    min-height: 25% !important
  }

  .lg-h-33pc {
    height: 33.3333% !important
  }

  .lg-max-h-33pc {
    max-height: 33.3333% !important
  }

  .lg-min-h-33pc {
    min-height: 33.3333% !important
  }

  .lg-h-50pc {
    height: 50% !important
  }

  .lg-max-h-50pc {
    max-height: 50% !important
  }

  .lg-min-h-50pc {
    min-height: 50% !important
  }

  .lg-h-66pc {
    height: 66.6666% !important
  }

  .lg-max-h-66pc {
    max-height: 66.6666% !important
  }

  .lg-min-h-66pc {
    min-height: 66.6666% !important
  }

  .lg-h-75pc {
    height: 75% !important
  }

  .lg-max-h-75pc {
    max-height: 75% !important
  }

  .lg-min-h-75pc {
    min-height: 75% !important
  }

  .lg-h-100pc {
    height: 100% !important
  }

  .lg-max-h-100pc {
    max-height: 100% !important
  }

  .lg-min-h-100pc {
    min-height: 100% !important
  }

  .lg-h-25vh {
    height: 25vh !important
  }

  .lg-max-h-25vh {
    max-height: 25vh !important
  }

  .lg-min-h-25vh {
    min-height: 25vh !important
  }

  .lg-h-50vh {
    height: 50vh !important
  }

  .lg-max-h-50vh {
    max-height: 50vh !important
  }

  .lg-min-h-50vh {
    min-height: 50vh !important
  }

  .lg-h-75vh {
    height: 75vh !important
  }

  .lg-max-h-75vh {
    max-height: 75vh !important
  }

  .lg-min-h-75vh {
    min-height: 75vh !important
  }

  .lg-h-100vh {
    height: 100vh !important
  }

  .lg-max-h-100vh {
    max-height: 100vh !important
  }

  .lg-min-h-100vh {
    min-height: 100vh !important
  }
}

@media (min-width: 1200px) {
  .xl-h-0 {
    height: 0 !important
  }

  .xl-max-h-0 {
    max-height: 0 !important
  }

  .xl-min-h-0 {
    min-height: 0 !important
  }

  .xl-h-1 {
    height: .25rem !important
  }

  .xl-max-h-1 {
    max-height: .25rem !important
  }

  .xl-min-h-1 {
    min-height: .25rem !important
  }

  .xl-h-2 {
    height: .5rem !important
  }

  .xl-max-h-2 {
    max-height: .5rem !important
  }

  .xl-min-h-2 {
    min-height: .5rem !important
  }

  .xl-h-3 {
    height: .75rem !important
  }

  .xl-max-h-3 {
    max-height: .75rem !important
  }

  .xl-min-h-3 {
    min-height: .75rem !important
  }

  .xl-h-4 {
    height: 1rem !important
  }

  .xl-max-h-4 {
    max-height: 1rem !important
  }

  .xl-min-h-4 {
    min-height: 1rem !important
  }

  .xl-h-5 {
    height: 1.25rem !important
  }

  .xl-max-h-5 {
    max-height: 1.25rem !important
  }

  .xl-min-h-5 {
    min-height: 1.25rem !important
  }

  .xl-h-6 {
    height: 1.5rem !important
  }

  .xl-max-h-6 {
    max-height: 1.5rem !important
  }

  .xl-min-h-6 {
    min-height: 1.5rem !important
  }

  .xl-h-7 {
    height: 1.75rem !important
  }

  .xl-max-h-7 {
    max-height: 1.75rem !important
  }

  .xl-min-h-7 {
    min-height: 1.75rem !important
  }

  .xl-h-8 {
    height: 2rem !important
  }

  .xl-max-h-8 {
    max-height: 2rem !important
  }

  .xl-min-h-8 {
    min-height: 2rem !important
  }

  .xl-h-9 {
    height: 2.25rem !important
  }

  .xl-max-h-9 {
    max-height: 2.25rem !important
  }

  .xl-min-h-9 {
    min-height: 2.25rem !important
  }

  .xl-h-10 {
    height: 2.5rem !important
  }

  .xl-max-h-10 {
    max-height: 2.5rem !important
  }

  .xl-min-h-10 {
    min-height: 2.5rem !important
  }

  .xl-h-l1 {
    height: 1rem !important
  }

  .xl-max-h-l1 {
    max-height: 1rem !important
  }

  .xl-min-h-l1 {
    min-height: 1rem !important
  }

  .xl-h-l2 {
    height: 2rem !important
  }

  .xl-max-h-l2 {
    max-height: 2rem !important
  }

  .xl-min-h-l2 {
    min-height: 2rem !important
  }

  .xl-h-l3 {
    height: 3rem !important
  }

  .xl-max-h-l3 {
    max-height: 3rem !important
  }

  .xl-min-h-l3 {
    min-height: 3rem !important
  }

  .xl-h-l4 {
    height: 4rem !important
  }

  .xl-max-h-l4 {
    max-height: 4rem !important
  }

  .xl-min-h-l4 {
    min-height: 4rem !important
  }

  .xl-h-l5 {
    height: 5rem !important
  }

  .xl-max-h-l5 {
    max-height: 5rem !important
  }

  .xl-min-h-l5 {
    min-height: 5rem !important
  }

  .xl-h-l6 {
    height: 6rem !important
  }

  .xl-max-h-l6 {
    max-height: 6rem !important
  }

  .xl-min-h-l6 {
    min-height: 6rem !important
  }

  .xl-h-l7 {
    height: 7rem !important
  }

  .xl-max-h-l7 {
    max-height: 7rem !important
  }

  .xl-min-h-l7 {
    min-height: 7rem !important
  }

  .xl-h-l8 {
    height: 8rem !important
  }

  .xl-max-h-l8 {
    max-height: 8rem !important
  }

  .xl-min-h-l8 {
    min-height: 8rem !important
  }

  .xl-h-l9 {
    height: 9rem !important
  }

  .xl-max-h-l9 {
    max-height: 9rem !important
  }

  .xl-min-h-l9 {
    min-height: 9rem !important
  }

  .xl-h-l10 {
    height: 10rem !important
  }

  .xl-max-h-l10 {
    max-height: 10rem !important
  }

  .xl-min-h-l10 {
    min-height: 10rem !important
  }

  .xl-h-auto {
    height: auto !important
  }

  .xl-max-h-auto {
    max-height: auto !important
  }

  .xl-min-h-auto {
    min-height: auto !important
  }

  .xl-h-1px {
    height: 1px !important
  }

  .xl-max-h-1px {
    max-height: 1px !important
  }

  .xl-min-h-1px {
    min-height: 1px !important
  }

  .xl-h-25pc {
    height: 25% !important
  }

  .xl-max-h-25pc {
    max-height: 25% !important
  }

  .xl-min-h-25pc {
    min-height: 25% !important
  }

  .xl-h-33pc {
    height: 33.3333% !important
  }

  .xl-max-h-33pc {
    max-height: 33.3333% !important
  }

  .xl-min-h-33pc {
    min-height: 33.3333% !important
  }

  .xl-h-50pc {
    height: 50% !important
  }

  .xl-max-h-50pc {
    max-height: 50% !important
  }

  .xl-min-h-50pc {
    min-height: 50% !important
  }

  .xl-h-66pc {
    height: 66.6666% !important
  }

  .xl-max-h-66pc {
    max-height: 66.6666% !important
  }

  .xl-min-h-66pc {
    min-height: 66.6666% !important
  }

  .xl-h-75pc {
    height: 75% !important
  }

  .xl-max-h-75pc {
    max-height: 75% !important
  }

  .xl-min-h-75pc {
    min-height: 75% !important
  }

  .xl-h-100pc {
    height: 100% !important
  }

  .xl-max-h-100pc {
    max-height: 100% !important
  }

  .xl-min-h-100pc {
    min-height: 100% !important
  }

  .xl-h-25vh {
    height: 25vh !important
  }

  .xl-max-h-25vh {
    max-height: 25vh !important
  }

  .xl-min-h-25vh {
    min-height: 25vh !important
  }

  .xl-h-50vh {
    height: 50vh !important
  }

  .xl-max-h-50vh {
    max-height: 50vh !important
  }

  .xl-min-h-50vh {
    min-height: 50vh !important
  }

  .xl-h-75vh {
    height: 75vh !important
  }

  .xl-max-h-75vh {
    max-height: 75vh !important
  }

  .xl-min-h-75vh {
    min-height: 75vh !important
  }

  .xl-h-100vh {
    height: 100vh !important
  }

  .xl-max-h-100vh {
    max-height: 100vh !important
  }

  .xl-min-h-100vh {
    min-height: 100vh !important
  }
}

.h-1by1:after {
  content: "";
  display: block;
  padding-bottom: 100%
}

.h-1by2:after {
  content: "";
  display: block;
  padding-bottom: 50%
}

.h-2by1:after {
  content: "";
  display: block;
  padding-bottom: 200%
}

.h-9by16:after {
  content: "";
  display: block;
  padding-bottom: 56.25%
}

.h-16by9:after {
  content: "";
  display: block;
  padding-bottom: 177.77%
}

.h-4by3:after {
  content: "";
  display: block;
  padding-bottom: 133.33%
}

.h-3by4:after {
  content: "";
  display: block;
  padding-bottom: 75%
}

@media (min-width: 576px) {
  .sm-h-1by1:after {
    content: "";
    display: block;
    padding-bottom: 100%
  }

  .sm-h-1by2:after {
    content: "";
    display: block;
    padding-bottom: 50%
  }

  .sm-h-2by1:after {
    content: "";
    display: block;
    padding-bottom: 200%
  }

  .sm-h-9by16:after {
    content: "";
    display: block;
    padding-bottom: 56.25%
  }

  .sm-h-16by9:after {
    content: "";
    display: block;
    padding-bottom: 177.77%
  }

  .sm-h-4by3:after {
    content: "";
    display: block;
    padding-bottom: 133.33%
  }

  .sm-h-3by4:after {
    content: "";
    display: block;
    padding-bottom: 75%
  }
}

@media (min-width: 768px) {
  .md-h-1by1:after {
    content: "";
    display: block;
    padding-bottom: 100%
  }

  .md-h-1by2:after {
    content: "";
    display: block;
    padding-bottom: 50%
  }

  .md-h-2by1:after {
    content: "";
    display: block;
    padding-bottom: 200%
  }

  .md-h-9by16:after {
    content: "";
    display: block;
    padding-bottom: 56.25%
  }

  .md-h-16by9:after {
    content: "";
    display: block;
    padding-bottom: 177.77%
  }

  .md-h-4by3:after {
    content: "";
    display: block;
    padding-bottom: 133.33%
  }

  .md-h-3by4:after {
    content: "";
    display: block;
    padding-bottom: 75%
  }
}

@media (min-width: 992px) {
  .lg-h-1by1:after {
    content: "";
    display: block;
    padding-bottom: 100%
  }

  .lg-h-1by2:after {
    content: "";
    display: block;
    padding-bottom: 50%
  }

  .lg-h-2by1:after {
    content: "";
    display: block;
    padding-bottom: 200%
  }

  .lg-h-9by16:after {
    content: "";
    display: block;
    padding-bottom: 56.25%
  }

  .lg-h-16by9:after {
    content: "";
    display: block;
    padding-bottom: 177.77%
  }

  .lg-h-4by3:after {
    content: "";
    display: block;
    padding-bottom: 133.33%
  }

  .lg-h-3by4:after {
    content: "";
    display: block;
    padding-bottom: 75%
  }
}

@media (min-width: 1200px) {
  .xl-h-1by1:after {
    content: "";
    display: block;
    padding-bottom: 100%
  }

  .xl-h-1by2:after {
    content: "";
    display: block;
    padding-bottom: 50%
  }

  .xl-h-2by1:after {
    content: "";
    display: block;
    padding-bottom: 200%
  }

  .xl-h-9by16:after {
    content: "";
    display: block;
    padding-bottom: 56.25%
  }

  .xl-h-16by9:after {
    content: "";
    display: block;
    padding-bottom: 177.77%
  }

  .xl-h-4by3:after {
    content: "";
    display: block;
    padding-bottom: 133.33%
  }

  .xl-h-3by4:after {
    content: "";
    display: block;
    padding-bottom: 75%
  }
}

.p-0 {
  padding: 0 !important
}

.pt-0 {
  padding-top: 0 !important
}

.pr-0 {
  padding-right: 0 !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pl-0 {
  padding-left: 0 !important
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.pt-1 {
  padding-top: .25rem !important
}

.pr-1 {
  padding-right: .25rem !important
}

.pb-1 {
  padding-bottom: .25rem !important
}

.pl-1 {
  padding-left: .25rem !important
}

.px-1 {
  padding-left: .25rem !important;
  padding-right: .25rem !important
}

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2 {
  padding-top: .5rem !important
}

.pr-2 {
  padding-right: .5rem !important
}

.pb-2 {
  padding-bottom: .5rem !important
}

.pl-2 {
  padding-left: .5rem !important
}

.px-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important
}

.p-3 {
  padding: .75rem !important
}

.pt-3 {
  padding-top: .75rem !important
}

.pr-3 {
  padding-right: .75rem !important
}

.pb-3 {
  padding-bottom: .75rem !important
}

.pl-3 {
  padding-left: .75rem !important
}

.px-3 {
  padding-left: .75rem !important;
  padding-right: .75rem !important
}

.py-3 {
  padding-top: .75rem !important;
  padding-bottom: .75rem !important
}

.p-4 {
  padding: 1rem !important
}

.pt-4 {
  padding-top: 1rem !important
}

.pr-4 {
  padding-right: 1rem !important
}

.pb-4 {
  padding-bottom: 1rem !important
}

.pl-4 {
  padding-left: 1rem !important
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.p-5 {
  padding: 1.25rem !important
}

.pt-5 {
  padding-top: 1.25rem !important
}

.pr-5 {
  padding-right: 1.25rem !important
}

.pb-5 {
  padding-bottom: 1.25rem !important
}

.pl-5 {
  padding-left: 1.25rem !important
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important
}

.p-6 {
  padding: 1.5rem !important
}

.pt-6 {
  padding-top: 1.5rem !important
}

.pr-6 {
  padding-right: 1.5rem !important
}

.pb-6 {
  padding-bottom: 1.5rem !important
}

.pl-6 {
  padding-left: 1.5rem !important
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.p-7 {
  padding: 1.75rem !important
}

.pt-7 {
  padding-top: 1.75rem !important
}

.pr-7 {
  padding-right: 1.75rem !important
}

.pb-7 {
  padding-bottom: 1.75rem !important
}

.pl-7 {
  padding-left: 1.75rem !important
}

.px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important
}

.p-8 {
  padding: 2rem !important
}

.pt-8 {
  padding-top: 2rem !important
}

.pr-8 {
  padding-right: 2rem !important
}

.pb-8 {
  padding-bottom: 2rem !important
}

.pl-8 {
  padding-left: 2rem !important
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important
}

.p-9 {
  padding: 2.25rem !important
}

.pt-9 {
  padding-top: 2.25rem !important
}

.pr-9 {
  padding-right: 2.25rem !important
}

.pb-9 {
  padding-bottom: 2.25rem !important
}

.pl-9 {
  padding-left: 2.25rem !important
}

.px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important
}

.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important
}

.p-10 {
  padding: 2.5rem !important
}

.pt-10 {
  padding-top: 2.5rem !important
}

.pr-10 {
  padding-right: 2.5rem !important
}

.pb-10 {
  padding-bottom: 2.5rem !important
}

.pl-10 {
  padding-left: 2.5rem !important
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important
}

.p-l1 {
  padding: 1rem !important
}

.pt-l1 {
  padding-top: 1rem !important
}

.pr-l1 {
  padding-right: 1rem !important
}

.pb-l1 {
  padding-bottom: 1rem !important
}

.pl-l1 {
  padding-left: 1rem !important
}

.px-l1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important
}

.py-l1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.p-l2 {
  padding: 2rem !important
}

.pt-l2 {
  padding-top: 2rem !important
}

.pr-l2 {
  padding-right: 2rem !important
}

.pb-l2 {
  padding-bottom: 2rem !important
}

.pl-l2 {
  padding-left: 2rem !important
}

.px-l2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important
}

.py-l2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important
}

.p-l3 {
  padding: 3rem !important
}

.pt-l3 {
  padding-top: 3rem !important
}

.pr-l3 {
  padding-right: 3rem !important
}

.pb-l3 {
  padding-bottom: 3rem !important
}

.pl-l3 {
  padding-left: 3rem !important
}

.px-l3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important
}

.py-l3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.p-l4 {
  padding: 4rem !important
}

.pt-l4 {
  padding-top: 4rem !important
}

.pr-l4 {
  padding-right: 4rem !important
}

.pb-l4 {
  padding-bottom: 4rem !important
}

.pl-l4 {
  padding-left: 4rem !important
}

.px-l4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important
}

.py-l4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important
}

.p-l5 {
  padding: 5rem !important
}

.pt-l5 {
  padding-top: 5rem !important
}

.pr-l5 {
  padding-right: 5rem !important
}

.pb-l5 {
  padding-bottom: 5rem !important
}

.pl-l5 {
  padding-left: 5rem !important
}

.px-l5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important
}

.py-l5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important
}

.p-l6 {
  padding: 6rem !important
}

.pt-l6 {
  padding-top: 6rem !important
}

.pr-l6 {
  padding-right: 6rem !important
}

.pb-l6 {
  padding-bottom: 6rem !important
}

.pl-l6 {
  padding-left: 6rem !important
}

.px-l6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important
}

.py-l6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important
}

.p-l7 {
  padding: 7rem !important
}

.pt-l7 {
  padding-top: 7rem !important
}

.pr-l7 {
  padding-right: 7rem !important
}

.pb-l7 {
  padding-bottom: 7rem !important
}

.pl-l7 {
  padding-left: 7rem !important
}

.px-l7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important
}

.py-l7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important
}

.p-l8 {
  padding: 8rem !important
}

.pt-l8 {
  padding-top: 8rem !important
}

.pr-l8 {
  padding-right: 8rem !important
}

.pb-l8 {
  padding-bottom: 8rem !important
}

.pl-l8 {
  padding-left: 8rem !important
}

.px-l8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important
}

.py-l8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important
}

.p-l9 {
  padding: 9rem !important
}

.pt-l9 {
  padding-top: 9rem !important
}

.pr-l9 {
  padding-right: 9rem !important
}

.pb-l9 {
  padding-bottom: 9rem !important
}

.pl-l9 {
  padding-left: 9rem !important
}

.px-l9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important
}

.py-l9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important
}

.p-l10 {
  padding: 10rem !important
}

.pt-l10 {
  padding-top: 10rem !important
}

.pr-l10 {
  padding-right: 10rem !important
}

.pb-l10 {
  padding-bottom: 10rem !important
}

.pl-l10 {
  padding-left: 10rem !important
}

.px-l10 {
  padding-left: 10rem !important;
  padding-right: 10rem !important
}

.py-l10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important
}

.p-1px {
  padding: 1px !important
}

.pt-1px {
  padding-top: 1px !important
}

.pr-1px {
  padding-right: 1px !important
}

.pb-1px {
  padding-bottom: 1px !important
}

.pl-1px {
  padding-left: 1px !important
}

.px-1px {
  padding-left: 1px !important;
  padding-right: 1px !important
}

.py-1px {
  padding-top: 1px !important;
  padding-bottom: 1px !important
}

@media (min-width: 576px) {
  .sm-p-0 {
    padding: 0 !important
  }

  .sm-pt-0 {
    padding-top: 0 !important
  }

  .sm-pr-0 {
    padding-right: 0 !important
  }

  .sm-pb-0 {
    padding-bottom: 0 !important
  }

  .sm-pl-0 {
    padding-left: 0 !important
  }

  .sm-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .sm-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .sm-p-1 {
    padding: .25rem !important
  }

  .sm-pt-1 {
    padding-top: .25rem !important
  }

  .sm-pr-1 {
    padding-right: .25rem !important
  }

  .sm-pb-1 {
    padding-bottom: .25rem !important
  }

  .sm-pl-1 {
    padding-left: .25rem !important
  }

  .sm-px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .sm-py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .sm-p-2 {
    padding: .5rem !important
  }

  .sm-pt-2 {
    padding-top: .5rem !important
  }

  .sm-pr-2 {
    padding-right: .5rem !important
  }

  .sm-pb-2 {
    padding-bottom: .5rem !important
  }

  .sm-pl-2 {
    padding-left: .5rem !important
  }

  .sm-px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .sm-py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .sm-p-3 {
    padding: .75rem !important
  }

  .sm-pt-3 {
    padding-top: .75rem !important
  }

  .sm-pr-3 {
    padding-right: .75rem !important
  }

  .sm-pb-3 {
    padding-bottom: .75rem !important
  }

  .sm-pl-3 {
    padding-left: .75rem !important
  }

  .sm-px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important
  }

  .sm-py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important
  }

  .sm-p-4 {
    padding: 1rem !important
  }

  .sm-pt-4 {
    padding-top: 1rem !important
  }

  .sm-pr-4 {
    padding-right: 1rem !important
  }

  .sm-pb-4 {
    padding-bottom: 1rem !important
  }

  .sm-pl-4 {
    padding-left: 1rem !important
  }

  .sm-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .sm-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .sm-p-5 {
    padding: 1.25rem !important
  }

  .sm-pt-5 {
    padding-top: 1.25rem !important
  }

  .sm-pr-5 {
    padding-right: 1.25rem !important
  }

  .sm-pb-5 {
    padding-bottom: 1.25rem !important
  }

  .sm-pl-5 {
    padding-left: 1.25rem !important
  }

  .sm-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
  }

  .sm-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
  }

  .sm-p-6 {
    padding: 1.5rem !important
  }

  .sm-pt-6 {
    padding-top: 1.5rem !important
  }

  .sm-pr-6 {
    padding-right: 1.5rem !important
  }

  .sm-pb-6 {
    padding-bottom: 1.5rem !important
  }

  .sm-pl-6 {
    padding-left: 1.5rem !important
  }

  .sm-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .sm-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .sm-p-7 {
    padding: 1.75rem !important
  }

  .sm-pt-7 {
    padding-top: 1.75rem !important
  }

  .sm-pr-7 {
    padding-right: 1.75rem !important
  }

  .sm-pb-7 {
    padding-bottom: 1.75rem !important
  }

  .sm-pl-7 {
    padding-left: 1.75rem !important
  }

  .sm-px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important
  }

  .sm-py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important
  }

  .sm-p-8 {
    padding: 2rem !important
  }

  .sm-pt-8 {
    padding-top: 2rem !important
  }

  .sm-pr-8 {
    padding-right: 2rem !important
  }

  .sm-pb-8 {
    padding-bottom: 2rem !important
  }

  .sm-pl-8 {
    padding-left: 2rem !important
  }

  .sm-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .sm-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .sm-p-9 {
    padding: 2.25rem !important
  }

  .sm-pt-9 {
    padding-top: 2.25rem !important
  }

  .sm-pr-9 {
    padding-right: 2.25rem !important
  }

  .sm-pb-9 {
    padding-bottom: 2.25rem !important
  }

  .sm-pl-9 {
    padding-left: 2.25rem !important
  }

  .sm-px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important
  }

  .sm-py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important
  }

  .sm-p-10 {
    padding: 2.5rem !important
  }

  .sm-pt-10 {
    padding-top: 2.5rem !important
  }

  .sm-pr-10 {
    padding-right: 2.5rem !important
  }

  .sm-pb-10 {
    padding-bottom: 2.5rem !important
  }

  .sm-pl-10 {
    padding-left: 2.5rem !important
  }

  .sm-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
  }

  .sm-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
  }

  .sm-p-l1 {
    padding: 1rem !important
  }

  .sm-pt-l1 {
    padding-top: 1rem !important
  }

  .sm-pr-l1 {
    padding-right: 1rem !important
  }

  .sm-pb-l1 {
    padding-bottom: 1rem !important
  }

  .sm-pl-l1 {
    padding-left: 1rem !important
  }

  .sm-px-l1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .sm-py-l1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .sm-p-l2 {
    padding: 2rem !important
  }

  .sm-pt-l2 {
    padding-top: 2rem !important
  }

  .sm-pr-l2 {
    padding-right: 2rem !important
  }

  .sm-pb-l2 {
    padding-bottom: 2rem !important
  }

  .sm-pl-l2 {
    padding-left: 2rem !important
  }

  .sm-px-l2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .sm-py-l2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .sm-p-l3 {
    padding: 3rem !important
  }

  .sm-pt-l3 {
    padding-top: 3rem !important
  }

  .sm-pr-l3 {
    padding-right: 3rem !important
  }

  .sm-pb-l3 {
    padding-bottom: 3rem !important
  }

  .sm-pl-l3 {
    padding-left: 3rem !important
  }

  .sm-px-l3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .sm-py-l3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .sm-p-l4 {
    padding: 4rem !important
  }

  .sm-pt-l4 {
    padding-top: 4rem !important
  }

  .sm-pr-l4 {
    padding-right: 4rem !important
  }

  .sm-pb-l4 {
    padding-bottom: 4rem !important
  }

  .sm-pl-l4 {
    padding-left: 4rem !important
  }

  .sm-px-l4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .sm-py-l4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }

  .sm-p-l5 {
    padding: 5rem !important
  }

  .sm-pt-l5 {
    padding-top: 5rem !important
  }

  .sm-pr-l5 {
    padding-right: 5rem !important
  }

  .sm-pb-l5 {
    padding-bottom: 5rem !important
  }

  .sm-pl-l5 {
    padding-left: 5rem !important
  }

  .sm-px-l5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .sm-py-l5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }

  .sm-p-l6 {
    padding: 6rem !important
  }

  .sm-pt-l6 {
    padding-top: 6rem !important
  }

  .sm-pr-l6 {
    padding-right: 6rem !important
  }

  .sm-pb-l6 {
    padding-bottom: 6rem !important
  }

  .sm-pl-l6 {
    padding-left: 6rem !important
  }

  .sm-px-l6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .sm-py-l6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }

  .sm-p-l7 {
    padding: 7rem !important
  }

  .sm-pt-l7 {
    padding-top: 7rem !important
  }

  .sm-pr-l7 {
    padding-right: 7rem !important
  }

  .sm-pb-l7 {
    padding-bottom: 7rem !important
  }

  .sm-pl-l7 {
    padding-left: 7rem !important
  }

  .sm-px-l7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
  }

  .sm-py-l7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important
  }

  .sm-p-l8 {
    padding: 8rem !important
  }

  .sm-pt-l8 {
    padding-top: 8rem !important
  }

  .sm-pr-l8 {
    padding-right: 8rem !important
  }

  .sm-pb-l8 {
    padding-bottom: 8rem !important
  }

  .sm-pl-l8 {
    padding-left: 8rem !important
  }

  .sm-px-l8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .sm-py-l8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
  }

  .sm-p-l9 {
    padding: 9rem !important
  }

  .sm-pt-l9 {
    padding-top: 9rem !important
  }

  .sm-pr-l9 {
    padding-right: 9rem !important
  }

  .sm-pb-l9 {
    padding-bottom: 9rem !important
  }

  .sm-pl-l9 {
    padding-left: 9rem !important
  }

  .sm-px-l9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important
  }

  .sm-py-l9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important
  }

  .sm-p-l10 {
    padding: 10rem !important
  }

  .sm-pt-l10 {
    padding-top: 10rem !important
  }

  .sm-pr-l10 {
    padding-right: 10rem !important
  }

  .sm-pb-l10 {
    padding-bottom: 10rem !important
  }

  .sm-pl-l10 {
    padding-left: 10rem !important
  }

  .sm-px-l10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important
  }

  .sm-py-l10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important
  }

  .sm-p-1px {
    padding: 1px !important
  }

  .sm-pt-1px {
    padding-top: 1px !important
  }

  .sm-pr-1px {
    padding-right: 1px !important
  }

  .sm-pb-1px {
    padding-bottom: 1px !important
  }

  .sm-pl-1px {
    padding-left: 1px !important
  }

  .sm-px-1px {
    padding-left: 1px !important;
    padding-right: 1px !important
  }

  .sm-py-1px {
    padding-top: 1px !important;
    padding-bottom: 1px !important
  }
}

@media (min-width: 768px) {
  .md-p-0 {
    padding: 0 !important
  }

  .md-pt-0 {
    padding-top: 0 !important
  }

  .md-pr-0 {
    padding-right: 0 !important
  }

  .md-pb-0 {
    padding-bottom: 0 !important
  }

  .md-pl-0 {
    padding-left: 0 !important
  }

  .md-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .md-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .md-p-1 {
    padding: .25rem !important
  }

  .md-pt-1 {
    padding-top: .25rem !important
  }

  .md-pr-1 {
    padding-right: .25rem !important
  }

  .md-pb-1 {
    padding-bottom: .25rem !important
  }

  .md-pl-1 {
    padding-left: .25rem !important
  }

  .md-px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .md-py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .md-p-2 {
    padding: .5rem !important
  }

  .md-pt-2 {
    padding-top: .5rem !important
  }

  .md-pr-2 {
    padding-right: .5rem !important
  }

  .md-pb-2 {
    padding-bottom: .5rem !important
  }

  .md-pl-2 {
    padding-left: .5rem !important
  }

  .md-px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .md-py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .md-p-3 {
    padding: .75rem !important
  }

  .md-pt-3 {
    padding-top: .75rem !important
  }

  .md-pr-3 {
    padding-right: .75rem !important
  }

  .md-pb-3 {
    padding-bottom: .75rem !important
  }

  .md-pl-3 {
    padding-left: .75rem !important
  }

  .md-px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important
  }

  .md-py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important
  }

  .md-p-4 {
    padding: 1rem !important
  }

  .md-pt-4 {
    padding-top: 1rem !important
  }

  .md-pr-4 {
    padding-right: 1rem !important
  }

  .md-pb-4 {
    padding-bottom: 1rem !important
  }

  .md-pl-4 {
    padding-left: 1rem !important
  }

  .md-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .md-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .md-p-5 {
    padding: 1.25rem !important
  }

  .md-pt-5 {
    padding-top: 1.25rem !important
  }

  .md-pr-5 {
    padding-right: 1.25rem !important
  }

  .md-pb-5 {
    padding-bottom: 1.25rem !important
  }

  .md-pl-5 {
    padding-left: 1.25rem !important
  }

  .md-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
  }

  .md-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
  }

  .md-p-6 {
    padding: 1.5rem !important
  }

  .md-pt-6 {
    padding-top: 1.5rem !important
  }

  .md-pr-6 {
    padding-right: 1.5rem !important
  }

  .md-pb-6 {
    padding-bottom: 1.5rem !important
  }

  .md-pl-6 {
    padding-left: 1.5rem !important
  }

  .md-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .md-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .md-p-7 {
    padding: 1.75rem !important
  }

  .md-pt-7 {
    padding-top: 1.75rem !important
  }

  .md-pr-7 {
    padding-right: 1.75rem !important
  }

  .md-pb-7 {
    padding-bottom: 1.75rem !important
  }

  .md-pl-7 {
    padding-left: 1.75rem !important
  }

  .md-px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important
  }

  .md-py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important
  }

  .md-p-8 {
    padding: 2rem !important
  }

  .md-pt-8 {
    padding-top: 2rem !important
  }

  .md-pr-8 {
    padding-right: 2rem !important
  }

  .md-pb-8 {
    padding-bottom: 2rem !important
  }

  .md-pl-8 {
    padding-left: 2rem !important
  }

  .md-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .md-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .md-p-9 {
    padding: 2.25rem !important
  }

  .md-pt-9 {
    padding-top: 2.25rem !important
  }

  .md-pr-9 {
    padding-right: 2.25rem !important
  }

  .md-pb-9 {
    padding-bottom: 2.25rem !important
  }

  .md-pl-9 {
    padding-left: 2.25rem !important
  }

  .md-px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important
  }

  .md-py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important
  }

  .md-p-10 {
    padding: 2.5rem !important
  }

  .md-pt-10 {
    padding-top: 2.5rem !important
  }

  .md-pr-10 {
    padding-right: 2.5rem !important
  }

  .md-pb-10 {
    padding-bottom: 2.5rem !important
  }

  .md-pl-10 {
    padding-left: 2.5rem !important
  }

  .md-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
  }

  .md-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
  }

  .md-p-l1 {
    padding: 1rem !important
  }

  .md-pt-l1 {
    padding-top: 1rem !important
  }

  .md-pr-l1 {
    padding-right: 1rem !important
  }

  .md-pb-l1 {
    padding-bottom: 1rem !important
  }

  .md-pl-l1 {
    padding-left: 1rem !important
  }

  .md-px-l1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .md-py-l1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .md-p-l2 {
    padding: 2rem !important
  }

  .md-pt-l2 {
    padding-top: 2rem !important
  }

  .md-pr-l2 {
    padding-right: 2rem !important
  }

  .md-pb-l2 {
    padding-bottom: 2rem !important
  }

  .md-pl-l2 {
    padding-left: 2rem !important
  }

  .md-px-l2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .md-py-l2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .md-p-l3 {
    padding: 3rem !important
  }

  .md-pt-l3 {
    padding-top: 3rem !important
  }

  .md-pr-l3 {
    padding-right: 3rem !important
  }

  .md-pb-l3 {
    padding-bottom: 3rem !important
  }

  .md-pl-l3 {
    padding-left: 3rem !important
  }

  .md-px-l3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .md-py-l3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .md-p-l4 {
    padding: 4rem !important
  }

  .md-pt-l4 {
    padding-top: 4rem !important
  }

  .md-pr-l4 {
    padding-right: 4rem !important
  }

  .md-pb-l4 {
    padding-bottom: 4rem !important
  }

  .md-pl-l4 {
    padding-left: 4rem !important
  }

  .md-px-l4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .md-py-l4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }

  .md-p-l5 {
    padding: 5rem !important
  }

  .md-pt-l5 {
    padding-top: 5rem !important
  }

  .md-pr-l5 {
    padding-right: 5rem !important
  }

  .md-pb-l5 {
    padding-bottom: 5rem !important
  }

  .md-pl-l5 {
    padding-left: 5rem !important
  }

  .md-px-l5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .md-py-l5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }

  .md-p-l6 {
    padding: 6rem !important
  }

  .md-pt-l6 {
    padding-top: 6rem !important
  }

  .md-pr-l6 {
    padding-right: 6rem !important
  }

  .md-pb-l6 {
    padding-bottom: 6rem !important
  }

  .md-pl-l6 {
    padding-left: 6rem !important
  }

  .md-px-l6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .md-py-l6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }

  .md-p-l7 {
    padding: 7rem !important
  }

  .md-pt-l7 {
    padding-top: 7rem !important
  }

  .md-pr-l7 {
    padding-right: 7rem !important
  }

  .md-pb-l7 {
    padding-bottom: 7rem !important
  }

  .md-pl-l7 {
    padding-left: 7rem !important
  }

  .md-px-l7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
  }

  .md-py-l7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important
  }

  .md-p-l8 {
    padding: 8rem !important
  }

  .md-pt-l8 {
    padding-top: 8rem !important
  }

  .md-pr-l8 {
    padding-right: 8rem !important
  }

  .md-pb-l8 {
    padding-bottom: 8rem !important
  }

  .md-pl-l8 {
    padding-left: 8rem !important
  }

  .md-px-l8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .md-py-l8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
  }

  .md-p-l9 {
    padding: 9rem !important
  }

  .md-pt-l9 {
    padding-top: 9rem !important
  }

  .md-pr-l9 {
    padding-right: 9rem !important
  }

  .md-pb-l9 {
    padding-bottom: 9rem !important
  }

  .md-pl-l9 {
    padding-left: 9rem !important
  }

  .md-px-l9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important
  }

  .md-py-l9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important
  }

  .md-p-l10 {
    padding: 10rem !important
  }

  .md-pt-l10 {
    padding-top: 10rem !important
  }

  .md-pr-l10 {
    padding-right: 10rem !important
  }

  .md-pb-l10 {
    padding-bottom: 10rem !important
  }

  .md-pl-l10 {
    padding-left: 10rem !important
  }

  .md-px-l10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important
  }

  .md-py-l10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important
  }

  .md-p-1px {
    padding: 1px !important
  }

  .md-pt-1px {
    padding-top: 1px !important
  }

  .md-pr-1px {
    padding-right: 1px !important
  }

  .md-pb-1px {
    padding-bottom: 1px !important
  }

  .md-pl-1px {
    padding-left: 1px !important
  }

  .md-px-1px {
    padding-left: 1px !important;
    padding-right: 1px !important
  }

  .md-py-1px {
    padding-top: 1px !important;
    padding-bottom: 1px !important
  }
}

@media (min-width: 992px) {
  .lg-p-0 {
    padding: 0 !important
  }

  .lg-pt-0 {
    padding-top: 0 !important
  }

  .lg-pr-0 {
    padding-right: 0 !important
  }

  .lg-pb-0 {
    padding-bottom: 0 !important
  }

  .lg-pl-0 {
    padding-left: 0 !important
  }

  .lg-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .lg-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .lg-p-1 {
    padding: .25rem !important
  }

  .lg-pt-1 {
    padding-top: .25rem !important
  }

  .lg-pr-1 {
    padding-right: .25rem !important
  }

  .lg-pb-1 {
    padding-bottom: .25rem !important
  }

  .lg-pl-1 {
    padding-left: .25rem !important
  }

  .lg-px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .lg-py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .lg-p-2 {
    padding: .5rem !important
  }

  .lg-pt-2 {
    padding-top: .5rem !important
  }

  .lg-pr-2 {
    padding-right: .5rem !important
  }

  .lg-pb-2 {
    padding-bottom: .5rem !important
  }

  .lg-pl-2 {
    padding-left: .5rem !important
  }

  .lg-px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .lg-py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .lg-p-3 {
    padding: .75rem !important
  }

  .lg-pt-3 {
    padding-top: .75rem !important
  }

  .lg-pr-3 {
    padding-right: .75rem !important
  }

  .lg-pb-3 {
    padding-bottom: .75rem !important
  }

  .lg-pl-3 {
    padding-left: .75rem !important
  }

  .lg-px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important
  }

  .lg-py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important
  }

  .lg-p-4 {
    padding: 1rem !important
  }

  .lg-pt-4 {
    padding-top: 1rem !important
  }

  .lg-pr-4 {
    padding-right: 1rem !important
  }

  .lg-pb-4 {
    padding-bottom: 1rem !important
  }

  .lg-pl-4 {
    padding-left: 1rem !important
  }

  .lg-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .lg-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .lg-p-5 {
    padding: 1.25rem !important
  }

  .lg-pt-5 {
    padding-top: 1.25rem !important
  }

  .lg-pr-5 {
    padding-right: 1.25rem !important
  }

  .lg-pb-5 {
    padding-bottom: 1.25rem !important
  }

  .lg-pl-5 {
    padding-left: 1.25rem !important
  }

  .lg-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
  }

  .lg-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
  }

  .lg-p-6 {
    padding: 1.5rem !important
  }

  .lg-pt-6 {
    padding-top: 1.5rem !important
  }

  .lg-pr-6 {
    padding-right: 1.5rem !important
  }

  .lg-pb-6 {
    padding-bottom: 1.5rem !important
  }

  .lg-pl-6 {
    padding-left: 1.5rem !important
  }

  .lg-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .lg-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .lg-p-7 {
    padding: 1.75rem !important
  }

  .lg-pt-7 {
    padding-top: 1.75rem !important
  }

  .lg-pr-7 {
    padding-right: 1.75rem !important
  }

  .lg-pb-7 {
    padding-bottom: 1.75rem !important
  }

  .lg-pl-7 {
    padding-left: 1.75rem !important
  }

  .lg-px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important
  }

  .lg-py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important
  }

  .lg-p-8 {
    padding: 2rem !important
  }

  .lg-pt-8 {
    padding-top: 2rem !important
  }

  .lg-pr-8 {
    padding-right: 2rem !important
  }

  .lg-pb-8 {
    padding-bottom: 2rem !important
  }

  .lg-pl-8 {
    padding-left: 2rem !important
  }

  .lg-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .lg-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .lg-p-9 {
    padding: 2.25rem !important
  }

  .lg-pt-9 {
    padding-top: 2.25rem !important
  }

  .lg-pr-9 {
    padding-right: 2.25rem !important
  }

  .lg-pb-9 {
    padding-bottom: 2.25rem !important
  }

  .lg-pl-9 {
    padding-left: 2.25rem !important
  }

  .lg-px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important
  }

  .lg-py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important
  }

  .lg-p-10 {
    padding: 2.5rem !important
  }

  .lg-pt-10 {
    padding-top: 2.5rem !important
  }

  .lg-pr-10 {
    padding-right: 2.5rem !important
  }

  .lg-pb-10 {
    padding-bottom: 2.5rem !important
  }

  .lg-pl-10 {
    padding-left: 2.5rem !important
  }

  .lg-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
  }

  .lg-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
  }

  .lg-p-l1 {
    padding: 1rem !important
  }

  .lg-pt-l1 {
    padding-top: 1rem !important
  }

  .lg-pr-l1 {
    padding-right: 1rem !important
  }

  .lg-pb-l1 {
    padding-bottom: 1rem !important
  }

  .lg-pl-l1 {
    padding-left: 1rem !important
  }

  .lg-px-l1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .lg-py-l1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .lg-p-l2 {
    padding: 2rem !important
  }

  .lg-pt-l2 {
    padding-top: 2rem !important
  }

  .lg-pr-l2 {
    padding-right: 2rem !important
  }

  .lg-pb-l2 {
    padding-bottom: 2rem !important
  }

  .lg-pl-l2 {
    padding-left: 2rem !important
  }

  .lg-px-l2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .lg-py-l2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .lg-p-l3 {
    padding: 3rem !important
  }

  .lg-pt-l3 {
    padding-top: 3rem !important
  }

  .lg-pr-l3 {
    padding-right: 3rem !important
  }

  .lg-pb-l3 {
    padding-bottom: 3rem !important
  }

  .lg-pl-l3 {
    padding-left: 3rem !important
  }

  .lg-px-l3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .lg-py-l3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .lg-p-l4 {
    padding: 4rem !important
  }

  .lg-pt-l4 {
    padding-top: 4rem !important
  }

  .lg-pr-l4 {
    padding-right: 4rem !important
  }

  .lg-pb-l4 {
    padding-bottom: 4rem !important
  }

  .lg-pl-l4 {
    padding-left: 4rem !important
  }

  .lg-px-l4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .lg-py-l4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }

  .lg-p-l5 {
    padding: 5rem !important
  }

  .lg-pt-l5 {
    padding-top: 5rem !important
  }

  .lg-pr-l5 {
    padding-right: 5rem !important
  }

  .lg-pb-l5 {
    padding-bottom: 5rem !important
  }

  .lg-pl-l5 {
    padding-left: 5rem !important
  }

  .lg-px-l5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .lg-py-l5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }

  .lg-p-l6 {
    padding: 6rem !important
  }

  .lg-pt-l6 {
    padding-top: 6rem !important
  }

  .lg-pr-l6 {
    padding-right: 6rem !important
  }

  .lg-pb-l6 {
    padding-bottom: 6rem !important
  }

  .lg-pl-l6 {
    padding-left: 6rem !important
  }

  .lg-px-l6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .lg-py-l6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }

  .lg-p-l7 {
    padding: 7rem !important
  }

  .lg-pt-l7 {
    padding-top: 7rem !important
  }

  .lg-pr-l7 {
    padding-right: 7rem !important
  }

  .lg-pb-l7 {
    padding-bottom: 7rem !important
  }

  .lg-pl-l7 {
    padding-left: 7rem !important
  }

  .lg-px-l7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
  }

  .lg-py-l7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important
  }

  .lg-p-l8 {
    padding: 8rem !important
  }

  .lg-pt-l8 {
    padding-top: 8rem !important
  }

  .lg-pr-l8 {
    padding-right: 8rem !important
  }

  .lg-pb-l8 {
    padding-bottom: 8rem !important
  }

  .lg-pl-l8 {
    padding-left: 8rem !important
  }

  .lg-px-l8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .lg-py-l8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
  }

  .lg-p-l9 {
    padding: 9rem !important
  }

  .lg-pt-l9 {
    padding-top: 9rem !important
  }

  .lg-pr-l9 {
    padding-right: 9rem !important
  }

  .lg-pb-l9 {
    padding-bottom: 9rem !important
  }

  .lg-pl-l9 {
    padding-left: 9rem !important
  }

  .lg-px-l9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important
  }

  .lg-py-l9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important
  }

  .lg-p-l10 {
    padding: 10rem !important
  }

  .lg-pt-l10 {
    padding-top: 10rem !important
  }

  .lg-pr-l10 {
    padding-right: 10rem !important
  }

  .lg-pb-l10 {
    padding-bottom: 10rem !important
  }

  .lg-pl-l10 {
    padding-left: 10rem !important
  }

  .lg-px-l10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important
  }

  .lg-py-l10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important
  }

  .lg-p-1px {
    padding: 1px !important
  }

  .lg-pt-1px {
    padding-top: 1px !important
  }

  .lg-pr-1px {
    padding-right: 1px !important
  }

  .lg-pb-1px {
    padding-bottom: 1px !important
  }

  .lg-pl-1px {
    padding-left: 1px !important
  }

  .lg-px-1px {
    padding-left: 1px !important;
    padding-right: 1px !important
  }

  .lg-py-1px {
    padding-top: 1px !important;
    padding-bottom: 1px !important
  }
}

@media (min-width: 1200px) {
  .xl-p-0 {
    padding: 0 !important
  }

  .xl-pt-0 {
    padding-top: 0 !important
  }

  .xl-pr-0 {
    padding-right: 0 !important
  }

  .xl-pb-0 {
    padding-bottom: 0 !important
  }

  .xl-pl-0 {
    padding-left: 0 !important
  }

  .xl-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .xl-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .xl-p-1 {
    padding: .25rem !important
  }

  .xl-pt-1 {
    padding-top: .25rem !important
  }

  .xl-pr-1 {
    padding-right: .25rem !important
  }

  .xl-pb-1 {
    padding-bottom: .25rem !important
  }

  .xl-pl-1 {
    padding-left: .25rem !important
  }

  .xl-px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .xl-py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .xl-p-2 {
    padding: .5rem !important
  }

  .xl-pt-2 {
    padding-top: .5rem !important
  }

  .xl-pr-2 {
    padding-right: .5rem !important
  }

  .xl-pb-2 {
    padding-bottom: .5rem !important
  }

  .xl-pl-2 {
    padding-left: .5rem !important
  }

  .xl-px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .xl-py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .xl-p-3 {
    padding: .75rem !important
  }

  .xl-pt-3 {
    padding-top: .75rem !important
  }

  .xl-pr-3 {
    padding-right: .75rem !important
  }

  .xl-pb-3 {
    padding-bottom: .75rem !important
  }

  .xl-pl-3 {
    padding-left: .75rem !important
  }

  .xl-px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important
  }

  .xl-py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important
  }

  .xl-p-4 {
    padding: 1rem !important
  }

  .xl-pt-4 {
    padding-top: 1rem !important
  }

  .xl-pr-4 {
    padding-right: 1rem !important
  }

  .xl-pb-4 {
    padding-bottom: 1rem !important
  }

  .xl-pl-4 {
    padding-left: 1rem !important
  }

  .xl-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .xl-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .xl-p-5 {
    padding: 1.25rem !important
  }

  .xl-pt-5 {
    padding-top: 1.25rem !important
  }

  .xl-pr-5 {
    padding-right: 1.25rem !important
  }

  .xl-pb-5 {
    padding-bottom: 1.25rem !important
  }

  .xl-pl-5 {
    padding-left: 1.25rem !important
  }

  .xl-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
  }

  .xl-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
  }

  .xl-p-6 {
    padding: 1.5rem !important
  }

  .xl-pt-6 {
    padding-top: 1.5rem !important
  }

  .xl-pr-6 {
    padding-right: 1.5rem !important
  }

  .xl-pb-6 {
    padding-bottom: 1.5rem !important
  }

  .xl-pl-6 {
    padding-left: 1.5rem !important
  }

  .xl-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .xl-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .xl-p-7 {
    padding: 1.75rem !important
  }

  .xl-pt-7 {
    padding-top: 1.75rem !important
  }

  .xl-pr-7 {
    padding-right: 1.75rem !important
  }

  .xl-pb-7 {
    padding-bottom: 1.75rem !important
  }

  .xl-pl-7 {
    padding-left: 1.75rem !important
  }

  .xl-px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important
  }

  .xl-py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important
  }

  .xl-p-8 {
    padding: 2rem !important
  }

  .xl-pt-8 {
    padding-top: 2rem !important
  }

  .xl-pr-8 {
    padding-right: 2rem !important
  }

  .xl-pb-8 {
    padding-bottom: 2rem !important
  }

  .xl-pl-8 {
    padding-left: 2rem !important
  }

  .xl-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .xl-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .xl-p-9 {
    padding: 2.25rem !important
  }

  .xl-pt-9 {
    padding-top: 2.25rem !important
  }

  .xl-pr-9 {
    padding-right: 2.25rem !important
  }

  .xl-pb-9 {
    padding-bottom: 2.25rem !important
  }

  .xl-pl-9 {
    padding-left: 2.25rem !important
  }

  .xl-px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important
  }

  .xl-py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important
  }

  .xl-p-10 {
    padding: 2.5rem !important
  }

  .xl-pt-10 {
    padding-top: 2.5rem !important
  }

  .xl-pr-10 {
    padding-right: 2.5rem !important
  }

  .xl-pb-10 {
    padding-bottom: 2.5rem !important
  }

  .xl-pl-10 {
    padding-left: 2.5rem !important
  }

  .xl-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
  }

  .xl-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
  }

  .xl-p-l1 {
    padding: 1rem !important
  }

  .xl-pt-l1 {
    padding-top: 1rem !important
  }

  .xl-pr-l1 {
    padding-right: 1rem !important
  }

  .xl-pb-l1 {
    padding-bottom: 1rem !important
  }

  .xl-pl-l1 {
    padding-left: 1rem !important
  }

  .xl-px-l1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .xl-py-l1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .xl-p-l2 {
    padding: 2rem !important
  }

  .xl-pt-l2 {
    padding-top: 2rem !important
  }

  .xl-pr-l2 {
    padding-right: 2rem !important
  }

  .xl-pb-l2 {
    padding-bottom: 2rem !important
  }

  .xl-pl-l2 {
    padding-left: 2rem !important
  }

  .xl-px-l2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .xl-py-l2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .xl-p-l3 {
    padding: 3rem !important
  }

  .xl-pt-l3 {
    padding-top: 3rem !important
  }

  .xl-pr-l3 {
    padding-right: 3rem !important
  }

  .xl-pb-l3 {
    padding-bottom: 3rem !important
  }

  .xl-pl-l3 {
    padding-left: 3rem !important
  }

  .xl-px-l3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .xl-py-l3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .xl-p-l4 {
    padding: 4rem !important
  }

  .xl-pt-l4 {
    padding-top: 4rem !important
  }

  .xl-pr-l4 {
    padding-right: 4rem !important
  }

  .xl-pb-l4 {
    padding-bottom: 4rem !important
  }

  .xl-pl-l4 {
    padding-left: 4rem !important
  }

  .xl-px-l4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .xl-py-l4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }

  .xl-p-l5 {
    padding: 5rem !important
  }

  .xl-pt-l5 {
    padding-top: 5rem !important
  }

  .xl-pr-l5 {
    padding-right: 5rem !important
  }

  .xl-pb-l5 {
    padding-bottom: 5rem !important
  }

  .xl-pl-l5 {
    padding-left: 5rem !important
  }

  .xl-px-l5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .xl-py-l5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }

  .xl-p-l6 {
    padding: 6rem !important
  }

  .xl-pt-l6 {
    padding-top: 6rem !important
  }

  .xl-pr-l6 {
    padding-right: 6rem !important
  }

  .xl-pb-l6 {
    padding-bottom: 6rem !important
  }

  .xl-pl-l6 {
    padding-left: 6rem !important
  }

  .xl-px-l6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .xl-py-l6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }

  .xl-p-l7 {
    padding: 7rem !important
  }

  .xl-pt-l7 {
    padding-top: 7rem !important
  }

  .xl-pr-l7 {
    padding-right: 7rem !important
  }

  .xl-pb-l7 {
    padding-bottom: 7rem !important
  }

  .xl-pl-l7 {
    padding-left: 7rem !important
  }

  .xl-px-l7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
  }

  .xl-py-l7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important
  }

  .xl-p-l8 {
    padding: 8rem !important
  }

  .xl-pt-l8 {
    padding-top: 8rem !important
  }

  .xl-pr-l8 {
    padding-right: 8rem !important
  }

  .xl-pb-l8 {
    padding-bottom: 8rem !important
  }

  .xl-pl-l8 {
    padding-left: 8rem !important
  }

  .xl-px-l8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .xl-py-l8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
  }

  .xl-p-l9 {
    padding: 9rem !important
  }

  .xl-pt-l9 {
    padding-top: 9rem !important
  }

  .xl-pr-l9 {
    padding-right: 9rem !important
  }

  .xl-pb-l9 {
    padding-bottom: 9rem !important
  }

  .xl-pl-l9 {
    padding-left: 9rem !important
  }

  .xl-px-l9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important
  }

  .xl-py-l9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important
  }

  .xl-p-l10 {
    padding: 10rem !important
  }

  .xl-pt-l10 {
    padding-top: 10rem !important
  }

  .xl-pr-l10 {
    padding-right: 10rem !important
  }

  .xl-pb-l10 {
    padding-bottom: 10rem !important
  }

  .xl-pl-l10 {
    padding-left: 10rem !important
  }

  .xl-px-l10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important
  }

  .xl-py-l10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important
  }

  .xl-p-1px {
    padding: 1px !important
  }

  .xl-pt-1px {
    padding-top: 1px !important
  }

  .xl-pr-1px {
    padding-right: 1px !important
  }

  .xl-pb-1px {
    padding-bottom: 1px !important
  }

  .xl-pl-1px {
    padding-left: 1px !important
  }

  .xl-px-1px {
    padding-left: 1px !important;
    padding-right: 1px !important
  }

  .xl-py-1px {
    padding-top: 1px !important;
    padding-bottom: 1px !important
  }
}

.m-auto,
.after-m-auto::after,
.before-m-auto::before {
  margin: auto !important
}

.mx-auto,
.after-mx-auto::after,
.before-mx-auto::before {
  margin-left: auto !important;
  margin-right: auto !important
}

.my-auto,
.after-my-auto::after,
.before-my-auto::before {
  margin-top: auto !important;
  margin-bottom: auto !important
}

.mt-auto,
.after-mt-auto::after,
.before-mt-auto::before {
  margin-top: auto !important
}

.mr-auto,
.after-mr-auto::after,
.before-mr-auto::before {
  margin-right: auto !important
}

.mb-auto,
.after-mb-auto::after,
.before-mb-auto::before {
  margin-bottom: auto !important
}

.ml-auto,
.after-ml-auto::after,
.before-ml-auto::before {
  margin-left: auto !important
}

.m--100pc,
.after-m--100pc::after,
.before-m--100pc::before {
  margin: -100% !important
}

.mx--100pc,
.after-mx--100pc::after,
.before-mx--100pc::before {
  margin-left: -100% !important;
  margin-right: -100% !important
}

.my--100pc,
.after-my--100pc::after,
.before-my--100pc::before {
  margin-top: -100% !important;
  margin-bottom: -100% !important
}

.mt--100pc,
.after-mt--100pc::after,
.before-mt--100pc::before {
  margin-top: -100% !important
}

.mr--100pc,
.after-mr--100pc::after,
.before-mr--100pc::before {
  margin-right: -100% !important
}

.mb--100pc,
.after-mb--100pc::after,
.before-mb--100pc::before {
  margin-bottom: -100% !important
}

.ml--100pc,
.after-ml--100pc::after,
.before-ml--100pc::before {
  margin-left: -100% !important
}

.m-0,
.after-m-0::after,
.before-m-0::before {
  margin: 0 !important
}

.mx-0,
.after-mx-0::after,
.before-mx-0::before {
  margin-left: 0 !important;
  margin-right: 0 !important
}

.my-0,
.after-my-0::after,
.before-my-0::before {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.mt-0,
.after-mt-0::after,
.before-mt-0::before {
  margin-top: 0 !important
}

.mr-0,
.after-mr-0::after,
.before-mr-0::before {
  margin-right: 0 !important
}

.mb-0,
.after-mb-0::after,
.before-mb-0::before {
  margin-bottom: 0 !important
}

.ml-0,
.after-ml-0::after,
.before-ml-0::before {
  margin-left: 0 !important
}

.m-1,
.after-m-1::after,
.before-m-1::before {
  margin: .25rem !important
}

.mx-1,
.after-mx-1::after,
.before-mx-1::before {
  margin-left: .25rem !important;
  margin-right: .25rem !important
}

.my-1,
.after-my-1::after,
.before-my-1::before {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important
}

.mt-1,
.after-mt-1::after,
.before-mt-1::before {
  margin-top: .25rem !important
}

.mr-1,
.after-mr-1::after,
.before-mr-1::before {
  margin-right: .25rem !important
}

.mb-1,
.after-mb-1::after,
.before-mb-1::before {
  margin-bottom: .25rem !important
}

.ml-1,
.after-ml-1::after,
.before-ml-1::before {
  margin-left: .25rem !important
}

.m-2,
.after-m-2::after,
.before-m-2::before {
  margin: .5rem !important
}

.mx-2,
.after-mx-2::after,
.before-mx-2::before {
  margin-left: .5rem !important;
  margin-right: .5rem !important
}

.my-2,
.after-my-2::after,
.before-my-2::before {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important
}

.mt-2,
.after-mt-2::after,
.before-mt-2::before {
  margin-top: .5rem !important
}

.mr-2,
.after-mr-2::after,
.before-mr-2::before {
  margin-right: .5rem !important
}

.mb-2,
.after-mb-2::after,
.before-mb-2::before {
  margin-bottom: .5rem !important
}

.ml-2,
.after-ml-2::after,
.before-ml-2::before {
  margin-left: .5rem !important
}

.m-3,
.after-m-3::after,
.before-m-3::before {
  margin: .75rem !important
}

.mx-3,
.after-mx-3::after,
.before-mx-3::before {
  margin-left: .75rem !important;
  margin-right: .75rem !important
}

.my-3,
.after-my-3::after,
.before-my-3::before {
  margin-top: .75rem !important;
  margin-bottom: .75rem !important
}

.mt-3,
.after-mt-3::after,
.before-mt-3::before {
  margin-top: .75rem !important
}

.mr-3,
.after-mr-3::after,
.before-mr-3::before {
  margin-right: .75rem !important
}

.mb-3,
.after-mb-3::after,
.before-mb-3::before {
  margin-bottom: .75rem !important
}

.ml-3,
.after-ml-3::after,
.before-ml-3::before {
  margin-left: .75rem !important
}

.m-4,
.after-m-4::after,
.before-m-4::before {
  margin: 1rem !important
}

.mx-4,
.after-mx-4::after,
.before-mx-4::before {
  margin-left: 1rem !important;
  margin-right: 1rem !important
}

.my-4,
.after-my-4::after,
.before-my-4::before {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important
}

.mt-4,
.after-mt-4::after,
.before-mt-4::before {
  margin-top: 1rem !important
}

.mr-4,
.after-mr-4::after,
.before-mr-4::before {
  margin-right: 1rem !important
}

.mb-4,
.after-mb-4::after,
.before-mb-4::before {
  margin-bottom: 1rem !important
}

.ml-4,
.after-ml-4::after,
.before-ml-4::before {
  margin-left: 1rem !important
}

.m-5,
.after-m-5::after,
.before-m-5::before {
  margin: 1.25rem !important
}

.mx-5,
.after-mx-5::after,
.before-mx-5::before {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important
}

.my-5,
.after-my-5::after,
.before-my-5::before {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important
}

.mt-5,
.after-mt-5::after,
.before-mt-5::before {
  margin-top: 1.25rem !important
}

.mr-5,
.after-mr-5::after,
.before-mr-5::before {
  margin-right: 1.25rem !important
}

.mb-5,
.after-mb-5::after,
.before-mb-5::before {
  margin-bottom: 1.25rem !important
}

.ml-5,
.after-ml-5::after,
.before-ml-5::before {
  margin-left: 1.25rem !important
}

.m-6,
.after-m-6::after,
.before-m-6::before {
  margin: 1.5rem !important
}

.mx-6,
.after-mx-6::after,
.before-mx-6::before {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important
}

.my-6,
.after-my-6::after,
.before-my-6::before {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important
}

.mt-6,
.after-mt-6::after,
.before-mt-6::before {
  margin-top: 1.5rem !important
}

.mr-6,
.after-mr-6::after,
.before-mr-6::before {
  margin-right: 1.5rem !important
}

.mb-6,
.after-mb-6::after,
.before-mb-6::before {
  margin-bottom: 1.5rem !important
}

.ml-6,
.after-ml-6::after,
.before-ml-6::before {
  margin-left: 1.5rem !important
}

.m-7,
.after-m-7::after,
.before-m-7::before {
  margin: 1.75rem !important
}

.mx-7,
.after-mx-7::after,
.before-mx-7::before {
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important
}

.my-7,
.after-my-7::after,
.before-my-7::before {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important
}

.mt-7,
.after-mt-7::after,
.before-mt-7::before {
  margin-top: 1.75rem !important
}

.mr-7,
.after-mr-7::after,
.before-mr-7::before {
  margin-right: 1.75rem !important
}

.mb-7,
.after-mb-7::after,
.before-mb-7::before {
  margin-bottom: 1.75rem !important
}

.ml-7,
.after-ml-7::after,
.before-ml-7::before {
  margin-left: 1.75rem !important
}

.m-8,
.after-m-8::after,
.before-m-8::before {
  margin: 2rem !important
}

.mx-8,
.after-mx-8::after,
.before-mx-8::before {
  margin-left: 2rem !important;
  margin-right: 2rem !important
}

.my-8,
.after-my-8::after,
.before-my-8::before {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important
}

.mt-8,
.after-mt-8::after,
.before-mt-8::before {
  margin-top: 2rem !important
}

.mr-8,
.after-mr-8::after,
.before-mr-8::before {
  margin-right: 2rem !important
}

.mb-8,
.after-mb-8::after,
.before-mb-8::before {
  margin-bottom: 2rem !important
}

.ml-8,
.after-ml-8::after,
.before-ml-8::before {
  margin-left: 2rem !important
}

.m-9,
.after-m-9::after,
.before-m-9::before {
  margin: 2.25rem !important
}

.mx-9,
.after-mx-9::after,
.before-mx-9::before {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important
}

.my-9,
.after-my-9::after,
.before-my-9::before {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important
}

.mt-9,
.after-mt-9::after,
.before-mt-9::before {
  margin-top: 2.25rem !important
}

.mr-9,
.after-mr-9::after,
.before-mr-9::before {
  margin-right: 2.25rem !important
}

.mb-9,
.after-mb-9::after,
.before-mb-9::before {
  margin-bottom: 2.25rem !important
}

.ml-9,
.after-ml-9::after,
.before-ml-9::before {
  margin-left: 2.25rem !important
}

.m-10,
.after-m-10::after,
.before-m-10::before {
  margin: 2.5rem !important
}

.mx-10,
.after-mx-10::after,
.before-mx-10::before {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important
}

.my-10,
.after-my-10::after,
.before-my-10::before {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important
}

.mt-10,
.after-mt-10::after,
.before-mt-10::before {
  margin-top: 2.5rem !important
}

.mr-10,
.after-mr-10::after,
.before-mr-10::before {
  margin-right: 2.5rem !important
}

.mb-10,
.after-mb-10::after,
.before-mb-10::before {
  margin-bottom: 2.5rem !important
}

.ml-10,
.after-ml-10::after,
.before-ml-10::before {
  margin-left: 2.5rem !important
}

.m-l1,
.after-m-l1::after,
.before-m-l1::before {
  margin: 1rem !important
}

.mx-l1,
.after-mx-l1::after,
.before-mx-l1::before {
  margin-left: 1rem !important;
  margin-right: 1rem !important
}

.my-l1,
.after-my-l1::after,
.before-my-l1::before {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important
}

.mt-l1,
.after-mt-l1::after,
.before-mt-l1::before {
  margin-top: 1rem !important
}

.mr-l1,
.after-mr-l1::after,
.before-mr-l1::before {
  margin-right: 1rem !important
}

.mb-l1,
.after-mb-l1::after,
.before-mb-l1::before {
  margin-bottom: 1rem !important
}

.ml-l1,
.after-ml-l1::after,
.before-ml-l1::before {
  margin-left: 1rem !important
}

.m-l2,
.after-m-l2::after,
.before-m-l2::before {
  margin: 2rem !important
}

.mx-l2,
.after-mx-l2::after,
.before-mx-l2::before {
  margin-left: 2rem !important;
  margin-right: 2rem !important
}

.my-l2,
.after-my-l2::after,
.before-my-l2::before {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important
}

.mt-l2,
.after-mt-l2::after,
.before-mt-l2::before {
  margin-top: 2rem !important
}

.mr-l2,
.after-mr-l2::after,
.before-mr-l2::before {
  margin-right: 2rem !important
}

.mb-l2,
.after-mb-l2::after,
.before-mb-l2::before {
  margin-bottom: 2rem !important
}

.ml-l2,
.after-ml-l2::after,
.before-ml-l2::before {
  margin-left: 2rem !important
}

.m-l3,
.after-m-l3::after,
.before-m-l3::before {
  margin: 3rem !important
}

.mx-l3,
.after-mx-l3::after,
.before-mx-l3::before {
  margin-left: 3rem !important;
  margin-right: 3rem !important
}

.my-l3,
.after-my-l3::after,
.before-my-l3::before {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important
}

.mt-l3,
.after-mt-l3::after,
.before-mt-l3::before {
  margin-top: 3rem !important
}

.mr-l3,
.after-mr-l3::after,
.before-mr-l3::before {
  margin-right: 3rem !important
}

.mb-l3,
.after-mb-l3::after,
.before-mb-l3::before {
  margin-bottom: 3rem !important
}

.ml-l3,
.after-ml-l3::after,
.before-ml-l3::before {
  margin-left: 3rem !important
}

.m-l4,
.after-m-l4::after,
.before-m-l4::before {
  margin: 4rem !important
}

.mx-l4,
.after-mx-l4::after,
.before-mx-l4::before {
  margin-left: 4rem !important;
  margin-right: 4rem !important
}

.my-l4,
.after-my-l4::after,
.before-my-l4::before {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important
}

.mt-l4,
.after-mt-l4::after,
.before-mt-l4::before {
  margin-top: 4rem !important
}

.mr-l4,
.after-mr-l4::after,
.before-mr-l4::before {
  margin-right: 4rem !important
}

.mb-l4,
.after-mb-l4::after,
.before-mb-l4::before {
  margin-bottom: 4rem !important
}

.ml-l4,
.after-ml-l4::after,
.before-ml-l4::before {
  margin-left: 4rem !important
}

.m-l5,
.after-m-l5::after,
.before-m-l5::before {
  margin: 5rem !important
}

.mx-l5,
.after-mx-l5::after,
.before-mx-l5::before {
  margin-left: 5rem !important;
  margin-right: 5rem !important
}

.my-l5,
.after-my-l5::after,
.before-my-l5::before {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important
}

.mt-l5,
.after-mt-l5::after,
.before-mt-l5::before {
  margin-top: 5rem !important
}

.mr-l5,
.after-mr-l5::after,
.before-mr-l5::before {
  margin-right: 5rem !important
}

.mb-l5,
.after-mb-l5::after,
.before-mb-l5::before {
  margin-bottom: 5rem !important
}

.ml-l5,
.after-ml-l5::after,
.before-ml-l5::before {
  margin-left: 5rem !important
}

.m-l6,
.after-m-l6::after,
.before-m-l6::before {
  margin: 6rem !important
}

.mx-l6,
.after-mx-l6::after,
.before-mx-l6::before {
  margin-left: 6rem !important;
  margin-right: 6rem !important
}

.my-l6,
.after-my-l6::after,
.before-my-l6::before {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important
}

.mt-l6,
.after-mt-l6::after,
.before-mt-l6::before {
  margin-top: 6rem !important
}

.mr-l6,
.after-mr-l6::after,
.before-mr-l6::before {
  margin-right: 6rem !important
}

.mb-l6,
.after-mb-l6::after,
.before-mb-l6::before {
  margin-bottom: 6rem !important
}

.ml-l6,
.after-ml-l6::after,
.before-ml-l6::before {
  margin-left: 6rem !important
}

.m-l7,
.after-m-l7::after,
.before-m-l7::before {
  margin: 7rem !important
}

.mx-l7,
.after-mx-l7::after,
.before-mx-l7::before {
  margin-left: 7rem !important;
  margin-right: 7rem !important
}

.my-l7,
.after-my-l7::after,
.before-my-l7::before {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important
}

.mt-l7,
.after-mt-l7::after,
.before-mt-l7::before {
  margin-top: 7rem !important
}

.mr-l7,
.after-mr-l7::after,
.before-mr-l7::before {
  margin-right: 7rem !important
}

.mb-l7,
.after-mb-l7::after,
.before-mb-l7::before {
  margin-bottom: 7rem !important
}

.ml-l7,
.after-ml-l7::after,
.before-ml-l7::before {
  margin-left: 7rem !important
}

.m-l8,
.after-m-l8::after,
.before-m-l8::before {
  margin: 8rem !important
}

.mx-l8,
.after-mx-l8::after,
.before-mx-l8::before {
  margin-left: 8rem !important;
  margin-right: 8rem !important
}

.my-l8,
.after-my-l8::after,
.before-my-l8::before {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important
}

.mt-l8,
.after-mt-l8::after,
.before-mt-l8::before {
  margin-top: 8rem !important
}

.mr-l8,
.after-mr-l8::after,
.before-mr-l8::before {
  margin-right: 8rem !important
}

.mb-l8,
.after-mb-l8::after,
.before-mb-l8::before {
  margin-bottom: 8rem !important
}

.ml-l8,
.after-ml-l8::after,
.before-ml-l8::before {
  margin-left: 8rem !important
}

.m-l9,
.after-m-l9::after,
.before-m-l9::before {
  margin: 9rem !important
}

.mx-l9,
.after-mx-l9::after,
.before-mx-l9::before {
  margin-left: 9rem !important;
  margin-right: 9rem !important
}

.my-l9,
.after-my-l9::after,
.before-my-l9::before {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important
}

.mt-l9,
.after-mt-l9::after,
.before-mt-l9::before {
  margin-top: 9rem !important
}

.mr-l9,
.after-mr-l9::after,
.before-mr-l9::before {
  margin-right: 9rem !important
}

.mb-l9,
.after-mb-l9::after,
.before-mb-l9::before {
  margin-bottom: 9rem !important
}

.ml-l9,
.after-ml-l9::after,
.before-ml-l9::before {
  margin-left: 9rem !important
}

.m-l10,
.after-m-l10::after,
.before-m-l10::before {
  margin: 10rem !important
}

.mx-l10,
.after-mx-l10::after,
.before-mx-l10::before {
  margin-left: 10rem !important;
  margin-right: 10rem !important
}

.my-l10,
.after-my-l10::after,
.before-my-l10::before {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important
}

.mt-l10,
.after-mt-l10::after,
.before-mt-l10::before {
  margin-top: 10rem !important
}

.mr-l10,
.after-mr-l10::after,
.before-mr-l10::before {
  margin-right: 10rem !important
}

.mb-l10,
.after-mb-l10::after,
.before-mb-l10::before {
  margin-bottom: 10rem !important
}

.ml-l10,
.after-ml-l10::after,
.before-ml-l10::before {
  margin-left: 10rem !important
}

.m-1px,
.after-m-1px::after,
.before-m-1px::before {
  margin: 1px !important
}

.mx-1px,
.after-mx-1px::after,
.before-mx-1px::before {
  margin-left: 1px !important;
  margin-right: 1px !important
}

.my-1px,
.after-my-1px::after,
.before-my-1px::before {
  margin-top: 1px !important;
  margin-bottom: 1px !important
}

.mt-1px,
.after-mt-1px::after,
.before-mt-1px::before {
  margin-top: 1px !important
}

.mr-1px,
.after-mr-1px::after,
.before-mr-1px::before {
  margin-right: 1px !important
}

.mb-1px,
.after-mb-1px::after,
.before-mb-1px::before {
  margin-bottom: 1px !important
}

.ml-1px,
.after-ml-1px::after,
.before-ml-1px::before {
  margin-left: 1px !important
}

@media (min-width: 576px) {
  .sm-m-auto {
    margin: auto !important
  }

  .sm-mt-auto {
    margin-top: auto !important
  }

  .sm-mr-auto {
    margin-right: auto !important
  }

  .sm-mb-auto {
    margin-bottom: auto !important
  }

  .sm-ml-auto {
    margin-left: auto !important
  }

  .sm-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .sm-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .sm-m--100pc {
    margin: -100% !important
  }

  .sm-mt--100pc {
    margin-top: -100% !important
  }

  .sm-mr--100pc {
    margin-right: -100% !important
  }

  .sm-mb--100pc {
    margin-bottom: -100% !important
  }

  .sm-ml--100pc {
    margin-left: -100% !important
  }

  .sm-mx--100pc {
    margin-left: -100% !important;
    margin-right: -100% !important
  }

  .sm-my--100pc {
    margin-top: -100% !important;
    margin-bottom: -100% !important
  }

  .sm-m-0 {
    margin: 0 !important
  }

  .sm-mt-0 {
    margin-top: 0 !important
  }

  .sm-mr-0 {
    margin-right: 0 !important
  }

  .sm-mb-0 {
    margin-bottom: 0 !important
  }

  .sm-ml-0 {
    margin-left: 0 !important
  }

  .sm-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .sm-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .sm-m-1 {
    margin: .25rem !important
  }

  .sm-mt-1 {
    margin-top: .25rem !important
  }

  .sm-mr-1 {
    margin-right: .25rem !important
  }

  .sm-mb-1 {
    margin-bottom: .25rem !important
  }

  .sm-ml-1 {
    margin-left: .25rem !important
  }

  .sm-mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .sm-my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .sm-m-2 {
    margin: .5rem !important
  }

  .sm-mt-2 {
    margin-top: .5rem !important
  }

  .sm-mr-2 {
    margin-right: .5rem !important
  }

  .sm-mb-2 {
    margin-bottom: .5rem !important
  }

  .sm-ml-2 {
    margin-left: .5rem !important
  }

  .sm-mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .sm-my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .sm-m-3 {
    margin: .75rem !important
  }

  .sm-mt-3 {
    margin-top: .75rem !important
  }

  .sm-mr-3 {
    margin-right: .75rem !important
  }

  .sm-mb-3 {
    margin-bottom: .75rem !important
  }

  .sm-ml-3 {
    margin-left: .75rem !important
  }

  .sm-mx-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important
  }

  .sm-my-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important
  }

  .sm-m-4 {
    margin: 1rem !important
  }

  .sm-mt-4 {
    margin-top: 1rem !important
  }

  .sm-mr-4 {
    margin-right: 1rem !important
  }

  .sm-mb-4 {
    margin-bottom: 1rem !important
  }

  .sm-ml-4 {
    margin-left: 1rem !important
  }

  .sm-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .sm-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .sm-m-5 {
    margin: 1.25rem !important
  }

  .sm-mt-5 {
    margin-top: 1.25rem !important
  }

  .sm-mr-5 {
    margin-right: 1.25rem !important
  }

  .sm-mb-5 {
    margin-bottom: 1.25rem !important
  }

  .sm-ml-5 {
    margin-left: 1.25rem !important
  }

  .sm-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important
  }

  .sm-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important
  }

  .sm-m-6 {
    margin: 1.5rem !important
  }

  .sm-mt-6 {
    margin-top: 1.5rem !important
  }

  .sm-mr-6 {
    margin-right: 1.5rem !important
  }

  .sm-mb-6 {
    margin-bottom: 1.5rem !important
  }

  .sm-ml-6 {
    margin-left: 1.5rem !important
  }

  .sm-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .sm-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .sm-m-7 {
    margin: 1.75rem !important
  }

  .sm-mt-7 {
    margin-top: 1.75rem !important
  }

  .sm-mr-7 {
    margin-right: 1.75rem !important
  }

  .sm-mb-7 {
    margin-bottom: 1.75rem !important
  }

  .sm-ml-7 {
    margin-left: 1.75rem !important
  }

  .sm-mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important
  }

  .sm-my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important
  }

  .sm-m-8 {
    margin: 2rem !important
  }

  .sm-mt-8 {
    margin-top: 2rem !important
  }

  .sm-mr-8 {
    margin-right: 2rem !important
  }

  .sm-mb-8 {
    margin-bottom: 2rem !important
  }

  .sm-ml-8 {
    margin-left: 2rem !important
  }

  .sm-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .sm-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
  }

  .sm-m-9 {
    margin: 2.25rem !important
  }

  .sm-mt-9 {
    margin-top: 2.25rem !important
  }

  .sm-mr-9 {
    margin-right: 2.25rem !important
  }

  .sm-mb-9 {
    margin-bottom: 2.25rem !important
  }

  .sm-ml-9 {
    margin-left: 2.25rem !important
  }

  .sm-mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important
  }

  .sm-my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important
  }

  .sm-m-10 {
    margin: 2.5rem !important
  }

  .sm-mt-10 {
    margin-top: 2.5rem !important
  }

  .sm-mr-10 {
    margin-right: 2.5rem !important
  }

  .sm-mb-10 {
    margin-bottom: 2.5rem !important
  }

  .sm-ml-10 {
    margin-left: 2.5rem !important
  }

  .sm-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
  }

  .sm-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
  }

  .sm-m-l1 {
    margin: 1rem !important
  }

  .sm-mt-l1 {
    margin-top: 1rem !important
  }

  .sm-mr-l1 {
    margin-right: 1rem !important
  }

  .sm-mb-l1 {
    margin-bottom: 1rem !important
  }

  .sm-ml-l1 {
    margin-left: 1rem !important
  }

  .sm-mx-l1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .sm-my-l1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .sm-m-l2 {
    margin: 2rem !important
  }

  .sm-mt-l2 {
    margin-top: 2rem !important
  }

  .sm-mr-l2 {
    margin-right: 2rem !important
  }

  .sm-mb-l2 {
    margin-bottom: 2rem !important
  }

  .sm-ml-l2 {
    margin-left: 2rem !important
  }

  .sm-mx-l2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .sm-my-l2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
  }

  .sm-m-l3 {
    margin: 3rem !important
  }

  .sm-mt-l3 {
    margin-top: 3rem !important
  }

  .sm-mr-l3 {
    margin-right: 3rem !important
  }

  .sm-mb-l3 {
    margin-bottom: 3rem !important
  }

  .sm-ml-l3 {
    margin-left: 3rem !important
  }

  .sm-mx-l3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .sm-my-l3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .sm-m-l4 {
    margin: 4rem !important
  }

  .sm-mt-l4 {
    margin-top: 4rem !important
  }

  .sm-mr-l4 {
    margin-right: 4rem !important
  }

  .sm-mb-l4 {
    margin-bottom: 4rem !important
  }

  .sm-ml-l4 {
    margin-left: 4rem !important
  }

  .sm-mx-l4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .sm-my-l4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
  }

  .sm-m-l5 {
    margin: 5rem !important
  }

  .sm-mt-l5 {
    margin-top: 5rem !important
  }

  .sm-mr-l5 {
    margin-right: 5rem !important
  }

  .sm-mb-l5 {
    margin-bottom: 5rem !important
  }

  .sm-ml-l5 {
    margin-left: 5rem !important
  }

  .sm-mx-l5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .sm-my-l5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
  }

  .sm-m-l6 {
    margin: 6rem !important
  }

  .sm-mt-l6 {
    margin-top: 6rem !important
  }

  .sm-mr-l6 {
    margin-right: 6rem !important
  }

  .sm-mb-l6 {
    margin-bottom: 6rem !important
  }

  .sm-ml-l6 {
    margin-left: 6rem !important
  }

  .sm-mx-l6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .sm-my-l6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
  }

  .sm-m-l7 {
    margin: 7rem !important
  }

  .sm-mt-l7 {
    margin-top: 7rem !important
  }

  .sm-mr-l7 {
    margin-right: 7rem !important
  }

  .sm-mb-l7 {
    margin-bottom: 7rem !important
  }

  .sm-ml-l7 {
    margin-left: 7rem !important
  }

  .sm-mx-l7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
  }

  .sm-my-l7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important
  }

  .sm-m-l8 {
    margin: 8rem !important
  }

  .sm-mt-l8 {
    margin-top: 8rem !important
  }

  .sm-mr-l8 {
    margin-right: 8rem !important
  }

  .sm-mb-l8 {
    margin-bottom: 8rem !important
  }

  .sm-ml-l8 {
    margin-left: 8rem !important
  }

  .sm-mx-l8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important
  }

  .sm-my-l8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important
  }

  .sm-m-l9 {
    margin: 9rem !important
  }

  .sm-mt-l9 {
    margin-top: 9rem !important
  }

  .sm-mr-l9 {
    margin-right: 9rem !important
  }

  .sm-mb-l9 {
    margin-bottom: 9rem !important
  }

  .sm-ml-l9 {
    margin-left: 9rem !important
  }

  .sm-mx-l9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important
  }

  .sm-my-l9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important
  }

  .sm-m-l10 {
    margin: 10rem !important
  }

  .sm-mt-l10 {
    margin-top: 10rem !important
  }

  .sm-mr-l10 {
    margin-right: 10rem !important
  }

  .sm-mb-l10 {
    margin-bottom: 10rem !important
  }

  .sm-ml-l10 {
    margin-left: 10rem !important
  }

  .sm-mx-l10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important
  }

  .sm-my-l10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important
  }

  .sm-m-1px {
    margin: 1px !important
  }

  .sm-mt-1px {
    margin-top: 1px !important
  }

  .sm-mr-1px {
    margin-right: 1px !important
  }

  .sm-mb-1px {
    margin-bottom: 1px !important
  }

  .sm-ml-1px {
    margin-left: 1px !important
  }

  .sm-mx-1px {
    margin-left: 1px !important;
    margin-right: 1px !important
  }

  .sm-my-1px {
    margin-top: 1px !important;
    margin-bottom: 1px !important
  }
}

@media (min-width: 768px) {
  .md-m-auto {
    margin: auto !important
  }

  .md-mt-auto {
    margin-top: auto !important
  }

  .md-mr-auto {
    margin-right: auto !important
  }

  .md-mb-auto {
    margin-bottom: auto !important
  }

  .md-ml-auto {
    margin-left: auto !important
  }

  .md-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .md-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .md-m--100pc {
    margin: -100% !important
  }

  .md-mt--100pc {
    margin-top: -100% !important
  }

  .md-mr--100pc {
    margin-right: -100% !important
  }

  .md-mb--100pc {
    margin-bottom: -100% !important
  }

  .md-ml--100pc {
    margin-left: -100% !important
  }

  .md-mx--100pc {
    margin-left: -100% !important;
    margin-right: -100% !important
  }

  .md-my--100pc {
    margin-top: -100% !important;
    margin-bottom: -100% !important
  }

  .md-m-0 {
    margin: 0 !important
  }

  .md-mt-0 {
    margin-top: 0 !important
  }

  .md-mr-0 {
    margin-right: 0 !important
  }

  .md-mb-0 {
    margin-bottom: 0 !important
  }

  .md-ml-0 {
    margin-left: 0 !important
  }

  .md-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .md-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .md-m-1 {
    margin: .25rem !important
  }

  .md-mt-1 {
    margin-top: .25rem !important
  }

  .md-mr-1 {
    margin-right: .25rem !important
  }

  .md-mb-1 {
    margin-bottom: .25rem !important
  }

  .md-ml-1 {
    margin-left: .25rem !important
  }

  .md-mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .md-my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .md-m-2 {
    margin: .5rem !important
  }

  .md-mt-2 {
    margin-top: .5rem !important
  }

  .md-mr-2 {
    margin-right: .5rem !important
  }

  .md-mb-2 {
    margin-bottom: .5rem !important
  }

  .md-ml-2 {
    margin-left: .5rem !important
  }

  .md-mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .md-my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .md-m-3 {
    margin: .75rem !important
  }

  .md-mt-3 {
    margin-top: .75rem !important
  }

  .md-mr-3 {
    margin-right: .75rem !important
  }

  .md-mb-3 {
    margin-bottom: .75rem !important
  }

  .md-ml-3 {
    margin-left: .75rem !important
  }

  .md-mx-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important
  }

  .md-my-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important
  }

  .md-m-4 {
    margin: 1rem !important
  }

  .md-mt-4 {
    margin-top: 1rem !important
  }

  .md-mr-4 {
    margin-right: 1rem !important
  }

  .md-mb-4 {
    margin-bottom: 1rem !important
  }

  .md-ml-4 {
    margin-left: 1rem !important
  }

  .md-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .md-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .md-m-5 {
    margin: 1.25rem !important
  }

  .md-mt-5 {
    margin-top: 1.25rem !important
  }

  .md-mr-5 {
    margin-right: 1.25rem !important
  }

  .md-mb-5 {
    margin-bottom: 1.25rem !important
  }

  .md-ml-5 {
    margin-left: 1.25rem !important
  }

  .md-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important
  }

  .md-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important
  }

  .md-m-6 {
    margin: 1.5rem !important
  }

  .md-mt-6 {
    margin-top: 1.5rem !important
  }

  .md-mr-6 {
    margin-right: 1.5rem !important
  }

  .md-mb-6 {
    margin-bottom: 1.5rem !important
  }

  .md-ml-6 {
    margin-left: 1.5rem !important
  }

  .md-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .md-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .md-m-7 {
    margin: 1.75rem !important
  }

  .md-mt-7 {
    margin-top: 1.75rem !important
  }

  .md-mr-7 {
    margin-right: 1.75rem !important
  }

  .md-mb-7 {
    margin-bottom: 1.75rem !important
  }

  .md-ml-7 {
    margin-left: 1.75rem !important
  }

  .md-mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important
  }

  .md-my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important
  }

  .md-m-8 {
    margin: 2rem !important
  }

  .md-mt-8 {
    margin-top: 2rem !important
  }

  .md-mr-8 {
    margin-right: 2rem !important
  }

  .md-mb-8 {
    margin-bottom: 2rem !important
  }

  .md-ml-8 {
    margin-left: 2rem !important
  }

  .md-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .md-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
  }

  .md-m-9 {
    margin: 2.25rem !important
  }

  .md-mt-9 {
    margin-top: 2.25rem !important
  }

  .md-mr-9 {
    margin-right: 2.25rem !important
  }

  .md-mb-9 {
    margin-bottom: 2.25rem !important
  }

  .md-ml-9 {
    margin-left: 2.25rem !important
  }

  .md-mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important
  }

  .md-my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important
  }

  .md-m-10 {
    margin: 2.5rem !important
  }

  .md-mt-10 {
    margin-top: 2.5rem !important
  }

  .md-mr-10 {
    margin-right: 2.5rem !important
  }

  .md-mb-10 {
    margin-bottom: 2.5rem !important
  }

  .md-ml-10 {
    margin-left: 2.5rem !important
  }

  .md-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
  }

  .md-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
  }

  .md-m-l1 {
    margin: 1rem !important
  }

  .md-mt-l1 {
    margin-top: 1rem !important
  }

  .md-mr-l1 {
    margin-right: 1rem !important
  }

  .md-mb-l1 {
    margin-bottom: 1rem !important
  }

  .md-ml-l1 {
    margin-left: 1rem !important
  }

  .md-mx-l1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .md-my-l1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .md-m-l2 {
    margin: 2rem !important
  }

  .md-mt-l2 {
    margin-top: 2rem !important
  }

  .md-mr-l2 {
    margin-right: 2rem !important
  }

  .md-mb-l2 {
    margin-bottom: 2rem !important
  }

  .md-ml-l2 {
    margin-left: 2rem !important
  }

  .md-mx-l2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .md-my-l2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
  }

  .md-m-l3 {
    margin: 3rem !important
  }

  .md-mt-l3 {
    margin-top: 3rem !important
  }

  .md-mr-l3 {
    margin-right: 3rem !important
  }

  .md-mb-l3 {
    margin-bottom: 3rem !important
  }

  .md-ml-l3 {
    margin-left: 3rem !important
  }

  .md-mx-l3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .md-my-l3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .md-m-l4 {
    margin: 4rem !important
  }

  .md-mt-l4 {
    margin-top: 4rem !important
  }

  .md-mr-l4 {
    margin-right: 4rem !important
  }

  .md-mb-l4 {
    margin-bottom: 4rem !important
  }

  .md-ml-l4 {
    margin-left: 4rem !important
  }

  .md-mx-l4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .md-my-l4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
  }

  .md-m-l5 {
    margin: 5rem !important
  }

  .md-mt-l5 {
    margin-top: 5rem !important
  }

  .md-mr-l5 {
    margin-right: 5rem !important
  }

  .md-mb-l5 {
    margin-bottom: 5rem !important
  }

  .md-ml-l5 {
    margin-left: 5rem !important
  }

  .md-mx-l5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .md-my-l5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
  }

  .md-m-l6 {
    margin: 6rem !important
  }

  .md-mt-l6 {
    margin-top: 6rem !important
  }

  .md-mr-l6 {
    margin-right: 6rem !important
  }

  .md-mb-l6 {
    margin-bottom: 6rem !important
  }

  .md-ml-l6 {
    margin-left: 6rem !important
  }

  .md-mx-l6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .md-my-l6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
  }

  .md-m-l7 {
    margin: 7rem !important
  }

  .md-mt-l7 {
    margin-top: 7rem !important
  }

  .md-mr-l7 {
    margin-right: 7rem !important
  }

  .md-mb-l7 {
    margin-bottom: 7rem !important
  }

  .md-ml-l7 {
    margin-left: 7rem !important
  }

  .md-mx-l7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
  }

  .md-my-l7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important
  }

  .md-m-l8 {
    margin: 8rem !important
  }

  .md-mt-l8 {
    margin-top: 8rem !important
  }

  .md-mr-l8 {
    margin-right: 8rem !important
  }

  .md-mb-l8 {
    margin-bottom: 8rem !important
  }

  .md-ml-l8 {
    margin-left: 8rem !important
  }

  .md-mx-l8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important
  }

  .md-my-l8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important
  }

  .md-m-l9 {
    margin: 9rem !important
  }

  .md-mt-l9 {
    margin-top: 9rem !important
  }

  .md-mr-l9 {
    margin-right: 9rem !important
  }

  .md-mb-l9 {
    margin-bottom: 9rem !important
  }

  .md-ml-l9 {
    margin-left: 9rem !important
  }

  .md-mx-l9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important
  }

  .md-my-l9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important
  }

  .md-m-l10 {
    margin: 10rem !important
  }

  .md-mt-l10 {
    margin-top: 10rem !important
  }

  .md-mr-l10 {
    margin-right: 10rem !important
  }

  .md-mb-l10 {
    margin-bottom: 10rem !important
  }

  .md-ml-l10 {
    margin-left: 10rem !important
  }

  .md-mx-l10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important
  }

  .md-my-l10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important
  }

  .md-m-1px {
    margin: 1px !important
  }

  .md-mt-1px {
    margin-top: 1px !important
  }

  .md-mr-1px {
    margin-right: 1px !important
  }

  .md-mb-1px {
    margin-bottom: 1px !important
  }

  .md-ml-1px {
    margin-left: 1px !important
  }

  .md-mx-1px {
    margin-left: 1px !important;
    margin-right: 1px !important
  }

  .md-my-1px {
    margin-top: 1px !important;
    margin-bottom: 1px !important
  }
}

@media (min-width: 992px) {
  .lg-m-auto {
    margin: auto !important
  }

  .lg-mt-auto {
    margin-top: auto !important
  }

  .lg-mr-auto {
    margin-right: auto !important
  }

  .lg-mb-auto {
    margin-bottom: auto !important
  }

  .lg-ml-auto {
    margin-left: auto !important
  }

  .lg-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .lg-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .lg-m--100pc {
    margin: -100% !important
  }

  .lg-mt--100pc {
    margin-top: -100% !important
  }

  .lg-mr--100pc {
    margin-right: -100% !important
  }

  .lg-mb--100pc {
    margin-bottom: -100% !important
  }

  .lg-ml--100pc {
    margin-left: -100% !important
  }

  .lg-mx--100pc {
    margin-left: -100% !important;
    margin-right: -100% !important
  }

  .lg-my--100pc {
    margin-top: -100% !important;
    margin-bottom: -100% !important
  }

  .lg-m-0 {
    margin: 0 !important
  }

  .lg-mt-0 {
    margin-top: 0 !important
  }

  .lg-mr-0 {
    margin-right: 0 !important
  }

  .lg-mb-0 {
    margin-bottom: 0 !important
  }

  .lg-ml-0 {
    margin-left: 0 !important
  }

  .lg-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .lg-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .lg-m-1 {
    margin: .25rem !important
  }

  .lg-mt-1 {
    margin-top: .25rem !important
  }

  .lg-mr-1 {
    margin-right: .25rem !important
  }

  .lg-mb-1 {
    margin-bottom: .25rem !important
  }

  .lg-ml-1 {
    margin-left: .25rem !important
  }

  .lg-mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .lg-my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .lg-m-2 {
    margin: .5rem !important
  }

  .lg-mt-2 {
    margin-top: .5rem !important
  }

  .lg-mr-2 {
    margin-right: .5rem !important
  }

  .lg-mb-2 {
    margin-bottom: .5rem !important
  }

  .lg-ml-2 {
    margin-left: .5rem !important
  }

  .lg-mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .lg-my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .lg-m-3 {
    margin: .75rem !important
  }

  .lg-mt-3 {
    margin-top: .75rem !important
  }

  .lg-mr-3 {
    margin-right: .75rem !important
  }

  .lg-mb-3 {
    margin-bottom: .75rem !important
  }

  .lg-ml-3 {
    margin-left: .75rem !important
  }

  .lg-mx-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important
  }

  .lg-my-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important
  }

  .lg-m-4 {
    margin: 1rem !important
  }

  .lg-mt-4 {
    margin-top: 1rem !important
  }

  .lg-mr-4 {
    margin-right: 1rem !important
  }

  .lg-mb-4 {
    margin-bottom: 1rem !important
  }

  .lg-ml-4 {
    margin-left: 1rem !important
  }

  .lg-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .lg-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .lg-m-5 {
    margin: 1.25rem !important
  }

  .lg-mt-5 {
    margin-top: 1.25rem !important
  }

  .lg-mr-5 {
    margin-right: 1.25rem !important
  }

  .lg-mb-5 {
    margin-bottom: 1.25rem !important
  }

  .lg-ml-5 {
    margin-left: 1.25rem !important
  }

  .lg-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important
  }

  .lg-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important
  }

  .lg-m-6 {
    margin: 1.5rem !important
  }

  .lg-mt-6 {
    margin-top: 1.5rem !important
  }

  .lg-mr-6 {
    margin-right: 1.5rem !important
  }

  .lg-mb-6 {
    margin-bottom: 1.5rem !important
  }

  .lg-ml-6 {
    margin-left: 1.5rem !important
  }

  .lg-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .lg-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .lg-m-7 {
    margin: 1.75rem !important
  }

  .lg-mt-7 {
    margin-top: 1.75rem !important
  }

  .lg-mr-7 {
    margin-right: 1.75rem !important
  }

  .lg-mb-7 {
    margin-bottom: 1.75rem !important
  }

  .lg-ml-7 {
    margin-left: 1.75rem !important
  }

  .lg-mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important
  }

  .lg-my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important
  }

  .lg-m-8 {
    margin: 2rem !important
  }

  .lg-mt-8 {
    margin-top: 2rem !important
  }

  .lg-mr-8 {
    margin-right: 2rem !important
  }

  .lg-mb-8 {
    margin-bottom: 2rem !important
  }

  .lg-ml-8 {
    margin-left: 2rem !important
  }

  .lg-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .lg-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
  }

  .lg-m-9 {
    margin: 2.25rem !important
  }

  .lg-mt-9 {
    margin-top: 2.25rem !important
  }

  .lg-mr-9 {
    margin-right: 2.25rem !important
  }

  .lg-mb-9 {
    margin-bottom: 2.25rem !important
  }

  .lg-ml-9 {
    margin-left: 2.25rem !important
  }

  .lg-mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important
  }

  .lg-my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important
  }

  .lg-m-10 {
    margin: 2.5rem !important
  }

  .lg-mt-10 {
    margin-top: 2.5rem !important
  }

  .lg-mr-10 {
    margin-right: 2.5rem !important
  }

  .lg-mb-10 {
    margin-bottom: 2.5rem !important
  }

  .lg-ml-10 {
    margin-left: 2.5rem !important
  }

  .lg-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
  }

  .lg-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
  }

  .lg-m-l1 {
    margin: 1rem !important
  }

  .lg-mt-l1 {
    margin-top: 1rem !important
  }

  .lg-mr-l1 {
    margin-right: 1rem !important
  }

  .lg-mb-l1 {
    margin-bottom: 1rem !important
  }

  .lg-ml-l1 {
    margin-left: 1rem !important
  }

  .lg-mx-l1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .lg-my-l1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .lg-m-l2 {
    margin: 2rem !important
  }

  .lg-mt-l2 {
    margin-top: 2rem !important
  }

  .lg-mr-l2 {
    margin-right: 2rem !important
  }

  .lg-mb-l2 {
    margin-bottom: 2rem !important
  }

  .lg-ml-l2 {
    margin-left: 2rem !important
  }

  .lg-mx-l2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .lg-my-l2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
  }

  .lg-m-l3 {
    margin: 3rem !important
  }

  .lg-mt-l3 {
    margin-top: 3rem !important
  }

  .lg-mr-l3 {
    margin-right: 3rem !important
  }

  .lg-mb-l3 {
    margin-bottom: 3rem !important
  }

  .lg-ml-l3 {
    margin-left: 3rem !important
  }

  .lg-mx-l3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .lg-my-l3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .lg-m-l4 {
    margin: 4rem !important
  }

  .lg-mt-l4 {
    margin-top: 4rem !important
  }

  .lg-mr-l4 {
    margin-right: 4rem !important
  }

  .lg-mb-l4 {
    margin-bottom: 4rem !important
  }

  .lg-ml-l4 {
    margin-left: 4rem !important
  }

  .lg-mx-l4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .lg-my-l4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
  }

  .lg-m-l5 {
    margin: 5rem !important
  }

  .lg-mt-l5 {
    margin-top: 5rem !important
  }

  .lg-mr-l5 {
    margin-right: 5rem !important
  }

  .lg-mb-l5 {
    margin-bottom: 5rem !important
  }

  .lg-ml-l5 {
    margin-left: 5rem !important
  }

  .lg-mx-l5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .lg-my-l5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
  }

  .lg-m-l6 {
    margin: 6rem !important
  }

  .lg-mt-l6 {
    margin-top: 6rem !important
  }

  .lg-mr-l6 {
    margin-right: 6rem !important
  }

  .lg-mb-l6 {
    margin-bottom: 6rem !important
  }

  .lg-ml-l6 {
    margin-left: 6rem !important
  }

  .lg-mx-l6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .lg-my-l6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
  }

  .lg-m-l7 {
    margin: 7rem !important
  }

  .lg-mt-l7 {
    margin-top: 7rem !important
  }

  .lg-mr-l7 {
    margin-right: 7rem !important
  }

  .lg-mb-l7 {
    margin-bottom: 7rem !important
  }

  .lg-ml-l7 {
    margin-left: 7rem !important
  }

  .lg-mx-l7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
  }

  .lg-my-l7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important
  }

  .lg-m-l8 {
    margin: 8rem !important
  }

  .lg-mt-l8 {
    margin-top: 8rem !important
  }

  .lg-mr-l8 {
    margin-right: 8rem !important
  }

  .lg-mb-l8 {
    margin-bottom: 8rem !important
  }

  .lg-ml-l8 {
    margin-left: 8rem !important
  }

  .lg-mx-l8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important
  }

  .lg-my-l8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important
  }

  .lg-m-l9 {
    margin: 9rem !important
  }

  .lg-mt-l9 {
    margin-top: 9rem !important
  }

  .lg-mr-l9 {
    margin-right: 9rem !important
  }

  .lg-mb-l9 {
    margin-bottom: 9rem !important
  }

  .lg-ml-l9 {
    margin-left: 9rem !important
  }

  .lg-mx-l9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important
  }

  .lg-my-l9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important
  }

  .lg-m-l10 {
    margin: 10rem !important
  }

  .lg-mt-l10 {
    margin-top: 10rem !important
  }

  .lg-mr-l10 {
    margin-right: 10rem !important
  }

  .lg-mb-l10 {
    margin-bottom: 10rem !important
  }

  .lg-ml-l10 {
    margin-left: 10rem !important
  }

  .lg-mx-l10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important
  }

  .lg-my-l10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important
  }

  .lg-m-1px {
    margin: 1px !important
  }

  .lg-mt-1px {
    margin-top: 1px !important
  }

  .lg-mr-1px {
    margin-right: 1px !important
  }

  .lg-mb-1px {
    margin-bottom: 1px !important
  }

  .lg-ml-1px {
    margin-left: 1px !important
  }

  .lg-mx-1px {
    margin-left: 1px !important;
    margin-right: 1px !important
  }

  .lg-my-1px {
    margin-top: 1px !important;
    margin-bottom: 1px !important
  }
}

@media (min-width: 1200px) {
  .xl-m-auto {
    margin: auto !important
  }

  .xl-mt-auto {
    margin-top: auto !important
  }

  .xl-mr-auto {
    margin-right: auto !important
  }

  .xl-mb-auto {
    margin-bottom: auto !important
  }

  .xl-ml-auto {
    margin-left: auto !important
  }

  .xl-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .xl-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .xl-m--100pc {
    margin: -100% !important
  }

  .xl-mt--100pc {
    margin-top: -100% !important
  }

  .xl-mr--100pc {
    margin-right: -100% !important
  }

  .xl-mb--100pc {
    margin-bottom: -100% !important
  }

  .xl-ml--100pc {
    margin-left: -100% !important
  }

  .xl-mx--100pc {
    margin-left: -100% !important;
    margin-right: -100% !important
  }

  .xl-my--100pc {
    margin-top: -100% !important;
    margin-bottom: -100% !important
  }

  .xl-m-0 {
    margin: 0 !important
  }

  .xl-mt-0 {
    margin-top: 0 !important
  }

  .xl-mr-0 {
    margin-right: 0 !important
  }

  .xl-mb-0 {
    margin-bottom: 0 !important
  }

  .xl-ml-0 {
    margin-left: 0 !important
  }

  .xl-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .xl-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .xl-m-1 {
    margin: .25rem !important
  }

  .xl-mt-1 {
    margin-top: .25rem !important
  }

  .xl-mr-1 {
    margin-right: .25rem !important
  }

  .xl-mb-1 {
    margin-bottom: .25rem !important
  }

  .xl-ml-1 {
    margin-left: .25rem !important
  }

  .xl-mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .xl-my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .xl-m-2 {
    margin: .5rem !important
  }

  .xl-mt-2 {
    margin-top: .5rem !important
  }

  .xl-mr-2 {
    margin-right: .5rem !important
  }

  .xl-mb-2 {
    margin-bottom: .5rem !important
  }

  .xl-ml-2 {
    margin-left: .5rem !important
  }

  .xl-mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .xl-my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .xl-m-3 {
    margin: .75rem !important
  }

  .xl-mt-3 {
    margin-top: .75rem !important
  }

  .xl-mr-3 {
    margin-right: .75rem !important
  }

  .xl-mb-3 {
    margin-bottom: .75rem !important
  }

  .xl-ml-3 {
    margin-left: .75rem !important
  }

  .xl-mx-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important
  }

  .xl-my-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important
  }

  .xl-m-4 {
    margin: 1rem !important
  }

  .xl-mt-4 {
    margin-top: 1rem !important
  }

  .xl-mr-4 {
    margin-right: 1rem !important
  }

  .xl-mb-4 {
    margin-bottom: 1rem !important
  }

  .xl-ml-4 {
    margin-left: 1rem !important
  }

  .xl-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .xl-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .xl-m-5 {
    margin: 1.25rem !important
  }

  .xl-mt-5 {
    margin-top: 1.25rem !important
  }

  .xl-mr-5 {
    margin-right: 1.25rem !important
  }

  .xl-mb-5 {
    margin-bottom: 1.25rem !important
  }

  .xl-ml-5 {
    margin-left: 1.25rem !important
  }

  .xl-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important
  }

  .xl-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important
  }

  .xl-m-6 {
    margin: 1.5rem !important
  }

  .xl-mt-6 {
    margin-top: 1.5rem !important
  }

  .xl-mr-6 {
    margin-right: 1.5rem !important
  }

  .xl-mb-6 {
    margin-bottom: 1.5rem !important
  }

  .xl-ml-6 {
    margin-left: 1.5rem !important
  }

  .xl-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .xl-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .xl-m-7 {
    margin: 1.75rem !important
  }

  .xl-mt-7 {
    margin-top: 1.75rem !important
  }

  .xl-mr-7 {
    margin-right: 1.75rem !important
  }

  .xl-mb-7 {
    margin-bottom: 1.75rem !important
  }

  .xl-ml-7 {
    margin-left: 1.75rem !important
  }

  .xl-mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important
  }

  .xl-my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important
  }

  .xl-m-8 {
    margin: 2rem !important
  }

  .xl-mt-8 {
    margin-top: 2rem !important
  }

  .xl-mr-8 {
    margin-right: 2rem !important
  }

  .xl-mb-8 {
    margin-bottom: 2rem !important
  }

  .xl-ml-8 {
    margin-left: 2rem !important
  }

  .xl-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .xl-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
  }

  .xl-m-9 {
    margin: 2.25rem !important
  }

  .xl-mt-9 {
    margin-top: 2.25rem !important
  }

  .xl-mr-9 {
    margin-right: 2.25rem !important
  }

  .xl-mb-9 {
    margin-bottom: 2.25rem !important
  }

  .xl-ml-9 {
    margin-left: 2.25rem !important
  }

  .xl-mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important
  }

  .xl-my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important
  }

  .xl-m-10 {
    margin: 2.5rem !important
  }

  .xl-mt-10 {
    margin-top: 2.5rem !important
  }

  .xl-mr-10 {
    margin-right: 2.5rem !important
  }

  .xl-mb-10 {
    margin-bottom: 2.5rem !important
  }

  .xl-ml-10 {
    margin-left: 2.5rem !important
  }

  .xl-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
  }

  .xl-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
  }

  .xl-m-l1 {
    margin: 1rem !important
  }

  .xl-mt-l1 {
    margin-top: 1rem !important
  }

  .xl-mr-l1 {
    margin-right: 1rem !important
  }

  .xl-mb-l1 {
    margin-bottom: 1rem !important
  }

  .xl-ml-l1 {
    margin-left: 1rem !important
  }

  .xl-mx-l1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .xl-my-l1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .xl-m-l2 {
    margin: 2rem !important
  }

  .xl-mt-l2 {
    margin-top: 2rem !important
  }

  .xl-mr-l2 {
    margin-right: 2rem !important
  }

  .xl-mb-l2 {
    margin-bottom: 2rem !important
  }

  .xl-ml-l2 {
    margin-left: 2rem !important
  }

  .xl-mx-l2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .xl-my-l2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
  }

  .xl-m-l3 {
    margin: 3rem !important
  }

  .xl-mt-l3 {
    margin-top: 3rem !important
  }

  .xl-mr-l3 {
    margin-right: 3rem !important
  }

  .xl-mb-l3 {
    margin-bottom: 3rem !important
  }

  .xl-ml-l3 {
    margin-left: 3rem !important
  }

  .xl-mx-l3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .xl-my-l3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .xl-m-l4 {
    margin: 4rem !important
  }

  .xl-mt-l4 {
    margin-top: 4rem !important
  }

  .xl-mr-l4 {
    margin-right: 4rem !important
  }

  .xl-mb-l4 {
    margin-bottom: 4rem !important
  }

  .xl-ml-l4 {
    margin-left: 4rem !important
  }

  .xl-mx-l4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .xl-my-l4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
  }

  .xl-m-l5 {
    margin: 5rem !important
  }

  .xl-mt-l5 {
    margin-top: 5rem !important
  }

  .xl-mr-l5 {
    margin-right: 5rem !important
  }

  .xl-mb-l5 {
    margin-bottom: 5rem !important
  }

  .xl-ml-l5 {
    margin-left: 5rem !important
  }

  .xl-mx-l5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .xl-my-l5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
  }

  .xl-m-l6 {
    margin: 6rem !important
  }

  .xl-mt-l6 {
    margin-top: 6rem !important
  }

  .xl-mr-l6 {
    margin-right: 6rem !important
  }

  .xl-mb-l6 {
    margin-bottom: 6rem !important
  }

  .xl-ml-l6 {
    margin-left: 6rem !important
  }

  .xl-mx-l6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .xl-my-l6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
  }

  .xl-m-l7 {
    margin: 7rem !important
  }

  .xl-mt-l7 {
    margin-top: 7rem !important
  }

  .xl-mr-l7 {
    margin-right: 7rem !important
  }

  .xl-mb-l7 {
    margin-bottom: 7rem !important
  }

  .xl-ml-l7 {
    margin-left: 7rem !important
  }

  .xl-mx-l7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
  }

  .xl-my-l7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important
  }

  .xl-m-l8 {
    margin: 8rem !important
  }

  .xl-mt-l8 {
    margin-top: 8rem !important
  }

  .xl-mr-l8 {
    margin-right: 8rem !important
  }

  .xl-mb-l8 {
    margin-bottom: 8rem !important
  }

  .xl-ml-l8 {
    margin-left: 8rem !important
  }

  .xl-mx-l8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important
  }

  .xl-my-l8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important
  }

  .xl-m-l9 {
    margin: 9rem !important
  }

  .xl-mt-l9 {
    margin-top: 9rem !important
  }

  .xl-mr-l9 {
    margin-right: 9rem !important
  }

  .xl-mb-l9 {
    margin-bottom: 9rem !important
  }

  .xl-ml-l9 {
    margin-left: 9rem !important
  }

  .xl-mx-l9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important
  }

  .xl-my-l9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important
  }

  .xl-m-l10 {
    margin: 10rem !important
  }

  .xl-mt-l10 {
    margin-top: 10rem !important
  }

  .xl-mr-l10 {
    margin-right: 10rem !important
  }

  .xl-mb-l10 {
    margin-bottom: 10rem !important
  }

  .xl-ml-l10 {
    margin-left: 10rem !important
  }

  .xl-mx-l10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important
  }

  .xl-my-l10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important
  }

  .xl-m-1px {
    margin: 1px !important
  }

  .xl-mt-1px {
    margin-top: 1px !important
  }

  .xl-mr-1px {
    margin-right: 1px !important
  }

  .xl-mb-1px {
    margin-bottom: 1px !important
  }

  .xl-ml-1px {
    margin-left: 1px !important
  }

  .xl-mx-1px {
    margin-left: 1px !important;
    margin-right: 1px !important
  }

  .xl-my-1px {
    margin-top: 1px !important;
    margin-bottom: 1px !important
  }
}

.scale-down-4,
.hover-scale-down-4:hover,
.after-scale-down-4::after,
.before-scale-down-4::before {
  transform: scale(.125)
}

.scale-down-3,
.hover-scale-down-3:hover,
.after-scale-down-3::after,
.before-scale-down-3::before {
  transform: scale(.25)
}

.scale-down-2,
.hover-scale-down-2:hover,
.after-scale-down-2::after,
.before-scale-down-2::before {
  transform: scale(.5)
}

.scale-down-1,
.hover-scale-down-1:hover,
.after-scale-down-1::after,
.before-scale-down-1::before {
  transform: scale(.75)
}

.scale-none,
.hover-scale-none:hover,
.after-scale-none::after,
.before-scale-none::before {
  transform: scale(1)
}

.scale-up-1,
.hover-scale-up-1:hover,
.after-scale-up-1::after,
.before-scale-up-1::before {
  transform: scale(1.125)
}

.scale-up-2,
.hover-scale-up-2:hover,
.after-scale-up-2::after,
.before-scale-up-2::before {
  transform: scale(1.25)
}

.scale-up-3,
.hover-scale-up-3:hover,
.after-scale-up-3::after,
.before-scale-up-3::before {
  transform: scale(1.5)
}

.scale-up-4,
.hover-scale-up-4:hover,
.after-scale-up-4::after,
.before-scale-up-4::before {
  transform: scale(1.75)
}

@media (min-width: 576px) {

  .sm-scale-down-4,
  .sm-hover-scale-down-4:hover {
    transform: scale(.125)
  }

  .sm-scale-down-3,
  .sm-hover-scale-down-3:hover {
    transform: scale(.25)
  }

  .sm-scale-down-2,
  .sm-hover-scale-down-2:hover {
    transform: scale(.5)
  }

  .sm-scale-down-1,
  .sm-hover-scale-down-1:hover {
    transform: scale(.75)
  }

  .sm-scale-none,
  .sm-hover-scale-none:hover {
    transform: scale(1)
  }

  .sm-scale-up-1,
  .sm-hover-scale-up-1:hover {
    transform: scale(1.125)
  }

  .sm-scale-up-2,
  .sm-hover-scale-up-2:hover {
    transform: scale(1.25)
  }

  .sm-scale-up-3,
  .sm-hover-scale-up-3:hover {
    transform: scale(1.5)
  }

  .sm-scale-up-4,
  .sm-hover-scale-up-4:hover {
    transform: scale(1.75)
  }
}

@media (min-width: 768px) {

  .md-scale-down-4,
  .md-hover-scale-down-4:hover {
    transform: scale(.125)
  }

  .md-scale-down-3,
  .md-hover-scale-down-3:hover {
    transform: scale(.25)
  }

  .md-scale-down-2,
  .md-hover-scale-down-2:hover {
    transform: scale(.5)
  }

  .md-scale-down-1,
  .md-hover-scale-down-1:hover {
    transform: scale(.75)
  }

  .md-scale-none,
  .md-hover-scale-none:hover {
    transform: scale(1)
  }

  .md-scale-up-1,
  .md-hover-scale-up-1:hover {
    transform: scale(1.125)
  }

  .md-scale-up-2,
  .md-hover-scale-up-2:hover {
    transform: scale(1.25)
  }

  .md-scale-up-3,
  .md-hover-scale-up-3:hover {
    transform: scale(1.5)
  }

  .md-scale-up-4,
  .md-hover-scale-up-4:hover {
    transform: scale(1.75)
  }
}

@media (min-width: 992px) {

  .lg-scale-down-4,
  .lg-hover-scale-down-4:hover {
    transform: scale(.125)
  }

  .lg-scale-down-3,
  .lg-hover-scale-down-3:hover {
    transform: scale(.25)
  }

  .lg-scale-down-2,
  .lg-hover-scale-down-2:hover {
    transform: scale(.5)
  }

  .lg-scale-down-1,
  .lg-hover-scale-down-1:hover {
    transform: scale(.75)
  }

  .lg-scale-none,
  .lg-hover-scale-none:hover {
    transform: scale(1)
  }

  .lg-scale-up-1,
  .lg-hover-scale-up-1:hover {
    transform: scale(1.125)
  }

  .lg-scale-up-2,
  .lg-hover-scale-up-2:hover {
    transform: scale(1.25)
  }

  .lg-scale-up-3,
  .lg-hover-scale-up-3:hover {
    transform: scale(1.5)
  }

  .lg-scale-up-4,
  .lg-hover-scale-up-4:hover {
    transform: scale(1.75)
  }
}

@media (min-width: 1200px) {

  .xl-scale-down-4,
  .xl-hover-scale-down-4:hover {
    transform: scale(.125)
  }

  .xl-scale-down-3,
  .xl-hover-scale-down-3:hover {
    transform: scale(.25)
  }

  .xl-scale-down-2,
  .xl-hover-scale-down-2:hover {
    transform: scale(.5)
  }

  .xl-scale-down-1,
  .xl-hover-scale-down-1:hover {
    transform: scale(.75)
  }

  .xl-scale-none,
  .xl-hover-scale-none:hover {
    transform: scale(1)
  }

  .xl-scale-up-1,
  .xl-hover-scale-up-1:hover {
    transform: scale(1.125)
  }

  .xl-scale-up-2,
  .xl-hover-scale-up-2:hover {
    transform: scale(1.25)
  }

  .xl-scale-up-3,
  .xl-hover-scale-up-3:hover {
    transform: scale(1.5)
  }

  .xl-scale-up-4,
  .xl-hover-scale-up-4:hover {
    transform: scale(1.75)
  }
}

.shift-tr,
.shift-rt {
  transform: translateY(-50%) translateX(50%)
}

.shift-tl,
.shift-lt {
  transform: translateY(-50%) translateX(-50%)
}

.shift-bl,
.shift-lb {
  transform: translateY(50%) translateX(-50%)
}

.shift-br,
.shift-rb {
  transform: translateY(50%) translateX(50%)
}

.shift-l {
  transform: translateX(-50%)
}

.shift-r {
  transform: translateX(50%)
}

.shift-t {
  transform: translateY(-50%)
}

.shift-b {
  transform: translateY(50%)
}

.shift-l-1,
.hover-shift-l-1:hover {
  transform: translateX(-1px)
}

.shift-r-1,
.hover-shift-r-1:hover {
  transform: translateX(1px)
}

.shift-t-1,
.hover-shift-t-1:hover {
  transform: translateY(-1px)
}

.shift-b-1,
.hover-shift-b-1:hover {
  transform: translateY(1px)
}

.shift-l-2,
.hover-shift-l-2:hover {
  transform: translateX(-2px)
}

.shift-r-2,
.hover-shift-r-2:hover {
  transform: translateX(2px)
}

.shift-t-2,
.hover-shift-t-2:hover {
  transform: translateY(-2px)
}

.shift-b-2,
.hover-shift-b-2:hover {
  transform: translateY(2px)
}

.shift-l-3,
.hover-shift-l-3:hover {
  transform: translateX(-3px)
}

.shift-r-3,
.hover-shift-r-3:hover {
  transform: translateX(3px)
}

.shift-t-3,
.hover-shift-t-3:hover {
  transform: translateY(-3px)
}

.shift-b-3,
.hover-shift-b-3:hover {
  transform: translateY(3px)
}

.shift-l-4,
.hover-shift-l-4:hover {
  transform: translateX(-4px)
}

.shift-r-4,
.hover-shift-r-4:hover {
  transform: translateX(4px)
}

.shift-t-4,
.hover-shift-t-4:hover {
  transform: translateY(-4px)
}

.shift-b-4,
.hover-shift-b-4:hover {
  transform: translateY(4px)
}

.shift-l-6,
.hover-shift-l-6:hover {
  transform: translateX(-6px)
}

.shift-r-6,
.hover-shift-r-6:hover {
  transform: translateX(6px)
}

.shift-t-6,
.hover-shift-t-6:hover {
  transform: translateY(-6px)
}

.shift-b-6,
.hover-shift-b-6:hover {
  transform: translateY(6px)
}

.shift-l-8,
.hover-shift-l-8:hover {
  transform: translateX(-8px)
}

.shift-r-8,
.hover-shift-r-8:hover {
  transform: translateX(8px)
}

.shift-t-8,
.hover-shift-t-8:hover {
  transform: translateY(-8px)
}

.shift-b-8,
.hover-shift-b-8:hover {
  transform: translateY(8px)
}

.shift-l-12,
.hover-shift-l-12:hover {
  transform: translateX(-12px)
}

.shift-r-12,
.hover-shift-r-12:hover {
  transform: translateX(12px)
}

.shift-t-12,
.hover-shift-t-12:hover {
  transform: translateY(-12px)
}

.shift-b-12,
.hover-shift-b-12:hover {
  transform: translateY(12px)
}

.shift-l-16,
.hover-shift-l-16:hover {
  transform: translateX(-16px)
}

.shift-r-16,
.hover-shift-r-16:hover {
  transform: translateX(16px)
}

.shift-t-16,
.hover-shift-t-16:hover {
  transform: translateY(-16px)
}

.shift-b-16,
.hover-shift-b-16:hover {
  transform: translateY(16px)
}

.rotate-0,
.hover-rotate-0:hover {
  transform: rotate(0deg)
}

.rotate-1,
.hover-rotate-1:hover {
  transform: rotate(1deg)
}

.rotate-2,
.hover-rotate-2:hover {
  transform: rotate(2deg)
}

.rotate-5,
.hover-rotate-5:hover {
  transform: rotate(5deg)
}

.rotate-10,
.hover-rotate-10:hover {
  transform: rotate(10deg)
}

.rotate-20,
.hover-rotate-20:hover {
  transform: rotate(20deg)
}

.rotate-45,
.hover-rotate-45:hover {
  transform: rotate(45deg)
}

.rotate-90,
.hover-rotate-90:hover {
  transform: rotate(90deg)
}

.rotate-180,
.hover-rotate-180:hover {
  transform: rotate(180deg)
}

.rotate-270,
.hover-rotate-270:hover {
  transform: rotate(270deg)
}

.ease-100 {
  transition: all 100ms ease
}

.ease-200 {
  transition: all 200ms ease
}

.ease-300 {
  transition: all 300ms ease
}

.ease-400 {
  transition: all 400ms ease
}

.ease-500 {
  transition: all 500ms ease
}

.ease-600 {
  transition: all 600ms ease
}

.ease-700 {
  transition: all 700ms ease
}

.ease-800 {
  transition: all 800ms ease
}

.ease-900 {
  transition: all 900ms ease
}

.linear-100 {
  transition: all 100ms linear
}

.linear-200 {
  transition: all 200ms linear
}

.linear-300 {
  transition: all 300ms linear
}

.linear-400 {
  transition: all 400ms linear
}

.linear-500 {
  transition: all 500ms linear
}

.linear-600 {
  transition: all 600ms linear
}

.linear-700 {
  transition: all 700ms linear
}

.linear-800 {
  transition: all 800ms linear
}

.linear-900 {
  transition: all 900ms linear
}

.ease-in-100 {
  transition: all 100ms ease-in
}

.ease-in-200 {
  transition: all 200ms ease-in
}

.ease-in-300 {
  transition: all 300ms ease-in
}

.ease-in-400 {
  transition: all 400ms ease-in
}

.ease-in-500 {
  transition: all 500ms ease-in
}

.ease-in-600 {
  transition: all 600ms ease-in
}

.ease-in-700 {
  transition: all 700ms ease-in
}

.ease-in-800 {
  transition: all 800ms ease-in
}

.ease-in-900 {
  transition: all 900ms ease-in
}

.ease-out-100 {
  transition: all 100ms ease-out
}

.ease-out-200 {
  transition: all 200ms ease-out
}

.ease-out-300 {
  transition: all 300ms ease-out
}

.ease-out-400 {
  transition: all 400ms ease-out
}

.ease-out-500 {
  transition: all 500ms ease-out
}

.ease-out-600 {
  transition: all 600ms ease-out
}

.ease-out-700 {
  transition: all 700ms ease-out
}

.ease-out-800 {
  transition: all 800ms ease-out
}

.ease-out-900 {
  transition: all 900ms ease-out
}

.transition-100 {
  transition-duration: 100ms
}

.transition-200 {
  transition-duration: 200ms
}

.transition-300 {
  transition-duration: 300ms
}

.transition-400 {
  transition-duration: 400ms
}

.transition-500 {
  transition-duration: 500ms
}

.transition-600 {
  transition-duration: 600ms
}

.transition-700 {
  transition-duration: 700ms
}

.transition-800 {
  transition-duration: 800ms
}

.transition-900 {
  transition-duration: 900ms
}

.transition-width {
  transition-property: width !important
}

.transition-height {
  transition-property: height !important
}

.transition-padding {
  transition-property: padding !important
}

.transition-margin {
  transition-property: margin !important
}

.transition-color {
  transition-property: color !important
}

.transition-background-color {
  transition-property: background-color !important
}

.transition-background {
  transition-property: background !important
}

.transition-all {
  transition-property: all !important
}

.backdrop-blur-0,
.hover-backdrop-blur-0:hover {
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px)
}

.blur-0,
.hover-blur-0:hover {
  -webkit-filter: blur(0px);
  filter: blur(0px)
}

.grayscale-0,
.hover-grayscale-0:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}

.backdrop-blur-1,
.hover-backdrop-blur-1:hover {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px)
}

.blur-1,
.hover-blur-1:hover {
  -webkit-filter: blur(1px);
  filter: blur(1px)
}

.grayscale-1,
.hover-grayscale-1:hover {
  -webkit-filter: grayscale(.1);
  filter: grayscale(.1)
}

.backdrop-blur-2,
.hover-backdrop-blur-2:hover {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.blur-2,
.hover-blur-2:hover {
  -webkit-filter: blur(2px);
  filter: blur(2px)
}

.grayscale-2,
.hover-grayscale-2:hover {
  -webkit-filter: grayscale(.2);
  filter: grayscale(.2)
}

.backdrop-blur-3,
.hover-backdrop-blur-3:hover {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px)
}

.blur-3,
.hover-blur-3:hover {
  -webkit-filter: blur(3px);
  filter: blur(3px)
}

.grayscale-3,
.hover-grayscale-3:hover {
  -webkit-filter: grayscale(.3);
  filter: grayscale(.3)
}

.backdrop-blur-4,
.hover-backdrop-blur-4:hover {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px)
}

.blur-4,
.hover-blur-4:hover {
  -webkit-filter: blur(4px);
  filter: blur(4px)
}

.grayscale-4,
.hover-grayscale-4:hover {
  -webkit-filter: grayscale(.4);
  filter: grayscale(.4)
}

.backdrop-blur-5,
.hover-backdrop-blur-5:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px)
}

.blur-5,
.hover-blur-5:hover {
  -webkit-filter: blur(5px);
  filter: blur(5px)
}

.grayscale-5,
.hover-grayscale-5:hover {
  -webkit-filter: grayscale(.5);
  filter: grayscale(.5)
}

.backdrop-blur-6,
.hover-backdrop-blur-6:hover {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px)
}

.blur-6,
.hover-blur-6:hover {
  -webkit-filter: blur(6px);
  filter: blur(6px)
}

.grayscale-6,
.hover-grayscale-6:hover {
  -webkit-filter: grayscale(.6);
  filter: grayscale(.6)
}

.backdrop-blur-7,
.hover-backdrop-blur-7:hover {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px)
}

.blur-7,
.hover-blur-7:hover {
  -webkit-filter: blur(7px);
  filter: blur(7px)
}

.grayscale-7,
.hover-grayscale-7:hover {
  -webkit-filter: grayscale(.7);
  filter: grayscale(.7)
}

.backdrop-blur-8,
.hover-backdrop-blur-8:hover {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px)
}

.blur-8,
.hover-blur-8:hover {
  -webkit-filter: blur(8px);
  filter: blur(8px)
}

.grayscale-8,
.hover-grayscale-8:hover {
  -webkit-filter: grayscale(.8);
  filter: grayscale(.8)
}

.backdrop-blur-9,
.hover-backdrop-blur-9:hover {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px)
}

.blur-9,
.hover-blur-9:hover {
  -webkit-filter: blur(9px);
  filter: blur(9px)
}

.grayscale-9,
.hover-grayscale-9:hover {
  -webkit-filter: grayscale(.9);
  filter: grayscale(.9)
}

.backdrop-blur-10,
.hover-backdrop-blur-10:hover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px)
}

.blur-10,
.hover-blur-10:hover {
  -webkit-filter: blur(10px);
  filter: blur(10px)
}

.grayscale-10,
.hover-grayscale-10:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1)
}

.after-plus::after,
.before-plus::before {
  content: "+";
  font-size: inherit
}

.after-minus::after,
.before-minus::before {
  content: "−";
  font-size: inherit
}

.after-times::after,
.before-times::before {
  content: "×";
  font-size: inherit
}

.after-times-large::after,
.before-times-large::before {
  content: "╳";
  font-size: inherit
}

.after-circle-plus::after,
.before-circle-plus::before {
  content: "⊕";
  font-size: inherit
}

.after-circle-minus::after,
.before-circle-minus::before {
  content: "⊖";
  font-size: inherit
}

.after-circle-times::after,
.before-circle-times::before {
  content: "⊗";
  font-size: inherit
}

.after-hash::after,
.before-hash::before {
  content: "#";
  font-size: inherit
}

.after-ellipsis::after,
.before-ellipsis::before {
  content: "…";
  font-size: inherit
}

.after-ellipsis-midline::after,
.before-ellipsis-midline::before {
  content: "⋯";
  font-size: inherit
}

.after-ellipsis-vertical::after,
.before-ellipsis-vertical::before {
  content: "⋮";
  font-size: inherit
}

.after-arrow-left::after,
.before-arrow-left::before {
  content: "←";
  font-size: inherit
}

.after-arrow-right::after,
.before-arrow-right::before {
  content: "→";
  font-size: inherit
}

.after-arrow-up::after,
.before-arrow-up::before {
  content: "↑";
  font-size: inherit
}

.after-arrow-down::after,
.before-arrow-down::before {
  content: "↓";
  font-size: inherit
}

.after-triangle-left::after,
.before-triangle-left::before {
  content: "◀";
  font-size: inherit
}

.after-triangle-right::after,
.before-triangle-right::before {
  content: "▶";
  font-size: inherit
}

.after-triangle-up::after,
.before-triangle-up::before {
  content: "▲";
  font-size: inherit
}

.after-triangle-down::after,
.before-triangle-down::before {
  content: "▼";
  font-size: inherit
}

.after-asterisk::after,
.before-asterisk::before {
  content: "∗";
  font-size: inherit
}

.after-menu::after,
.before-menu::before {
  content: "☰";
  font-size: inherit
}

.after-checkmark::after,
.before-checkmark::before {
  content: "✓";
  font-size: inherit
}

@media (min-width: 576px) {

  .after-plus::after,
  .before-plus::before {
    content: "+"
  }

  .after-minus::after,
  .before-minus::before {
    content: "−"
  }

  .after-times::after,
  .before-times::before {
    content: "×"
  }

  .after-times-large::after,
  .before-times-large::before {
    content: "╳"
  }

  .after-circle-plus::after,
  .before-circle-plus::before {
    content: "⊕"
  }

  .after-circle-minus::after,
  .before-circle-minus::before {
    content: "⊖"
  }

  .after-circle-times::after,
  .before-circle-times::before {
    content: "⊗"
  }

  .after-hash::after,
  .before-hash::before {
    content: "#"
  }

  .after-ellipsis::after,
  .before-ellipsis::before {
    content: "…"
  }

  .after-ellipsis-midline::after,
  .before-ellipsis-midline::before {
    content: "⋯"
  }

  .after-ellipsis-vertical::after,
  .before-ellipsis-vertical::before {
    content: "⋮"
  }

  .after-arrow-left::after,
  .before-arrow-left::before {
    content: "←"
  }

  .after-arrow-right::after,
  .before-arrow-right::before {
    content: "→"
  }

  .after-arrow-up::after,
  .before-arrow-up::before {
    content: "↑"
  }

  .after-arrow-down::after,
  .before-arrow-down::before {
    content: "↓"
  }

  .after-triangle-left::after,
  .before-triangle-left::before {
    content: "◀"
  }

  .after-triangle-right::after,
  .before-triangle-right::before {
    content: "▶"
  }

  .after-triangle-up::after,
  .before-triangle-up::before {
    content: "▲"
  }

  .after-triangle-down::after,
  .before-triangle-down::before {
    content: "▼"
  }

  .after-asterisk::after,
  .before-asterisk::before {
    content: "∗"
  }

  .after-menu::after,
  .before-menu::before {
    content: "☰"
  }

  .after-checkmark::after,
  .before-checkmark::before {
    content: "✓"
  }
}

@media (min-width: 768px) {

  .after-plus::after,
  .before-plus::before {
    content: "+"
  }

  .after-minus::after,
  .before-minus::before {
    content: "−"
  }

  .after-times::after,
  .before-times::before {
    content: "×"
  }

  .after-times-large::after,
  .before-times-large::before {
    content: "╳"
  }

  .after-circle-plus::after,
  .before-circle-plus::before {
    content: "⊕"
  }

  .after-circle-minus::after,
  .before-circle-minus::before {
    content: "⊖"
  }

  .after-circle-times::after,
  .before-circle-times::before {
    content: "⊗"
  }

  .after-hash::after,
  .before-hash::before {
    content: "#"
  }

  .after-ellipsis::after,
  .before-ellipsis::before {
    content: "…"
  }

  .after-ellipsis-midline::after,
  .before-ellipsis-midline::before {
    content: "⋯"
  }

  .after-ellipsis-vertical::after,
  .before-ellipsis-vertical::before {
    content: "⋮"
  }

  .after-arrow-left::after,
  .before-arrow-left::before {
    content: "←"
  }

  .after-arrow-right::after,
  .before-arrow-right::before {
    content: "→"
  }

  .after-arrow-up::after,
  .before-arrow-up::before {
    content: "↑"
  }

  .after-arrow-down::after,
  .before-arrow-down::before {
    content: "↓"
  }

  .after-triangle-left::after,
  .before-triangle-left::before {
    content: "◀"
  }

  .after-triangle-right::after,
  .before-triangle-right::before {
    content: "▶"
  }

  .after-triangle-up::after,
  .before-triangle-up::before {
    content: "▲"
  }

  .after-triangle-down::after,
  .before-triangle-down::before {
    content: "▼"
  }

  .after-asterisk::after,
  .before-asterisk::before {
    content: "∗"
  }

  .after-menu::after,
  .before-menu::before {
    content: "☰"
  }

  .after-checkmark::after,
  .before-checkmark::before {
    content: "✓"
  }
}

@media (min-width: 992px) {

  .after-plus::after,
  .before-plus::before {
    content: "+"
  }

  .after-minus::after,
  .before-minus::before {
    content: "−"
  }

  .after-times::after,
  .before-times::before {
    content: "×"
  }

  .after-times-large::after,
  .before-times-large::before {
    content: "╳"
  }

  .after-circle-plus::after,
  .before-circle-plus::before {
    content: "⊕"
  }

  .after-circle-minus::after,
  .before-circle-minus::before {
    content: "⊖"
  }

  .after-circle-times::after,
  .before-circle-times::before {
    content: "⊗"
  }

  .after-hash::after,
  .before-hash::before {
    content: "#"
  }

  .after-ellipsis::after,
  .before-ellipsis::before {
    content: "…"
  }

  .after-ellipsis-midline::after,
  .before-ellipsis-midline::before {
    content: "⋯"
  }

  .after-ellipsis-vertical::after,
  .before-ellipsis-vertical::before {
    content: "⋮"
  }

  .after-arrow-left::after,
  .before-arrow-left::before {
    content: "←"
  }

  .after-arrow-right::after,
  .before-arrow-right::before {
    content: "→"
  }

  .after-arrow-up::after,
  .before-arrow-up::before {
    content: "↑"
  }

  .after-arrow-down::after,
  .before-arrow-down::before {
    content: "↓"
  }

  .after-triangle-left::after,
  .before-triangle-left::before {
    content: "◀"
  }

  .after-triangle-right::after,
  .before-triangle-right::before {
    content: "▶"
  }

  .after-triangle-up::after,
  .before-triangle-up::before {
    content: "▲"
  }

  .after-triangle-down::after,
  .before-triangle-down::before {
    content: "▼"
  }

  .after-asterisk::after,
  .before-asterisk::before {
    content: "∗"
  }

  .after-menu::after,
  .before-menu::before {
    content: "☰"
  }

  .after-checkmark::after,
  .before-checkmark::before {
    content: "✓"
  }
}

@media (min-width: 1200px) {

  .after-plus::after,
  .before-plus::before {
    content: "+"
  }

  .after-minus::after,
  .before-minus::before {
    content: "−"
  }

  .after-times::after,
  .before-times::before {
    content: "×"
  }

  .after-times-large::after,
  .before-times-large::before {
    content: "╳"
  }

  .after-circle-plus::after,
  .before-circle-plus::before {
    content: "⊕"
  }

  .after-circle-minus::after,
  .before-circle-minus::before {
    content: "⊖"
  }

  .after-circle-times::after,
  .before-circle-times::before {
    content: "⊗"
  }

  .after-hash::after,
  .before-hash::before {
    content: "#"
  }

  .after-ellipsis::after,
  .before-ellipsis::before {
    content: "…"
  }

  .after-ellipsis-midline::after,
  .before-ellipsis-midline::before {
    content: "⋯"
  }

  .after-ellipsis-vertical::after,
  .before-ellipsis-vertical::before {
    content: "⋮"
  }

  .after-arrow-left::after,
  .before-arrow-left::before {
    content: "←"
  }

  .after-arrow-right::after,
  .before-arrow-right::before {
    content: "→"
  }

  .after-arrow-up::after,
  .before-arrow-up::before {
    content: "↑"
  }

  .after-arrow-down::after,
  .before-arrow-down::before {
    content: "↓"
  }

  .after-triangle-left::after,
  .before-triangle-left::before {
    content: "◀"
  }

  .after-triangle-right::after,
  .before-triangle-right::before {
    content: "▶"
  }

  .after-triangle-up::after,
  .before-triangle-up::before {
    content: "▲"
  }

  .after-triangle-down::after,
  .before-triangle-down::before {
    content: "▼"
  }

  .after-asterisk::after,
  .before-asterisk::before {
    content: "∗"
  }

  .after-menu::after,
  .before-menu::before {
    content: "☰"
  }

  .after-checkmark::after,
  .before-checkmark::before {
    content: "✓"
  }
}

.after-left:after,
.before-left::before {
  float: left
}

.after-right:after,
.before-right::before {
  float: right
}

@media (min-width: 576px) {

  .after-left:after,
  .before-left::before {
    float: left
  }

  .after-right:after,
  .before-right::before {
    float: right
  }
}

@media (min-width: 768px) {

  .after-left:after,
  .before-left::before {
    float: left
  }

  .after-right:after,
  .before-right::before {
    float: right
  }
}

@media (min-width: 992px) {

  .after-left:after,
  .before-left::before {
    float: left
  }

  .after-right:after,
  .before-right::before {
    float: right
  }
}

@media (min-width: 1200px) {

  .after-left:after,
  .before-left::before {
    float: left
  }

  .after-right:after,
  .before-right::before {
    float: right
  }
}

.in-progress {
  position: relative;
  overflow: hidden
}

.in-progress::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 400%;
  margin-left: -200%;
  -webkit-animation: progress-animation 800ms linear infinite;
  animation: progress-animation 800ms linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%
}

@-webkit-keyframes progress-animation {
  0% {
    transform: translate3d(-30%, 0, 0)
  }

  100% {
    transform: translate3d(30%, 0, 0)
  }
}

@keyframes progress-animation {
  0% {
    transform: translate3d(-30%, 0, 0)
  }

  100% {
    transform: translate3d(30%, 0, 0)
  }
}

.cursor-auto {
  cursor: auto
}

.cursor-crosshair {
  cursor: crosshair
}

.cursor-default {
  cursor: default
}

.cursor-help {
  cursor: help
}

.cursor-move {
  cursor: move
}

.cursor-none {
  cursor: none
}

.cursor-not-allowed {
  cursor: not-allowed
}

.cursor-pointer {
  cursor: pointer
}

.cursor-progress {
  cursor: progress
}

.cursor-text {
  cursor: text
}

.cursor-wait {
  cursor: wait
}

.cursor-zoom-in {
  cursor: zoom-in
}

.cursor-zoom-out {
  cursor: zoom-out
}

.pointer {
  cursor: pointer
}

.ph-black::-webkit-input-placeholder,
.focus-ph-black:focus::-webkit-input-placeholder {
  color: #000 !important
}

.ph-black::-moz-placeholder,
.focus-ph-black:focus::-moz-placeholder {
  color: #000 !important
}

.ph-black:-ms-input-placeholder,
.focus-ph-black:focus:-ms-input-placeholder {
  color: #000 !important
}

.ph-black::-ms-input-placeholder,
.focus-ph-black:focus::-ms-input-placeholder {
  color: #000 !important
}

.ph-black::placeholder,
.focus-ph-black:focus::placeholder {
  color: #000 !important
}

.ph-white::-webkit-input-placeholder,
.focus-ph-white:focus::-webkit-input-placeholder {
  color: #fff !important
}

.ph-white::-moz-placeholder,
.focus-ph-white:focus::-moz-placeholder {
  color: #fff !important
}

.ph-white:-ms-input-placeholder,
.focus-ph-white:focus:-ms-input-placeholder {
  color: #fff !important
}

.ph-white::-ms-input-placeholder,
.focus-ph-white:focus::-ms-input-placeholder {
  color: #fff !important
}

.ph-white::placeholder,
.focus-ph-white:focus::placeholder {
  color: #fff !important
}

.ph-transparent::-webkit-input-placeholder,
.focus-ph-transparent:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0) !important
}

.ph-transparent::-moz-placeholder,
.focus-ph-transparent:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0) !important
}

.ph-transparent:-ms-input-placeholder,
.focus-ph-transparent:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0) !important
}

.ph-transparent::-ms-input-placeholder,
.focus-ph-transparent:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0) !important
}

.ph-transparent::placeholder,
.focus-ph-transparent:focus::placeholder {
  color: rgba(0, 0, 0, 0) !important
}

.ph-blue-darkest::-webkit-input-placeholder,
.focus-ph-blue-darkest:focus::-webkit-input-placeholder {
  color: #02305D !important
}

.ph-blue-darkest::-moz-placeholder,
.focus-ph-blue-darkest:focus::-moz-placeholder {
  color: #02305D !important
}

.ph-blue-darkest:-ms-input-placeholder,
.focus-ph-blue-darkest:focus:-ms-input-placeholder {
  color: #02305D !important
}

.ph-blue-darkest::-ms-input-placeholder,
.focus-ph-blue-darkest:focus::-ms-input-placeholder {
  color: #02305D !important
}

.ph-blue-darkest::placeholder,
.focus-ph-blue-darkest:focus::placeholder {
  color: #02305D !important
}

.ph-blue-darker::-webkit-input-placeholder,
.focus-ph-blue-darker:focus::-webkit-input-placeholder {
  color: #1A5D9E !important
}

.ph-blue-darker::-moz-placeholder,
.focus-ph-blue-darker:focus::-moz-placeholder {
  color: #1A5D9E !important
}

.ph-blue-darker:-ms-input-placeholder,
.focus-ph-blue-darker:focus:-ms-input-placeholder {
  color: #1A5D9E !important
}

.ph-blue-darker::-ms-input-placeholder,
.focus-ph-blue-darker:focus::-ms-input-placeholder {
  color: #1A5D9E !important
}

.ph-blue-darker::placeholder,
.focus-ph-blue-darker:focus::placeholder {
  color: #1A5D9E !important
}

.ph-blue-dark::-webkit-input-placeholder,
.focus-ph-blue-dark:focus::-webkit-input-placeholder {
  color: #1773CE !important
}

.ph-blue-dark::-moz-placeholder,
.focus-ph-blue-dark:focus::-moz-placeholder {
  color: #1773CE !important
}

.ph-blue-dark:-ms-input-placeholder,
.focus-ph-blue-dark:focus:-ms-input-placeholder {
  color: #1773CE !important
}

.ph-blue-dark::-ms-input-placeholder,
.focus-ph-blue-dark:focus::-ms-input-placeholder {
  color: #1773CE !important
}

.ph-blue-dark::placeholder,
.focus-ph-blue-dark:focus::placeholder {
  color: #1773CE !important
}

.ph-blue::-webkit-input-placeholder,
.focus-ph-blue:focus::-webkit-input-placeholder {
  color: #409EFF !important
}

.ph-blue::-moz-placeholder,
.focus-ph-blue:focus::-moz-placeholder {
  color: #409EFF !important
}

.ph-blue:-ms-input-placeholder,
.focus-ph-blue:focus:-ms-input-placeholder {
  color: #409EFF !important
}

.ph-blue::-ms-input-placeholder,
.focus-ph-blue:focus::-ms-input-placeholder {
  color: #409EFF !important
}

.ph-blue::placeholder,
.focus-ph-blue:focus::placeholder {
  color: #409EFF !important
}

.ph-blue-light::-webkit-input-placeholder,
.focus-ph-blue-light:focus::-webkit-input-placeholder {
  color: #65B2FF !important
}

.ph-blue-light::-moz-placeholder,
.focus-ph-blue-light:focus::-moz-placeholder {
  color: #65B2FF !important
}

.ph-blue-light:-ms-input-placeholder,
.focus-ph-blue-light:focus:-ms-input-placeholder {
  color: #65B2FF !important
}

.ph-blue-light::-ms-input-placeholder,
.focus-ph-blue-light:focus::-ms-input-placeholder {
  color: #65B2FF !important
}

.ph-blue-light::placeholder,
.focus-ph-blue-light:focus::placeholder {
  color: #65B2FF !important
}

.ph-blue-lighter::-webkit-input-placeholder,
.focus-ph-blue-lighter:focus::-webkit-input-placeholder {
  color: #B3D9FF !important
}

.ph-blue-lighter::-moz-placeholder,
.focus-ph-blue-lighter:focus::-moz-placeholder {
  color: #B3D9FF !important
}

.ph-blue-lighter:-ms-input-placeholder,
.focus-ph-blue-lighter:focus:-ms-input-placeholder {
  color: #B3D9FF !important
}

.ph-blue-lighter::-ms-input-placeholder,
.focus-ph-blue-lighter:focus::-ms-input-placeholder {
  color: #B3D9FF !important
}

.ph-blue-lighter::placeholder,
.focus-ph-blue-lighter:focus::placeholder {
  color: #B3D9FF !important
}

.ph-blue-lightest::-webkit-input-placeholder,
.focus-ph-blue-lightest:focus::-webkit-input-placeholder {
  color: #ECF5FF !important
}

.ph-blue-lightest::-moz-placeholder,
.focus-ph-blue-lightest:focus::-moz-placeholder {
  color: #ECF5FF !important
}

.ph-blue-lightest:-ms-input-placeholder,
.focus-ph-blue-lightest:focus:-ms-input-placeholder {
  color: #ECF5FF !important
}

.ph-blue-lightest::-ms-input-placeholder,
.focus-ph-blue-lightest:focus::-ms-input-placeholder {
  color: #ECF5FF !important
}

.ph-blue-lightest::placeholder,
.focus-ph-blue-lightest:focus::placeholder {
  color: #ECF5FF !important
}

.ph-indigo-darkest::-webkit-input-placeholder,
.focus-ph-indigo-darkest:focus::-webkit-input-placeholder {
  color: #272075 !important
}

.ph-indigo-darkest::-moz-placeholder,
.focus-ph-indigo-darkest:focus::-moz-placeholder {
  color: #272075 !important
}

.ph-indigo-darkest:-ms-input-placeholder,
.focus-ph-indigo-darkest:focus:-ms-input-placeholder {
  color: #272075 !important
}

.ph-indigo-darkest::-ms-input-placeholder,
.focus-ph-indigo-darkest:focus::-ms-input-placeholder {
  color: #272075 !important
}

.ph-indigo-darkest::placeholder,
.focus-ph-indigo-darkest:focus::placeholder {
  color: #272075 !important
}

.ph-indigo-darker::-webkit-input-placeholder,
.focus-ph-indigo-darker:focus::-webkit-input-placeholder {
  color: #332A99 !important
}

.ph-indigo-darker::-moz-placeholder,
.focus-ph-indigo-darker:focus::-moz-placeholder {
  color: #332A99 !important
}

.ph-indigo-darker:-ms-input-placeholder,
.focus-ph-indigo-darker:focus:-ms-input-placeholder {
  color: #332A99 !important
}

.ph-indigo-darker::-ms-input-placeholder,
.focus-ph-indigo-darker:focus::-ms-input-placeholder {
  color: #332A99 !important
}

.ph-indigo-darker::placeholder,
.focus-ph-indigo-darker:focus::placeholder {
  color: #332A99 !important
}

.ph-indigo-dark::-webkit-input-placeholder,
.focus-ph-indigo-dark:focus::-webkit-input-placeholder {
  color: #3F33BD !important
}

.ph-indigo-dark::-moz-placeholder,
.focus-ph-indigo-dark:focus::-moz-placeholder {
  color: #3F33BD !important
}

.ph-indigo-dark:-ms-input-placeholder,
.focus-ph-indigo-dark:focus:-ms-input-placeholder {
  color: #3F33BD !important
}

.ph-indigo-dark::-ms-input-placeholder,
.focus-ph-indigo-dark:focus::-ms-input-placeholder {
  color: #3F33BD !important
}

.ph-indigo-dark::placeholder,
.focus-ph-indigo-dark:focus::placeholder {
  color: #3F33BD !important
}

.ph-indigo::-webkit-input-placeholder,
.focus-ph-indigo:focus::-webkit-input-placeholder {
  color: #5A4FCF !important
}

.ph-indigo::-moz-placeholder,
.focus-ph-indigo:focus::-moz-placeholder {
  color: #5A4FCF !important
}

.ph-indigo:-ms-input-placeholder,
.focus-ph-indigo:focus:-ms-input-placeholder {
  color: #5A4FCF !important
}

.ph-indigo::-ms-input-placeholder,
.focus-ph-indigo:focus::-ms-input-placeholder {
  color: #5A4FCF !important
}

.ph-indigo::placeholder,
.focus-ph-indigo:focus::placeholder {
  color: #5A4FCF !important
}

.ph-indigo-light::-webkit-input-placeholder,
.focus-ph-indigo-light:focus::-webkit-input-placeholder {
  color: #837AE6 !important
}

.ph-indigo-light::-moz-placeholder,
.focus-ph-indigo-light:focus::-moz-placeholder {
  color: #837AE6 !important
}

.ph-indigo-light:-ms-input-placeholder,
.focus-ph-indigo-light:focus:-ms-input-placeholder {
  color: #837AE6 !important
}

.ph-indigo-light::-ms-input-placeholder,
.focus-ph-indigo-light:focus::-ms-input-placeholder {
  color: #837AE6 !important
}

.ph-indigo-light::placeholder,
.focus-ph-indigo-light:focus::placeholder {
  color: #837AE6 !important
}

.ph-indigo-lighter::-webkit-input-placeholder,
.focus-ph-indigo-lighter:focus::-webkit-input-placeholder {
  color: #C2BDF6 !important
}

.ph-indigo-lighter::-moz-placeholder,
.focus-ph-indigo-lighter:focus::-moz-placeholder {
  color: #C2BDF6 !important
}

.ph-indigo-lighter:-ms-input-placeholder,
.focus-ph-indigo-lighter:focus:-ms-input-placeholder {
  color: #C2BDF6 !important
}

.ph-indigo-lighter::-ms-input-placeholder,
.focus-ph-indigo-lighter:focus::-ms-input-placeholder {
  color: #C2BDF6 !important
}

.ph-indigo-lighter::placeholder,
.focus-ph-indigo-lighter:focus::placeholder {
  color: #C2BDF6 !important
}

.ph-indigo-lightest::-webkit-input-placeholder,
.focus-ph-indigo-lightest:focus::-webkit-input-placeholder {
  color: #F0EEFF !important
}

.ph-indigo-lightest::-moz-placeholder,
.focus-ph-indigo-lightest:focus::-moz-placeholder {
  color: #F0EEFF !important
}

.ph-indigo-lightest:-ms-input-placeholder,
.focus-ph-indigo-lightest:focus:-ms-input-placeholder {
  color: #F0EEFF !important
}

.ph-indigo-lightest::-ms-input-placeholder,
.focus-ph-indigo-lightest:focus::-ms-input-placeholder {
  color: #F0EEFF !important
}

.ph-indigo-lightest::placeholder,
.focus-ph-indigo-lightest:focus::placeholder {
  color: #F0EEFF !important
}

.ph-purple-darkest::-webkit-input-placeholder,
.focus-ph-purple-darkest:focus::-webkit-input-placeholder {
  color: #3D065F !important
}

.ph-purple-darkest::-moz-placeholder,
.focus-ph-purple-darkest:focus::-moz-placeholder {
  color: #3D065F !important
}

.ph-purple-darkest:-ms-input-placeholder,
.focus-ph-purple-darkest:focus:-ms-input-placeholder {
  color: #3D065F !important
}

.ph-purple-darkest::-ms-input-placeholder,
.focus-ph-purple-darkest:focus::-ms-input-placeholder {
  color: #3D065F !important
}

.ph-purple-darkest::placeholder,
.focus-ph-purple-darkest:focus::placeholder {
  color: #3D065F !important
}

.ph-purple-darker::-webkit-input-placeholder,
.focus-ph-purple-darker:focus::-webkit-input-placeholder {
  color: #600A97 !important
}

.ph-purple-darker::-moz-placeholder,
.focus-ph-purple-darker:focus::-moz-placeholder {
  color: #600A97 !important
}

.ph-purple-darker:-ms-input-placeholder,
.focus-ph-purple-darker:focus:-ms-input-placeholder {
  color: #600A97 !important
}

.ph-purple-darker::-ms-input-placeholder,
.focus-ph-purple-darker:focus::-ms-input-placeholder {
  color: #600A97 !important
}

.ph-purple-darker::placeholder,
.focus-ph-purple-darker:focus::placeholder {
  color: #600A97 !important
}

.ph-purple-dark::-webkit-input-placeholder,
.focus-ph-purple-dark:focus::-webkit-input-placeholder {
  color: #840DCE !important
}

.ph-purple-dark::-moz-placeholder,
.focus-ph-purple-dark:focus::-moz-placeholder {
  color: #840DCE !important
}

.ph-purple-dark:-ms-input-placeholder,
.focus-ph-purple-dark:focus:-ms-input-placeholder {
  color: #840DCE !important
}

.ph-purple-dark::-ms-input-placeholder,
.focus-ph-purple-dark:focus::-ms-input-placeholder {
  color: #840DCE !important
}

.ph-purple-dark::placeholder,
.focus-ph-purple-dark:focus::placeholder {
  color: #840DCE !important
}

.ph-purple::-webkit-input-placeholder,
.focus-ph-purple:focus::-webkit-input-placeholder {
  color: #AA38F2 !important
}

.ph-purple::-moz-placeholder,
.focus-ph-purple:focus::-moz-placeholder {
  color: #AA38F2 !important
}

.ph-purple:-ms-input-placeholder,
.focus-ph-purple:focus:-ms-input-placeholder {
  color: #AA38F2 !important
}

.ph-purple::-ms-input-placeholder,
.focus-ph-purple:focus::-ms-input-placeholder {
  color: #AA38F2 !important
}

.ph-purple::placeholder,
.focus-ph-purple:focus::placeholder {
  color: #AA38F2 !important
}

.ph-purple-light::-webkit-input-placeholder,
.focus-ph-purple-light:focus::-webkit-input-placeholder {
  color: #CC88F7 !important
}

.ph-purple-light::-moz-placeholder,
.focus-ph-purple-light:focus::-moz-placeholder {
  color: #CC88F7 !important
}

.ph-purple-light:-ms-input-placeholder,
.focus-ph-purple-light:focus:-ms-input-placeholder {
  color: #CC88F7 !important
}

.ph-purple-light::-ms-input-placeholder,
.focus-ph-purple-light:focus::-ms-input-placeholder {
  color: #CC88F7 !important
}

.ph-purple-light::placeholder,
.focus-ph-purple-light:focus::placeholder {
  color: #CC88F7 !important
}

.ph-purple-lighter::-webkit-input-placeholder,
.focus-ph-purple-lighter:focus::-webkit-input-placeholder {
  color: #E9CBFC !important
}

.ph-purple-lighter::-moz-placeholder,
.focus-ph-purple-lighter:focus::-moz-placeholder {
  color: #E9CBFC !important
}

.ph-purple-lighter:-ms-input-placeholder,
.focus-ph-purple-lighter:focus:-ms-input-placeholder {
  color: #E9CBFC !important
}

.ph-purple-lighter::-ms-input-placeholder,
.focus-ph-purple-lighter:focus::-ms-input-placeholder {
  color: #E9CBFC !important
}

.ph-purple-lighter::placeholder,
.focus-ph-purple-lighter:focus::placeholder {
  color: #E9CBFC !important
}

.ph-purple-lightest::-webkit-input-placeholder,
.focus-ph-purple-lightest:focus::-webkit-input-placeholder {
  color: #F9F0FE !important
}

.ph-purple-lightest::-moz-placeholder,
.focus-ph-purple-lightest:focus::-moz-placeholder {
  color: #F9F0FE !important
}

.ph-purple-lightest:-ms-input-placeholder,
.focus-ph-purple-lightest:focus:-ms-input-placeholder {
  color: #F9F0FE !important
}

.ph-purple-lightest::-ms-input-placeholder,
.focus-ph-purple-lightest:focus::-ms-input-placeholder {
  color: #F9F0FE !important
}

.ph-purple-lightest::placeholder,
.focus-ph-purple-lightest:focus::placeholder {
  color: #F9F0FE !important
}

.ph-pink-darkest::-webkit-input-placeholder,
.focus-ph-pink-darkest:focus::-webkit-input-placeholder {
  color: #580020 !important
}

.ph-pink-darkest::-moz-placeholder,
.focus-ph-pink-darkest:focus::-moz-placeholder {
  color: #580020 !important
}

.ph-pink-darkest:-ms-input-placeholder,
.focus-ph-pink-darkest:focus:-ms-input-placeholder {
  color: #580020 !important
}

.ph-pink-darkest::-ms-input-placeholder,
.focus-ph-pink-darkest:focus::-ms-input-placeholder {
  color: #580020 !important
}

.ph-pink-darkest::placeholder,
.focus-ph-pink-darkest:focus::placeholder {
  color: #580020 !important
}

.ph-pink-darker::-webkit-input-placeholder,
.focus-ph-pink-darker:focus::-webkit-input-placeholder {
  color: #930036 !important
}

.ph-pink-darker::-moz-placeholder,
.focus-ph-pink-darker:focus::-moz-placeholder {
  color: #930036 !important
}

.ph-pink-darker:-ms-input-placeholder,
.focus-ph-pink-darker:focus:-ms-input-placeholder {
  color: #930036 !important
}

.ph-pink-darker::-ms-input-placeholder,
.focus-ph-pink-darker:focus::-ms-input-placeholder {
  color: #930036 !important
}

.ph-pink-darker::placeholder,
.focus-ph-pink-darker:focus::placeholder {
  color: #930036 !important
}

.ph-pink-dark::-webkit-input-placeholder,
.focus-ph-pink-dark:focus::-webkit-input-placeholder {
  color: #C9366C !important
}

.ph-pink-dark::-moz-placeholder,
.focus-ph-pink-dark:focus::-moz-placeholder {
  color: #C9366C !important
}

.ph-pink-dark:-ms-input-placeholder,
.focus-ph-pink-dark:focus:-ms-input-placeholder {
  color: #C9366C !important
}

.ph-pink-dark::-ms-input-placeholder,
.focus-ph-pink-dark:focus::-ms-input-placeholder {
  color: #C9366C !important
}

.ph-pink-dark::placeholder,
.focus-ph-pink-dark:focus::placeholder {
  color: #C9366C !important
}

.ph-pink::-webkit-input-placeholder,
.focus-ph-pink:focus::-webkit-input-placeholder {
  color: #F06597 !important
}

.ph-pink::-moz-placeholder,
.focus-ph-pink:focus::-moz-placeholder {
  color: #F06597 !important
}

.ph-pink:-ms-input-placeholder,
.focus-ph-pink:focus:-ms-input-placeholder {
  color: #F06597 !important
}

.ph-pink::-ms-input-placeholder,
.focus-ph-pink:focus::-ms-input-placeholder {
  color: #F06597 !important
}

.ph-pink::placeholder,
.focus-ph-pink:focus::placeholder {
  color: #F06597 !important
}

.ph-pink-light::-webkit-input-placeholder,
.focus-ph-pink-light:focus::-webkit-input-placeholder {
  color: #F58EB4 !important
}

.ph-pink-light::-moz-placeholder,
.focus-ph-pink-light:focus::-moz-placeholder {
  color: #F58EB4 !important
}

.ph-pink-light:-ms-input-placeholder,
.focus-ph-pink-light:focus:-ms-input-placeholder {
  color: #F58EB4 !important
}

.ph-pink-light::-ms-input-placeholder,
.focus-ph-pink-light:focus::-ms-input-placeholder {
  color: #F58EB4 !important
}

.ph-pink-light::placeholder,
.focus-ph-pink-light:focus::placeholder {
  color: #F58EB4 !important
}

.ph-pink-lighter::-webkit-input-placeholder,
.focus-ph-pink-lighter:focus::-webkit-input-placeholder {
  color: #FFCDDF !important
}

.ph-pink-lighter::-moz-placeholder,
.focus-ph-pink-lighter:focus::-moz-placeholder {
  color: #FFCDDF !important
}

.ph-pink-lighter:-ms-input-placeholder,
.focus-ph-pink-lighter:focus:-ms-input-placeholder {
  color: #FFCDDF !important
}

.ph-pink-lighter::-ms-input-placeholder,
.focus-ph-pink-lighter:focus::-ms-input-placeholder {
  color: #FFCDDF !important
}

.ph-pink-lighter::placeholder,
.focus-ph-pink-lighter:focus::placeholder {
  color: #FFCDDF !important
}

.ph-pink-lightest::-webkit-input-placeholder,
.focus-ph-pink-lightest:focus::-webkit-input-placeholder {
  color: #FFEBF2 !important
}

.ph-pink-lightest::-moz-placeholder,
.focus-ph-pink-lightest:focus::-moz-placeholder {
  color: #FFEBF2 !important
}

.ph-pink-lightest:-ms-input-placeholder,
.focus-ph-pink-lightest:focus:-ms-input-placeholder {
  color: #FFEBF2 !important
}

.ph-pink-lightest::-ms-input-placeholder,
.focus-ph-pink-lightest:focus::-ms-input-placeholder {
  color: #FFEBF2 !important
}

.ph-pink-lightest::placeholder,
.focus-ph-pink-lightest:focus::placeholder {
  color: #FFEBF2 !important
}

.ph-red-darkest::-webkit-input-placeholder,
.focus-ph-red-darkest:focus::-webkit-input-placeholder {
  color: #750E12 !important
}

.ph-red-darkest::-moz-placeholder,
.focus-ph-red-darkest:focus::-moz-placeholder {
  color: #750E12 !important
}

.ph-red-darkest:-ms-input-placeholder,
.focus-ph-red-darkest:focus:-ms-input-placeholder {
  color: #750E12 !important
}

.ph-red-darkest::-ms-input-placeholder,
.focus-ph-red-darkest:focus::-ms-input-placeholder {
  color: #750E12 !important
}

.ph-red-darkest::placeholder,
.focus-ph-red-darkest:focus::placeholder {
  color: #750E12 !important
}

.ph-red-darker::-webkit-input-placeholder,
.focus-ph-red-darker:focus::-webkit-input-placeholder {
  color: #A9151A !important
}

.ph-red-darker::-moz-placeholder,
.focus-ph-red-darker:focus::-moz-placeholder {
  color: #A9151A !important
}

.ph-red-darker:-ms-input-placeholder,
.focus-ph-red-darker:focus:-ms-input-placeholder {
  color: #A9151A !important
}

.ph-red-darker::-ms-input-placeholder,
.focus-ph-red-darker:focus::-ms-input-placeholder {
  color: #A9151A !important
}

.ph-red-darker::placeholder,
.focus-ph-red-darker:focus::placeholder {
  color: #A9151A !important
}

.ph-red-dark::-webkit-input-placeholder,
.focus-ph-red-dark:focus::-webkit-input-placeholder {
  color: #CC191F !important
}

.ph-red-dark::-moz-placeholder,
.focus-ph-red-dark:focus::-moz-placeholder {
  color: #CC191F !important
}

.ph-red-dark:-ms-input-placeholder,
.focus-ph-red-dark:focus:-ms-input-placeholder {
  color: #CC191F !important
}

.ph-red-dark::-ms-input-placeholder,
.focus-ph-red-dark:focus::-ms-input-placeholder {
  color: #CC191F !important
}

.ph-red-dark::placeholder,
.focus-ph-red-dark:focus::placeholder {
  color: #CC191F !important
}

.ph-red::-webkit-input-placeholder,
.focus-ph-red:focus::-webkit-input-placeholder {
  color: #E7393F !important
}

.ph-red::-moz-placeholder,
.focus-ph-red:focus::-moz-placeholder {
  color: #E7393F !important
}

.ph-red:-ms-input-placeholder,
.focus-ph-red:focus:-ms-input-placeholder {
  color: #E7393F !important
}

.ph-red::-ms-input-placeholder,
.focus-ph-red:focus::-ms-input-placeholder {
  color: #E7393F !important
}

.ph-red::placeholder,
.focus-ph-red:focus::placeholder {
  color: #E7393F !important
}

.ph-red-light::-webkit-input-placeholder,
.focus-ph-red-light:focus::-webkit-input-placeholder {
  color: #ED6D72 !important
}

.ph-red-light::-moz-placeholder,
.focus-ph-red-light:focus::-moz-placeholder {
  color: #ED6D72 !important
}

.ph-red-light:-ms-input-placeholder,
.focus-ph-red-light:focus:-ms-input-placeholder {
  color: #ED6D72 !important
}

.ph-red-light::-ms-input-placeholder,
.focus-ph-red-light:focus::-ms-input-placeholder {
  color: #ED6D72 !important
}

.ph-red-light::placeholder,
.focus-ph-red-light:focus::placeholder {
  color: #ED6D72 !important
}

.ph-red-lighter::-webkit-input-placeholder,
.focus-ph-red-lighter:focus::-webkit-input-placeholder {
  color: #F8C5C7 !important
}

.ph-red-lighter::-moz-placeholder,
.focus-ph-red-lighter:focus::-moz-placeholder {
  color: #F8C5C7 !important
}

.ph-red-lighter:-ms-input-placeholder,
.focus-ph-red-lighter:focus:-ms-input-placeholder {
  color: #F8C5C7 !important
}

.ph-red-lighter::-ms-input-placeholder,
.focus-ph-red-lighter:focus::-ms-input-placeholder {
  color: #F8C5C7 !important
}

.ph-red-lighter::placeholder,
.focus-ph-red-lighter:focus::placeholder {
  color: #F8C5C7 !important
}

.ph-red-lightest::-webkit-input-placeholder,
.focus-ph-red-lightest:focus::-webkit-input-placeholder {
  color: #FCE8E8 !important
}

.ph-red-lightest::-moz-placeholder,
.focus-ph-red-lightest:focus::-moz-placeholder {
  color: #FCE8E8 !important
}

.ph-red-lightest:-ms-input-placeholder,
.focus-ph-red-lightest:focus:-ms-input-placeholder {
  color: #FCE8E8 !important
}

.ph-red-lightest::-ms-input-placeholder,
.focus-ph-red-lightest:focus::-ms-input-placeholder {
  color: #FCE8E8 !important
}

.ph-red-lightest::placeholder,
.focus-ph-red-lightest:focus::placeholder {
  color: #FCE8E8 !important
}

.ph-orange-darkest::-webkit-input-placeholder,
.focus-ph-orange-darkest:focus::-webkit-input-placeholder {
  color: #854300 !important
}

.ph-orange-darkest::-moz-placeholder,
.focus-ph-orange-darkest:focus::-moz-placeholder {
  color: #854300 !important
}

.ph-orange-darkest:-ms-input-placeholder,
.focus-ph-orange-darkest:focus:-ms-input-placeholder {
  color: #854300 !important
}

.ph-orange-darkest::-ms-input-placeholder,
.focus-ph-orange-darkest:focus::-ms-input-placeholder {
  color: #854300 !important
}

.ph-orange-darkest::placeholder,
.focus-ph-orange-darkest:focus::placeholder {
  color: #854300 !important
}

.ph-orange-darker::-webkit-input-placeholder,
.focus-ph-orange-darker:focus::-webkit-input-placeholder {
  color: #C06000 !important
}

.ph-orange-darker::-moz-placeholder,
.focus-ph-orange-darker:focus::-moz-placeholder {
  color: #C06000 !important
}

.ph-orange-darker:-ms-input-placeholder,
.focus-ph-orange-darker:focus:-ms-input-placeholder {
  color: #C06000 !important
}

.ph-orange-darker::-ms-input-placeholder,
.focus-ph-orange-darker:focus::-ms-input-placeholder {
  color: #C06000 !important
}

.ph-orange-darker::placeholder,
.focus-ph-orange-darker:focus::placeholder {
  color: #C06000 !important
}

.ph-orange-dark::-webkit-input-placeholder,
.focus-ph-orange-dark:focus::-webkit-input-placeholder {
  color: #E77400 !important
}

.ph-orange-dark::-moz-placeholder,
.focus-ph-orange-dark:focus::-moz-placeholder {
  color: #E77400 !important
}

.ph-orange-dark:-ms-input-placeholder,
.focus-ph-orange-dark:focus:-ms-input-placeholder {
  color: #E77400 !important
}

.ph-orange-dark::-ms-input-placeholder,
.focus-ph-orange-dark:focus::-ms-input-placeholder {
  color: #E77400 !important
}

.ph-orange-dark::placeholder,
.focus-ph-orange-dark:focus::placeholder {
  color: #E77400 !important
}

.ph-orange::-webkit-input-placeholder,
.focus-ph-orange:focus::-webkit-input-placeholder {
  color: #FF8710 !important
}

.ph-orange::-moz-placeholder,
.focus-ph-orange:focus::-moz-placeholder {
  color: #FF8710 !important
}

.ph-orange:-ms-input-placeholder,
.focus-ph-orange:focus:-ms-input-placeholder {
  color: #FF8710 !important
}

.ph-orange::-ms-input-placeholder,
.focus-ph-orange:focus::-ms-input-placeholder {
  color: #FF8710 !important
}

.ph-orange::placeholder,
.focus-ph-orange:focus::placeholder {
  color: #FF8710 !important
}

.ph-orange-light::-webkit-input-placeholder,
.focus-ph-orange-light:focus::-webkit-input-placeholder {
  color: #FFB872 !important
}

.ph-orange-light::-moz-placeholder,
.focus-ph-orange-light:focus::-moz-placeholder {
  color: #FFB872 !important
}

.ph-orange-light:-ms-input-placeholder,
.focus-ph-orange-light:focus:-ms-input-placeholder {
  color: #FFB872 !important
}

.ph-orange-light::-ms-input-placeholder,
.focus-ph-orange-light:focus::-ms-input-placeholder {
  color: #FFB872 !important
}

.ph-orange-light::placeholder,
.focus-ph-orange-light:focus::placeholder {
  color: #FFB872 !important
}

.ph-orange-lighter::-webkit-input-placeholder,
.focus-ph-orange-lighter:focus::-webkit-input-placeholder {
  color: #FFE0C0 !important
}

.ph-orange-lighter::-moz-placeholder,
.focus-ph-orange-lighter:focus::-moz-placeholder {
  color: #FFE0C0 !important
}

.ph-orange-lighter:-ms-input-placeholder,
.focus-ph-orange-lighter:focus:-ms-input-placeholder {
  color: #FFE0C0 !important
}

.ph-orange-lighter::-ms-input-placeholder,
.focus-ph-orange-lighter:focus::-ms-input-placeholder {
  color: #FFE0C0 !important
}

.ph-orange-lighter::placeholder,
.focus-ph-orange-lighter:focus::placeholder {
  color: #FFE0C0 !important
}

.ph-orange-lightest::-webkit-input-placeholder,
.focus-ph-orange-lightest:focus::-webkit-input-placeholder {
  color: #FFF3E7 !important
}

.ph-orange-lightest::-moz-placeholder,
.focus-ph-orange-lightest:focus::-moz-placeholder {
  color: #FFF3E7 !important
}

.ph-orange-lightest:-ms-input-placeholder,
.focus-ph-orange-lightest:focus:-ms-input-placeholder {
  color: #FFF3E7 !important
}

.ph-orange-lightest::-ms-input-placeholder,
.focus-ph-orange-lightest:focus::-ms-input-placeholder {
  color: #FFF3E7 !important
}

.ph-orange-lightest::placeholder,
.focus-ph-orange-lightest:focus::placeholder {
  color: #FFF3E7 !important
}

.ph-yellow-darkest::-webkit-input-placeholder,
.focus-ph-yellow-darkest:focus::-webkit-input-placeholder {
  color: #6A5502 !important
}

.ph-yellow-darkest::-moz-placeholder,
.focus-ph-yellow-darkest:focus::-moz-placeholder {
  color: #6A5502 !important
}

.ph-yellow-darkest:-ms-input-placeholder,
.focus-ph-yellow-darkest:focus:-ms-input-placeholder {
  color: #6A5502 !important
}

.ph-yellow-darkest::-ms-input-placeholder,
.focus-ph-yellow-darkest:focus::-ms-input-placeholder {
  color: #6A5502 !important
}

.ph-yellow-darkest::placeholder,
.focus-ph-yellow-darkest:focus::placeholder {
  color: #6A5502 !important
}

.ph-yellow-darker::-webkit-input-placeholder,
.focus-ph-yellow-darker:focus::-webkit-input-placeholder {
  color: #B79303 !important
}

.ph-yellow-darker::-moz-placeholder,
.focus-ph-yellow-darker:focus::-moz-placeholder {
  color: #B79303 !important
}

.ph-yellow-darker:-ms-input-placeholder,
.focus-ph-yellow-darker:focus:-ms-input-placeholder {
  color: #B79303 !important
}

.ph-yellow-darker::-ms-input-placeholder,
.focus-ph-yellow-darker:focus::-ms-input-placeholder {
  color: #B79303 !important
}

.ph-yellow-darker::placeholder,
.focus-ph-yellow-darker:focus::placeholder {
  color: #B79303 !important
}

.ph-yellow-dark::-webkit-input-placeholder,
.focus-ph-yellow-dark:focus::-webkit-input-placeholder {
  color: #DDB104 !important
}

.ph-yellow-dark::-moz-placeholder,
.focus-ph-yellow-dark:focus::-moz-placeholder {
  color: #DDB104 !important
}

.ph-yellow-dark:-ms-input-placeholder,
.focus-ph-yellow-dark:focus:-ms-input-placeholder {
  color: #DDB104 !important
}

.ph-yellow-dark::-ms-input-placeholder,
.focus-ph-yellow-dark:focus::-ms-input-placeholder {
  color: #DDB104 !important
}

.ph-yellow-dark::placeholder,
.focus-ph-yellow-dark:focus::placeholder {
  color: #DDB104 !important
}

.ph-yellow::-webkit-input-placeholder,
.focus-ph-yellow:focus::-webkit-input-placeholder {
  color: #FACB0E !important
}

.ph-yellow::-moz-placeholder,
.focus-ph-yellow:focus::-moz-placeholder {
  color: #FACB0E !important
}

.ph-yellow:-ms-input-placeholder,
.focus-ph-yellow:focus:-ms-input-placeholder {
  color: #FACB0E !important
}

.ph-yellow::-ms-input-placeholder,
.focus-ph-yellow:focus::-ms-input-placeholder {
  color: #FACB0E !important
}

.ph-yellow::placeholder,
.focus-ph-yellow:focus::placeholder {
  color: #FACB0E !important
}

.ph-yellow-light::-webkit-input-placeholder,
.focus-ph-yellow-light:focus::-webkit-input-placeholder {
  color: #FDE482 !important
}

.ph-yellow-light::-moz-placeholder,
.focus-ph-yellow-light:focus::-moz-placeholder {
  color: #FDE482 !important
}

.ph-yellow-light:-ms-input-placeholder,
.focus-ph-yellow-light:focus:-ms-input-placeholder {
  color: #FDE482 !important
}

.ph-yellow-light::-ms-input-placeholder,
.focus-ph-yellow-light:focus::-ms-input-placeholder {
  color: #FDE482 !important
}

.ph-yellow-light::placeholder,
.focus-ph-yellow-light:focus::placeholder {
  color: #FDE482 !important
}

.ph-yellow-lighter::-webkit-input-placeholder,
.focus-ph-yellow-lighter:focus::-webkit-input-placeholder {
  color: #FEF0BC !important
}

.ph-yellow-lighter::-moz-placeholder,
.focus-ph-yellow-lighter:focus::-moz-placeholder {
  color: #FEF0BC !important
}

.ph-yellow-lighter:-ms-input-placeholder,
.focus-ph-yellow-lighter:focus:-ms-input-placeholder {
  color: #FEF0BC !important
}

.ph-yellow-lighter::-ms-input-placeholder,
.focus-ph-yellow-lighter:focus::-ms-input-placeholder {
  color: #FEF0BC !important
}

.ph-yellow-lighter::placeholder,
.focus-ph-yellow-lighter:focus::placeholder {
  color: #FEF0BC !important
}

.ph-yellow-lightest::-webkit-input-placeholder,
.focus-ph-yellow-lightest:focus::-webkit-input-placeholder {
  color: #FEF7DB !important
}

.ph-yellow-lightest::-moz-placeholder,
.focus-ph-yellow-lightest:focus::-moz-placeholder {
  color: #FEF7DB !important
}

.ph-yellow-lightest:-ms-input-placeholder,
.focus-ph-yellow-lightest:focus:-ms-input-placeholder {
  color: #FEF7DB !important
}

.ph-yellow-lightest::-ms-input-placeholder,
.focus-ph-yellow-lightest:focus::-ms-input-placeholder {
  color: #FEF7DB !important
}

.ph-yellow-lightest::placeholder,
.focus-ph-yellow-lightest:focus::placeholder {
  color: #FEF7DB !important
}

.ph-pear-darkest::-webkit-input-placeholder,
.focus-ph-pear-darkest:focus::-webkit-input-placeholder {
  color: #4F560C !important
}

.ph-pear-darkest::-moz-placeholder,
.focus-ph-pear-darkest:focus::-moz-placeholder {
  color: #4F560C !important
}

.ph-pear-darkest:-ms-input-placeholder,
.focus-ph-pear-darkest:focus:-ms-input-placeholder {
  color: #4F560C !important
}

.ph-pear-darkest::-ms-input-placeholder,
.focus-ph-pear-darkest:focus::-ms-input-placeholder {
  color: #4F560C !important
}

.ph-pear-darkest::placeholder,
.focus-ph-pear-darkest:focus::placeholder {
  color: #4F560C !important
}

.ph-pear-darker::-webkit-input-placeholder,
.focus-ph-pear-darker:focus::-webkit-input-placeholder {
  color: #7F8A13 !important
}

.ph-pear-darker::-moz-placeholder,
.focus-ph-pear-darker:focus::-moz-placeholder {
  color: #7F8A13 !important
}

.ph-pear-darker:-ms-input-placeholder,
.focus-ph-pear-darker:focus:-ms-input-placeholder {
  color: #7F8A13 !important
}

.ph-pear-darker::-ms-input-placeholder,
.focus-ph-pear-darker:focus::-ms-input-placeholder {
  color: #7F8A13 !important
}

.ph-pear-darker::placeholder,
.focus-ph-pear-darker:focus::placeholder {
  color: #7F8A13 !important
}

.ph-pear-dark::-webkit-input-placeholder,
.focus-ph-pear-dark:focus::-webkit-input-placeholder {
  color: #9EAC18 !important
}

.ph-pear-dark::-moz-placeholder,
.focus-ph-pear-dark:focus::-moz-placeholder {
  color: #9EAC18 !important
}

.ph-pear-dark:-ms-input-placeholder,
.focus-ph-pear-dark:focus:-ms-input-placeholder {
  color: #9EAC18 !important
}

.ph-pear-dark::-ms-input-placeholder,
.focus-ph-pear-dark:focus::-ms-input-placeholder {
  color: #9EAC18 !important
}

.ph-pear-dark::placeholder,
.focus-ph-pear-dark:focus::placeholder {
  color: #9EAC18 !important
}

.ph-pear::-webkit-input-placeholder,
.focus-ph-pear:focus::-webkit-input-placeholder {
  color: #BECF1D !important
}

.ph-pear::-moz-placeholder,
.focus-ph-pear:focus::-moz-placeholder {
  color: #BECF1D !important
}

.ph-pear:-ms-input-placeholder,
.focus-ph-pear:focus:-ms-input-placeholder {
  color: #BECF1D !important
}

.ph-pear::-ms-input-placeholder,
.focus-ph-pear:focus::-ms-input-placeholder {
  color: #BECF1D !important
}

.ph-pear::placeholder,
.focus-ph-pear:focus::placeholder {
  color: #BECF1D !important
}

.ph-pear-light::-webkit-input-placeholder,
.focus-ph-pear-light:focus::-webkit-input-placeholder {
  color: #DDE965 !important
}

.ph-pear-light::-moz-placeholder,
.focus-ph-pear-light:focus::-moz-placeholder {
  color: #DDE965 !important
}

.ph-pear-light:-ms-input-placeholder,
.focus-ph-pear-light:focus:-ms-input-placeholder {
  color: #DDE965 !important
}

.ph-pear-light::-ms-input-placeholder,
.focus-ph-pear-light:focus::-ms-input-placeholder {
  color: #DDE965 !important
}

.ph-pear-light::placeholder,
.focus-ph-pear-light:focus::placeholder {
  color: #DDE965 !important
}

.ph-pear-lighter::-webkit-input-placeholder,
.focus-ph-pear-lighter:focus::-webkit-input-placeholder {
  color: #F4F8CC !important
}

.ph-pear-lighter::-moz-placeholder,
.focus-ph-pear-lighter:focus::-moz-placeholder {
  color: #F4F8CC !important
}

.ph-pear-lighter:-ms-input-placeholder,
.focus-ph-pear-lighter:focus:-ms-input-placeholder {
  color: #F4F8CC !important
}

.ph-pear-lighter::-ms-input-placeholder,
.focus-ph-pear-lighter:focus::-ms-input-placeholder {
  color: #F4F8CC !important
}

.ph-pear-lighter::placeholder,
.focus-ph-pear-lighter:focus::placeholder {
  color: #F4F8CC !important
}

.ph-pear-lightest::-webkit-input-placeholder,
.focus-ph-pear-lightest:focus::-webkit-input-placeholder {
  color: #FBFDEE !important
}

.ph-pear-lightest::-moz-placeholder,
.focus-ph-pear-lightest:focus::-moz-placeholder {
  color: #FBFDEE !important
}

.ph-pear-lightest:-ms-input-placeholder,
.focus-ph-pear-lightest:focus:-ms-input-placeholder {
  color: #FBFDEE !important
}

.ph-pear-lightest::-ms-input-placeholder,
.focus-ph-pear-lightest:focus::-ms-input-placeholder {
  color: #FBFDEE !important
}

.ph-pear-lightest::placeholder,
.focus-ph-pear-lightest:focus::placeholder {
  color: #FBFDEE !important
}

.ph-green-darkest::-webkit-input-placeholder,
.focus-ph-green-darkest:focus::-webkit-input-placeholder {
  color: #206120 !important
}

.ph-green-darkest::-moz-placeholder,
.focus-ph-green-darkest:focus::-moz-placeholder {
  color: #206120 !important
}

.ph-green-darkest:-ms-input-placeholder,
.focus-ph-green-darkest:focus:-ms-input-placeholder {
  color: #206120 !important
}

.ph-green-darkest::-ms-input-placeholder,
.focus-ph-green-darkest:focus::-ms-input-placeholder {
  color: #206120 !important
}

.ph-green-darkest::placeholder,
.focus-ph-green-darkest:focus::placeholder {
  color: #206120 !important
}

.ph-green-darker::-webkit-input-placeholder,
.focus-ph-green-darker:focus::-webkit-input-placeholder {
  color: #2F8D2F !important
}

.ph-green-darker::-moz-placeholder,
.focus-ph-green-darker:focus::-moz-placeholder {
  color: #2F8D2F !important
}

.ph-green-darker:-ms-input-placeholder,
.focus-ph-green-darker:focus:-ms-input-placeholder {
  color: #2F8D2F !important
}

.ph-green-darker::-ms-input-placeholder,
.focus-ph-green-darker:focus::-ms-input-placeholder {
  color: #2F8D2F !important
}

.ph-green-darker::placeholder,
.focus-ph-green-darker:focus::placeholder {
  color: #2F8D2F !important
}

.ph-green-dark::-webkit-input-placeholder,
.focus-ph-green-dark:focus::-webkit-input-placeholder {
  color: #39AB39 !important
}

.ph-green-dark::-moz-placeholder,
.focus-ph-green-dark:focus::-moz-placeholder {
  color: #39AB39 !important
}

.ph-green-dark:-ms-input-placeholder,
.focus-ph-green-dark:focus:-ms-input-placeholder {
  color: #39AB39 !important
}

.ph-green-dark::-ms-input-placeholder,
.focus-ph-green-dark:focus::-ms-input-placeholder {
  color: #39AB39 !important
}

.ph-green-dark::placeholder,
.focus-ph-green-dark:focus::placeholder {
  color: #39AB39 !important
}

.ph-green::-webkit-input-placeholder,
.focus-ph-green:focus::-webkit-input-placeholder {
  color: #49C249 !important
}

.ph-green::-moz-placeholder,
.focus-ph-green:focus::-moz-placeholder {
  color: #49C249 !important
}

.ph-green:-ms-input-placeholder,
.focus-ph-green:focus:-ms-input-placeholder {
  color: #49C249 !important
}

.ph-green::-ms-input-placeholder,
.focus-ph-green:focus::-ms-input-placeholder {
  color: #49C249 !important
}

.ph-green::placeholder,
.focus-ph-green:focus::placeholder {
  color: #49C249 !important
}

.ph-green-light::-webkit-input-placeholder,
.focus-ph-green-light:focus::-webkit-input-placeholder {
  color: #89E089 !important
}

.ph-green-light::-moz-placeholder,
.focus-ph-green-light:focus::-moz-placeholder {
  color: #89E089 !important
}

.ph-green-light:-ms-input-placeholder,
.focus-ph-green-light:focus:-ms-input-placeholder {
  color: #89E089 !important
}

.ph-green-light::-ms-input-placeholder,
.focus-ph-green-light:focus::-ms-input-placeholder {
  color: #89E089 !important
}

.ph-green-light::placeholder,
.focus-ph-green-light:focus::placeholder {
  color: #89E089 !important
}

.ph-green-lighter::-webkit-input-placeholder,
.focus-ph-green-lighter:focus::-webkit-input-placeholder {
  color: #DCF3DC !important
}

.ph-green-lighter::-moz-placeholder,
.focus-ph-green-lighter:focus::-moz-placeholder {
  color: #DCF3DC !important
}

.ph-green-lighter:-ms-input-placeholder,
.focus-ph-green-lighter:focus:-ms-input-placeholder {
  color: #DCF3DC !important
}

.ph-green-lighter::-ms-input-placeholder,
.focus-ph-green-lighter:focus::-ms-input-placeholder {
  color: #DCF3DC !important
}

.ph-green-lighter::placeholder,
.focus-ph-green-lighter:focus::placeholder {
  color: #DCF3DC !important
}

.ph-green-lightest::-webkit-input-placeholder,
.focus-ph-green-lightest:focus::-webkit-input-placeholder {
  color: #EAF8EA !important
}

.ph-green-lightest::-moz-placeholder,
.focus-ph-green-lightest:focus::-moz-placeholder {
  color: #EAF8EA !important
}

.ph-green-lightest:-ms-input-placeholder,
.focus-ph-green-lightest:focus:-ms-input-placeholder {
  color: #EAF8EA !important
}

.ph-green-lightest::-ms-input-placeholder,
.focus-ph-green-lightest:focus::-ms-input-placeholder {
  color: #EAF8EA !important
}

.ph-green-lightest::placeholder,
.focus-ph-green-lightest:focus::placeholder {
  color: #EAF8EA !important
}

.ph-mint-darkest::-webkit-input-placeholder,
.focus-ph-mint-darkest:focus::-webkit-input-placeholder {
  color: #136B44 !important
}

.ph-mint-darkest::-moz-placeholder,
.focus-ph-mint-darkest:focus::-moz-placeholder {
  color: #136B44 !important
}

.ph-mint-darkest:-ms-input-placeholder,
.focus-ph-mint-darkest:focus:-ms-input-placeholder {
  color: #136B44 !important
}

.ph-mint-darkest::-ms-input-placeholder,
.focus-ph-mint-darkest:focus::-ms-input-placeholder {
  color: #136B44 !important
}

.ph-mint-darkest::placeholder,
.focus-ph-mint-darkest:focus::placeholder {
  color: #136B44 !important
}

.ph-mint-darker::-webkit-input-placeholder,
.focus-ph-mint-darker:focus::-webkit-input-placeholder {
  color: #1DA569 !important
}

.ph-mint-darker::-moz-placeholder,
.focus-ph-mint-darker:focus::-moz-placeholder {
  color: #1DA569 !important
}

.ph-mint-darker:-ms-input-placeholder,
.focus-ph-mint-darker:focus:-ms-input-placeholder {
  color: #1DA569 !important
}

.ph-mint-darker::-ms-input-placeholder,
.focus-ph-mint-darker:focus::-ms-input-placeholder {
  color: #1DA569 !important
}

.ph-mint-darker::placeholder,
.focus-ph-mint-darker:focus::placeholder {
  color: #1DA569 !important
}

.ph-mint-dark::-webkit-input-placeholder,
.focus-ph-mint-dark:focus::-webkit-input-placeholder {
  color: #23C67E !important
}

.ph-mint-dark::-moz-placeholder,
.focus-ph-mint-dark:focus::-moz-placeholder {
  color: #23C67E !important
}

.ph-mint-dark:-ms-input-placeholder,
.focus-ph-mint-dark:focus:-ms-input-placeholder {
  color: #23C67E !important
}

.ph-mint-dark::-ms-input-placeholder,
.focus-ph-mint-dark:focus::-ms-input-placeholder {
  color: #23C67E !important
}

.ph-mint-dark::placeholder,
.focus-ph-mint-dark:focus::placeholder {
  color: #23C67E !important
}

.ph-mint::-webkit-input-placeholder,
.focus-ph-mint:focus::-webkit-input-placeholder {
  color: #35DB92 !important
}

.ph-mint::-moz-placeholder,
.focus-ph-mint:focus::-moz-placeholder {
  color: #35DB92 !important
}

.ph-mint:-ms-input-placeholder,
.focus-ph-mint:focus:-ms-input-placeholder {
  color: #35DB92 !important
}

.ph-mint::-ms-input-placeholder,
.focus-ph-mint:focus::-ms-input-placeholder {
  color: #35DB92 !important
}

.ph-mint::placeholder,
.focus-ph-mint:focus::placeholder {
  color: #35DB92 !important
}

.ph-mint-light::-webkit-input-placeholder,
.focus-ph-mint-light:focus::-webkit-input-placeholder {
  color: #89EABF !important
}

.ph-mint-light::-moz-placeholder,
.focus-ph-mint-light:focus::-moz-placeholder {
  color: #89EABF !important
}

.ph-mint-light:-ms-input-placeholder,
.focus-ph-mint-light:focus:-ms-input-placeholder {
  color: #89EABF !important
}

.ph-mint-light::-ms-input-placeholder,
.focus-ph-mint-light:focus::-ms-input-placeholder {
  color: #89EABF !important
}

.ph-mint-light::placeholder,
.focus-ph-mint-light:focus::placeholder {
  color: #89EABF !important
}

.ph-mint-lighter::-webkit-input-placeholder,
.focus-ph-mint-lighter:focus::-webkit-input-placeholder {
  color: #DCF9EC !important
}

.ph-mint-lighter::-moz-placeholder,
.focus-ph-mint-lighter:focus::-moz-placeholder {
  color: #DCF9EC !important
}

.ph-mint-lighter:-ms-input-placeholder,
.focus-ph-mint-lighter:focus:-ms-input-placeholder {
  color: #DCF9EC !important
}

.ph-mint-lighter::-ms-input-placeholder,
.focus-ph-mint-lighter:focus::-ms-input-placeholder {
  color: #DCF9EC !important
}

.ph-mint-lighter::placeholder,
.focus-ph-mint-lighter:focus::placeholder {
  color: #DCF9EC !important
}

.ph-mint-lightest::-webkit-input-placeholder,
.focus-ph-mint-lightest:focus::-webkit-input-placeholder {
  color: #F2FCF7 !important
}

.ph-mint-lightest::-moz-placeholder,
.focus-ph-mint-lightest:focus::-moz-placeholder {
  color: #F2FCF7 !important
}

.ph-mint-lightest:-ms-input-placeholder,
.focus-ph-mint-lightest:focus:-ms-input-placeholder {
  color: #F2FCF7 !important
}

.ph-mint-lightest::-ms-input-placeholder,
.focus-ph-mint-lightest:focus::-ms-input-placeholder {
  color: #F2FCF7 !important
}

.ph-mint-lightest::placeholder,
.focus-ph-mint-lightest:focus::placeholder {
  color: #F2FCF7 !important
}

.ph-teal-darkest::-webkit-input-placeholder,
.focus-ph-teal-darkest:focus::-webkit-input-placeholder {
  color: #225960 !important
}

.ph-teal-darkest::-moz-placeholder,
.focus-ph-teal-darkest:focus::-moz-placeholder {
  color: #225960 !important
}

.ph-teal-darkest:-ms-input-placeholder,
.focus-ph-teal-darkest:focus:-ms-input-placeholder {
  color: #225960 !important
}

.ph-teal-darkest::-ms-input-placeholder,
.focus-ph-teal-darkest:focus::-ms-input-placeholder {
  color: #225960 !important
}

.ph-teal-darkest::placeholder,
.focus-ph-teal-darkest:focus::placeholder {
  color: #225960 !important
}

.ph-teal-darker::-webkit-input-placeholder,
.focus-ph-teal-darker:focus::-webkit-input-placeholder {
  color: #2D747D !important
}

.ph-teal-darker::-moz-placeholder,
.focus-ph-teal-darker:focus::-moz-placeholder {
  color: #2D747D !important
}

.ph-teal-darker:-ms-input-placeholder,
.focus-ph-teal-darker:focus:-ms-input-placeholder {
  color: #2D747D !important
}

.ph-teal-darker::-ms-input-placeholder,
.focus-ph-teal-darker:focus::-ms-input-placeholder {
  color: #2D747D !important
}

.ph-teal-darker::placeholder,
.focus-ph-teal-darker:focus::placeholder {
  color: #2D747D !important
}

.ph-teal-dark::-webkit-input-placeholder,
.focus-ph-teal-dark:focus::-webkit-input-placeholder {
  color: #378E99 !important
}

.ph-teal-dark::-moz-placeholder,
.focus-ph-teal-dark:focus::-moz-placeholder {
  color: #378E99 !important
}

.ph-teal-dark:-ms-input-placeholder,
.focus-ph-teal-dark:focus:-ms-input-placeholder {
  color: #378E99 !important
}

.ph-teal-dark::-ms-input-placeholder,
.focus-ph-teal-dark:focus::-ms-input-placeholder {
  color: #378E99 !important
}

.ph-teal-dark::placeholder,
.focus-ph-teal-dark:focus::placeholder {
  color: #378E99 !important
}

.ph-teal::-webkit-input-placeholder,
.focus-ph-teal:focus::-webkit-input-placeholder {
  color: #42A9B6 !important
}

.ph-teal::-moz-placeholder,
.focus-ph-teal:focus::-moz-placeholder {
  color: #42A9B6 !important
}

.ph-teal:-ms-input-placeholder,
.focus-ph-teal:focus:-ms-input-placeholder {
  color: #42A9B6 !important
}

.ph-teal::-ms-input-placeholder,
.focus-ph-teal:focus::-ms-input-placeholder {
  color: #42A9B6 !important
}

.ph-teal::placeholder,
.focus-ph-teal:focus::placeholder {
  color: #42A9B6 !important
}

.ph-teal-light::-webkit-input-placeholder,
.focus-ph-teal-light:focus::-webkit-input-placeholder {
  color: #95D1D9 !important
}

.ph-teal-light::-moz-placeholder,
.focus-ph-teal-light:focus::-moz-placeholder {
  color: #95D1D9 !important
}

.ph-teal-light:-ms-input-placeholder,
.focus-ph-teal-light:focus:-ms-input-placeholder {
  color: #95D1D9 !important
}

.ph-teal-light::-ms-input-placeholder,
.focus-ph-teal-light:focus::-ms-input-placeholder {
  color: #95D1D9 !important
}

.ph-teal-light::placeholder,
.focus-ph-teal-light:focus::placeholder {
  color: #95D1D9 !important
}

.ph-teal-lighter::-webkit-input-placeholder,
.focus-ph-teal-lighter:focus::-webkit-input-placeholder {
  color: #DDF0F3 !important
}

.ph-teal-lighter::-moz-placeholder,
.focus-ph-teal-lighter:focus::-moz-placeholder {
  color: #DDF0F3 !important
}

.ph-teal-lighter:-ms-input-placeholder,
.focus-ph-teal-lighter:focus:-ms-input-placeholder {
  color: #DDF0F3 !important
}

.ph-teal-lighter::-ms-input-placeholder,
.focus-ph-teal-lighter:focus::-ms-input-placeholder {
  color: #DDF0F3 !important
}

.ph-teal-lighter::placeholder,
.focus-ph-teal-lighter:focus::placeholder {
  color: #DDF0F3 !important
}

.ph-teal-lightest::-webkit-input-placeholder,
.focus-ph-teal-lightest:focus::-webkit-input-placeholder {
  color: #EDF9FA !important
}

.ph-teal-lightest::-moz-placeholder,
.focus-ph-teal-lightest:focus::-moz-placeholder {
  color: #EDF9FA !important
}

.ph-teal-lightest:-ms-input-placeholder,
.focus-ph-teal-lightest:focus:-ms-input-placeholder {
  color: #EDF9FA !important
}

.ph-teal-lightest::-ms-input-placeholder,
.focus-ph-teal-lightest:focus::-ms-input-placeholder {
  color: #EDF9FA !important
}

.ph-teal-lightest::placeholder,
.focus-ph-teal-lightest:focus::placeholder {
  color: #EDF9FA !important
}

.ph-wine-darkest::-webkit-input-placeholder,
.focus-ph-wine-darkest:focus::-webkit-input-placeholder {
  color: #481E23 !important
}

.ph-wine-darkest::-moz-placeholder,
.focus-ph-wine-darkest:focus::-moz-placeholder {
  color: #481E23 !important
}

.ph-wine-darkest:-ms-input-placeholder,
.focus-ph-wine-darkest:focus:-ms-input-placeholder {
  color: #481E23 !important
}

.ph-wine-darkest::-ms-input-placeholder,
.focus-ph-wine-darkest:focus::-ms-input-placeholder {
  color: #481E23 !important
}

.ph-wine-darkest::placeholder,
.focus-ph-wine-darkest:focus::placeholder {
  color: #481E23 !important
}

.ph-wine-darker::-webkit-input-placeholder,
.focus-ph-wine-darker:focus::-webkit-input-placeholder {
  color: #722F37 !important
}

.ph-wine-darker::-moz-placeholder,
.focus-ph-wine-darker:focus::-moz-placeholder {
  color: #722F37 !important
}

.ph-wine-darker:-ms-input-placeholder,
.focus-ph-wine-darker:focus:-ms-input-placeholder {
  color: #722F37 !important
}

.ph-wine-darker::-ms-input-placeholder,
.focus-ph-wine-darker:focus::-ms-input-placeholder {
  color: #722F37 !important
}

.ph-wine-darker::placeholder,
.focus-ph-wine-darker:focus::placeholder {
  color: #722F37 !important
}

.ph-wine-dark::-webkit-input-placeholder,
.focus-ph-wine-dark:focus::-webkit-input-placeholder {
  color: #8E3A44 !important
}

.ph-wine-dark::-moz-placeholder,
.focus-ph-wine-dark:focus::-moz-placeholder {
  color: #8E3A44 !important
}

.ph-wine-dark:-ms-input-placeholder,
.focus-ph-wine-dark:focus:-ms-input-placeholder {
  color: #8E3A44 !important
}

.ph-wine-dark::-ms-input-placeholder,
.focus-ph-wine-dark:focus::-ms-input-placeholder {
  color: #8E3A44 !important
}

.ph-wine-dark::placeholder,
.focus-ph-wine-dark:focus::placeholder {
  color: #8E3A44 !important
}

.ph-wine::-webkit-input-placeholder,
.focus-ph-wine:focus::-webkit-input-placeholder {
  color: #AA4652 !important
}

.ph-wine::-moz-placeholder,
.focus-ph-wine:focus::-moz-placeholder {
  color: #AA4652 !important
}

.ph-wine:-ms-input-placeholder,
.focus-ph-wine:focus:-ms-input-placeholder {
  color: #AA4652 !important
}

.ph-wine::-ms-input-placeholder,
.focus-ph-wine:focus::-ms-input-placeholder {
  color: #AA4652 !important
}

.ph-wine::placeholder,
.focus-ph-wine:focus::placeholder {
  color: #AA4652 !important
}

.ph-wine-light::-webkit-input-placeholder,
.focus-ph-wine-light:focus::-webkit-input-placeholder {
  color: #D2939A !important
}

.ph-wine-light::-moz-placeholder,
.focus-ph-wine-light:focus::-moz-placeholder {
  color: #D2939A !important
}

.ph-wine-light:-ms-input-placeholder,
.focus-ph-wine-light:focus:-ms-input-placeholder {
  color: #D2939A !important
}

.ph-wine-light::-ms-input-placeholder,
.focus-ph-wine-light:focus::-ms-input-placeholder {
  color: #D2939A !important
}

.ph-wine-light::placeholder,
.focus-ph-wine-light:focus::placeholder {
  color: #D2939A !important
}

.ph-wine-lighter::-webkit-input-placeholder,
.focus-ph-wine-lighter:focus::-webkit-input-placeholder {
  color: #EFD8DB !important
}

.ph-wine-lighter::-moz-placeholder,
.focus-ph-wine-lighter:focus::-moz-placeholder {
  color: #EFD8DB !important
}

.ph-wine-lighter:-ms-input-placeholder,
.focus-ph-wine-lighter:focus:-ms-input-placeholder {
  color: #EFD8DB !important
}

.ph-wine-lighter::-ms-input-placeholder,
.focus-ph-wine-lighter:focus::-ms-input-placeholder {
  color: #EFD8DB !important
}

.ph-wine-lighter::placeholder,
.focus-ph-wine-lighter:focus::placeholder {
  color: #EFD8DB !important
}

.ph-wine-lightest::-webkit-input-placeholder,
.focus-ph-wine-lightest:focus::-webkit-input-placeholder {
  color: #FAF3F4 !important
}

.ph-wine-lightest::-moz-placeholder,
.focus-ph-wine-lightest:focus::-moz-placeholder {
  color: #FAF3F4 !important
}

.ph-wine-lightest:-ms-input-placeholder,
.focus-ph-wine-lightest:focus:-ms-input-placeholder {
  color: #FAF3F4 !important
}

.ph-wine-lightest::-ms-input-placeholder,
.focus-ph-wine-lightest:focus::-ms-input-placeholder {
  color: #FAF3F4 !important
}

.ph-wine-lightest::placeholder,
.focus-ph-wine-lightest:focus::placeholder {
  color: #FAF3F4 !important
}

.ph-brown-darkest::-webkit-input-placeholder,
.focus-ph-brown-darkest:focus::-webkit-input-placeholder {
  color: #3D2F2B !important
}

.ph-brown-darkest::-moz-placeholder,
.focus-ph-brown-darkest:focus::-moz-placeholder {
  color: #3D2F2B !important
}

.ph-brown-darkest:-ms-input-placeholder,
.focus-ph-brown-darkest:focus:-ms-input-placeholder {
  color: #3D2F2B !important
}

.ph-brown-darkest::-ms-input-placeholder,
.focus-ph-brown-darkest:focus::-ms-input-placeholder {
  color: #3D2F2B !important
}

.ph-brown-darkest::placeholder,
.focus-ph-brown-darkest:focus::placeholder {
  color: #3D2F2B !important
}

.ph-brown-darker::-webkit-input-placeholder,
.focus-ph-brown-darker:focus::-webkit-input-placeholder {
  color: #54413B !important
}

.ph-brown-darker::-moz-placeholder,
.focus-ph-brown-darker:focus::-moz-placeholder {
  color: #54413B !important
}

.ph-brown-darker:-ms-input-placeholder,
.focus-ph-brown-darker:focus:-ms-input-placeholder {
  color: #54413B !important
}

.ph-brown-darker::-ms-input-placeholder,
.focus-ph-brown-darker:focus::-ms-input-placeholder {
  color: #54413B !important
}

.ph-brown-darker::placeholder,
.focus-ph-brown-darker:focus::placeholder {
  color: #54413B !important
}

.ph-brown-dark::-webkit-input-placeholder,
.focus-ph-brown-dark:focus::-webkit-input-placeholder {
  color: #6B534C !important
}

.ph-brown-dark::-moz-placeholder,
.focus-ph-brown-dark:focus::-moz-placeholder {
  color: #6B534C !important
}

.ph-brown-dark:-ms-input-placeholder,
.focus-ph-brown-dark:focus:-ms-input-placeholder {
  color: #6B534C !important
}

.ph-brown-dark::-ms-input-placeholder,
.focus-ph-brown-dark:focus::-ms-input-placeholder {
  color: #6B534C !important
}

.ph-brown-dark::placeholder,
.focus-ph-brown-dark:focus::placeholder {
  color: #6B534C !important
}

.ph-brown::-webkit-input-placeholder,
.focus-ph-brown:focus::-webkit-input-placeholder {
  color: #8D6D64 !important
}

.ph-brown::-moz-placeholder,
.focus-ph-brown:focus::-moz-placeholder {
  color: #8D6D64 !important
}

.ph-brown:-ms-input-placeholder,
.focus-ph-brown:focus:-ms-input-placeholder {
  color: #8D6D64 !important
}

.ph-brown::-ms-input-placeholder,
.focus-ph-brown:focus::-ms-input-placeholder {
  color: #8D6D64 !important
}

.ph-brown::placeholder,
.focus-ph-brown:focus::placeholder {
  color: #8D6D64 !important
}

.ph-brown-light::-webkit-input-placeholder,
.focus-ph-brown-light:focus::-webkit-input-placeholder {
  color: #C8B7B2 !important
}

.ph-brown-light::-moz-placeholder,
.focus-ph-brown-light:focus::-moz-placeholder {
  color: #C8B7B2 !important
}

.ph-brown-light:-ms-input-placeholder,
.focus-ph-brown-light:focus:-ms-input-placeholder {
  color: #C8B7B2 !important
}

.ph-brown-light::-ms-input-placeholder,
.focus-ph-brown-light:focus::-ms-input-placeholder {
  color: #C8B7B2 !important
}

.ph-brown-light::placeholder,
.focus-ph-brown-light:focus::placeholder {
  color: #C8B7B2 !important
}

.ph-brown-lighter::-webkit-input-placeholder,
.focus-ph-brown-lighter:focus::-webkit-input-placeholder {
  color: #E9E2E0 !important
}

.ph-brown-lighter::-moz-placeholder,
.focus-ph-brown-lighter:focus::-moz-placeholder {
  color: #E9E2E0 !important
}

.ph-brown-lighter:-ms-input-placeholder,
.focus-ph-brown-lighter:focus:-ms-input-placeholder {
  color: #E9E2E0 !important
}

.ph-brown-lighter::-ms-input-placeholder,
.focus-ph-brown-lighter:focus::-ms-input-placeholder {
  color: #E9E2E0 !important
}

.ph-brown-lighter::placeholder,
.focus-ph-brown-lighter:focus::placeholder {
  color: #E9E2E0 !important
}

.ph-brown-lightest::-webkit-input-placeholder,
.focus-ph-brown-lightest:focus::-webkit-input-placeholder {
  color: #FFF9F7 !important
}

.ph-brown-lightest::-moz-placeholder,
.focus-ph-brown-lightest:focus::-moz-placeholder {
  color: #FFF9F7 !important
}

.ph-brown-lightest:-ms-input-placeholder,
.focus-ph-brown-lightest:focus:-ms-input-placeholder {
  color: #FFF9F7 !important
}

.ph-brown-lightest::-ms-input-placeholder,
.focus-ph-brown-lightest:focus::-ms-input-placeholder {
  color: #FFF9F7 !important
}

.ph-brown-lightest::placeholder,
.focus-ph-brown-lightest:focus::placeholder {
  color: #FFF9F7 !important
}

.ph-almond-darkest::-webkit-input-placeholder,
.focus-ph-almond-darkest:focus::-webkit-input-placeholder {
  color: #634120 !important
}

.ph-almond-darkest::-moz-placeholder,
.focus-ph-almond-darkest:focus::-moz-placeholder {
  color: #634120 !important
}

.ph-almond-darkest:-ms-input-placeholder,
.focus-ph-almond-darkest:focus:-ms-input-placeholder {
  color: #634120 !important
}

.ph-almond-darkest::-ms-input-placeholder,
.focus-ph-almond-darkest:focus::-ms-input-placeholder {
  color: #634120 !important
}

.ph-almond-darkest::placeholder,
.focus-ph-almond-darkest:focus::placeholder {
  color: #634120 !important
}

.ph-almond-darker::-webkit-input-placeholder,
.focus-ph-almond-darker:focus::-webkit-input-placeholder {
  color: #8A5B2C !important
}

.ph-almond-darker::-moz-placeholder,
.focus-ph-almond-darker:focus::-moz-placeholder {
  color: #8A5B2C !important
}

.ph-almond-darker:-ms-input-placeholder,
.focus-ph-almond-darker:focus:-ms-input-placeholder {
  color: #8A5B2C !important
}

.ph-almond-darker::-ms-input-placeholder,
.focus-ph-almond-darker:focus::-ms-input-placeholder {
  color: #8A5B2C !important
}

.ph-almond-darker::placeholder,
.focus-ph-almond-darker:focus::placeholder {
  color: #8A5B2C !important
}

.ph-almond-dark::-webkit-input-placeholder,
.focus-ph-almond-dark:focus::-webkit-input-placeholder {
  color: #AD7237 !important
}

.ph-almond-dark::-moz-placeholder,
.focus-ph-almond-dark:focus::-moz-placeholder {
  color: #AD7237 !important
}

.ph-almond-dark:-ms-input-placeholder,
.focus-ph-almond-dark:focus:-ms-input-placeholder {
  color: #AD7237 !important
}

.ph-almond-dark::-ms-input-placeholder,
.focus-ph-almond-dark:focus::-ms-input-placeholder {
  color: #AD7237 !important
}

.ph-almond-dark::placeholder,
.focus-ph-almond-dark:focus::placeholder {
  color: #AD7237 !important
}

.ph-almond::-webkit-input-placeholder,
.focus-ph-almond:focus::-webkit-input-placeholder {
  color: #C48647 !important
}

.ph-almond::-moz-placeholder,
.focus-ph-almond:focus::-moz-placeholder {
  color: #C48647 !important
}

.ph-almond:-ms-input-placeholder,
.focus-ph-almond:focus:-ms-input-placeholder {
  color: #C48647 !important
}

.ph-almond::-ms-input-placeholder,
.focus-ph-almond:focus::-ms-input-placeholder {
  color: #C48647 !important
}

.ph-almond::placeholder,
.focus-ph-almond:focus::placeholder {
  color: #C48647 !important
}

.ph-almond-light::-webkit-input-placeholder,
.focus-ph-almond-light:focus::-webkit-input-placeholder {
  color: #DCB792 !important
}

.ph-almond-light::-moz-placeholder,
.focus-ph-almond-light:focus::-moz-placeholder {
  color: #DCB792 !important
}

.ph-almond-light:-ms-input-placeholder,
.focus-ph-almond-light:focus:-ms-input-placeholder {
  color: #DCB792 !important
}

.ph-almond-light::-ms-input-placeholder,
.focus-ph-almond-light:focus::-ms-input-placeholder {
  color: #DCB792 !important
}

.ph-almond-light::placeholder,
.focus-ph-almond-light:focus::placeholder {
  color: #DCB792 !important
}

.ph-almond-lighter::-webkit-input-placeholder,
.focus-ph-almond-lighter:focus::-webkit-input-placeholder {
  color: #EFDECD !important
}

.ph-almond-lighter::-moz-placeholder,
.focus-ph-almond-lighter:focus::-moz-placeholder {
  color: #EFDECD !important
}

.ph-almond-lighter:-ms-input-placeholder,
.focus-ph-almond-lighter:focus:-ms-input-placeholder {
  color: #EFDECD !important
}

.ph-almond-lighter::-ms-input-placeholder,
.focus-ph-almond-lighter:focus::-ms-input-placeholder {
  color: #EFDECD !important
}

.ph-almond-lighter::placeholder,
.focus-ph-almond-lighter:focus::placeholder {
  color: #EFDECD !important
}

.ph-almond-lightest::-webkit-input-placeholder,
.focus-ph-almond-lightest:focus::-webkit-input-placeholder {
  color: #F9F0E8 !important
}

.ph-almond-lightest::-moz-placeholder,
.focus-ph-almond-lightest:focus::-moz-placeholder {
  color: #F9F0E8 !important
}

.ph-almond-lightest:-ms-input-placeholder,
.focus-ph-almond-lightest:focus:-ms-input-placeholder {
  color: #F9F0E8 !important
}

.ph-almond-lightest::-ms-input-placeholder,
.focus-ph-almond-lightest:focus::-ms-input-placeholder {
  color: #F9F0E8 !important
}

.ph-almond-lightest::placeholder,
.focus-ph-almond-lightest:focus::placeholder {
  color: #F9F0E8 !important
}

.ph-slategray-darkest::-webkit-input-placeholder,
.focus-ph-slategray-darkest:focus::-webkit-input-placeholder {
  color: #05192D !important
}

.ph-slategray-darkest::-moz-placeholder,
.focus-ph-slategray-darkest:focus::-moz-placeholder {
  color: #05192D !important
}

.ph-slategray-darkest:-ms-input-placeholder,
.focus-ph-slategray-darkest:focus:-ms-input-placeholder {
  color: #05192D !important
}

.ph-slategray-darkest::-ms-input-placeholder,
.focus-ph-slategray-darkest:focus::-ms-input-placeholder {
  color: #05192D !important
}

.ph-slategray-darkest::placeholder,
.focus-ph-slategray-darkest:focus::placeholder {
  color: #05192D !important
}

.ph-slategray-darker::-webkit-input-placeholder,
.focus-ph-slategray-darker:focus::-webkit-input-placeholder {
  color: #102C45 !important
}

.ph-slategray-darker::-moz-placeholder,
.focus-ph-slategray-darker:focus::-moz-placeholder {
  color: #102C45 !important
}

.ph-slategray-darker:-ms-input-placeholder,
.focus-ph-slategray-darker:focus:-ms-input-placeholder {
  color: #102C45 !important
}

.ph-slategray-darker::-ms-input-placeholder,
.focus-ph-slategray-darker:focus::-ms-input-placeholder {
  color: #102C45 !important
}

.ph-slategray-darker::placeholder,
.focus-ph-slategray-darker:focus::placeholder {
  color: #102C45 !important
}

.ph-slategray-dark::-webkit-input-placeholder,
.focus-ph-slategray-dark:focus::-webkit-input-placeholder {
  color: #2F5070 !important
}

.ph-slategray-dark::-moz-placeholder,
.focus-ph-slategray-dark:focus::-moz-placeholder {
  color: #2F5070 !important
}

.ph-slategray-dark:-ms-input-placeholder,
.focus-ph-slategray-dark:focus:-ms-input-placeholder {
  color: #2F5070 !important
}

.ph-slategray-dark::-ms-input-placeholder,
.focus-ph-slategray-dark:focus::-ms-input-placeholder {
  color: #2F5070 !important
}

.ph-slategray-dark::placeholder,
.focus-ph-slategray-dark:focus::placeholder {
  color: #2F5070 !important
}

.ph-slategray::-webkit-input-placeholder,
.focus-ph-slategray:focus::-webkit-input-placeholder {
  color: #517495 !important
}

.ph-slategray::-moz-placeholder,
.focus-ph-slategray:focus::-moz-placeholder {
  color: #517495 !important
}

.ph-slategray:-ms-input-placeholder,
.focus-ph-slategray:focus:-ms-input-placeholder {
  color: #517495 !important
}

.ph-slategray::-ms-input-placeholder,
.focus-ph-slategray:focus::-ms-input-placeholder {
  color: #517495 !important
}

.ph-slategray::placeholder,
.focus-ph-slategray:focus::placeholder {
  color: #517495 !important
}

.ph-slategray-light::-webkit-input-placeholder,
.focus-ph-slategray-light:focus::-webkit-input-placeholder {
  color: #96B1CB !important
}

.ph-slategray-light::-moz-placeholder,
.focus-ph-slategray-light:focus::-moz-placeholder {
  color: #96B1CB !important
}

.ph-slategray-light:-ms-input-placeholder,
.focus-ph-slategray-light:focus:-ms-input-placeholder {
  color: #96B1CB !important
}

.ph-slategray-light::-ms-input-placeholder,
.focus-ph-slategray-light:focus::-ms-input-placeholder {
  color: #96B1CB !important
}

.ph-slategray-light::placeholder,
.focus-ph-slategray-light:focus::placeholder {
  color: #96B1CB !important
}

.ph-slategray-lighter::-webkit-input-placeholder,
.focus-ph-slategray-lighter:focus::-webkit-input-placeholder {
  color: #D0DCE7 !important
}

.ph-slategray-lighter::-moz-placeholder,
.focus-ph-slategray-lighter:focus::-moz-placeholder {
  color: #D0DCE7 !important
}

.ph-slategray-lighter:-ms-input-placeholder,
.focus-ph-slategray-lighter:focus:-ms-input-placeholder {
  color: #D0DCE7 !important
}

.ph-slategray-lighter::-ms-input-placeholder,
.focus-ph-slategray-lighter:focus::-ms-input-placeholder {
  color: #D0DCE7 !important
}

.ph-slategray-lighter::placeholder,
.focus-ph-slategray-lighter:focus::placeholder {
  color: #D0DCE7 !important
}

.ph-slategray-lightest::-webkit-input-placeholder,
.focus-ph-slategray-lightest:focus::-webkit-input-placeholder {
  color: #F2F5F7 !important
}

.ph-slategray-lightest::-moz-placeholder,
.focus-ph-slategray-lightest:focus::-moz-placeholder {
  color: #F2F5F7 !important
}

.ph-slategray-lightest:-ms-input-placeholder,
.focus-ph-slategray-lightest:focus:-ms-input-placeholder {
  color: #F2F5F7 !important
}

.ph-slategray-lightest::-ms-input-placeholder,
.focus-ph-slategray-lightest:focus::-ms-input-placeholder {
  color: #F2F5F7 !important
}

.ph-slategray-lightest::placeholder,
.focus-ph-slategray-lightest:focus::placeholder {
  color: #F2F5F7 !important
}

.ph-gray-darkest::-webkit-input-placeholder,
.focus-ph-gray-darkest:focus::-webkit-input-placeholder {
  color: #36454F !important
}

.ph-gray-darkest::-moz-placeholder,
.focus-ph-gray-darkest:focus::-moz-placeholder {
  color: #36454F !important
}

.ph-gray-darkest:-ms-input-placeholder,
.focus-ph-gray-darkest:focus:-ms-input-placeholder {
  color: #36454F !important
}

.ph-gray-darkest::-ms-input-placeholder,
.focus-ph-gray-darkest:focus::-ms-input-placeholder {
  color: #36454F !important
}

.ph-gray-darkest::placeholder,
.focus-ph-gray-darkest:focus::placeholder {
  color: #36454F !important
}

.ph-gray-darker::-webkit-input-placeholder,
.focus-ph-gray-darker:focus::-webkit-input-placeholder {
  color: #465966 !important
}

.ph-gray-darker::-moz-placeholder,
.focus-ph-gray-darker:focus::-moz-placeholder {
  color: #465966 !important
}

.ph-gray-darker:-ms-input-placeholder,
.focus-ph-gray-darker:focus:-ms-input-placeholder {
  color: #465966 !important
}

.ph-gray-darker::-ms-input-placeholder,
.focus-ph-gray-darker:focus::-ms-input-placeholder {
  color: #465966 !important
}

.ph-gray-darker::placeholder,
.focus-ph-gray-darker:focus::placeholder {
  color: #465966 !important
}

.ph-gray-dark::-webkit-input-placeholder,
.focus-ph-gray-dark:focus::-webkit-input-placeholder {
  color: #566E7E !important
}

.ph-gray-dark::-moz-placeholder,
.focus-ph-gray-dark:focus::-moz-placeholder {
  color: #566E7E !important
}

.ph-gray-dark:-ms-input-placeholder,
.focus-ph-gray-dark:focus:-ms-input-placeholder {
  color: #566E7E !important
}

.ph-gray-dark::-ms-input-placeholder,
.focus-ph-gray-dark:focus::-ms-input-placeholder {
  color: #566E7E !important
}

.ph-gray-dark::placeholder,
.focus-ph-gray-dark:focus::placeholder {
  color: #566E7E !important
}

.ph-gray::-webkit-input-placeholder,
.focus-ph-gray:focus::-webkit-input-placeholder {
  color: #668295 !important
}

.ph-gray::-moz-placeholder,
.focus-ph-gray:focus::-moz-placeholder {
  color: #668295 !important
}

.ph-gray:-ms-input-placeholder,
.focus-ph-gray:focus:-ms-input-placeholder {
  color: #668295 !important
}

.ph-gray::-ms-input-placeholder,
.focus-ph-gray:focus::-ms-input-placeholder {
  color: #668295 !important
}

.ph-gray::placeholder,
.focus-ph-gray:focus::placeholder {
  color: #668295 !important
}

.ph-gray-light::-webkit-input-placeholder,
.focus-ph-gray-light:focus::-webkit-input-placeholder {
  color: #B7C4CD !important
}

.ph-gray-light::-moz-placeholder,
.focus-ph-gray-light:focus::-moz-placeholder {
  color: #B7C4CD !important
}

.ph-gray-light:-ms-input-placeholder,
.focus-ph-gray-light:focus:-ms-input-placeholder {
  color: #B7C4CD !important
}

.ph-gray-light::-ms-input-placeholder,
.focus-ph-gray-light:focus::-ms-input-placeholder {
  color: #B7C4CD !important
}

.ph-gray-light::placeholder,
.focus-ph-gray-light:focus::placeholder {
  color: #B7C4CD !important
}

.ph-gray-lighter::-webkit-input-placeholder,
.focus-ph-gray-lighter:focus::-webkit-input-placeholder {
  color: #E4E8EB !important
}

.ph-gray-lighter::-moz-placeholder,
.focus-ph-gray-lighter:focus::-moz-placeholder {
  color: #E4E8EB !important
}

.ph-gray-lighter:-ms-input-placeholder,
.focus-ph-gray-lighter:focus:-ms-input-placeholder {
  color: #E4E8EB !important
}

.ph-gray-lighter::-ms-input-placeholder,
.focus-ph-gray-lighter:focus::-ms-input-placeholder {
  color: #E4E8EB !important
}

.ph-gray-lighter::placeholder,
.focus-ph-gray-lighter:focus::placeholder {
  color: #E4E8EB !important
}

.ph-gray-lightest::-webkit-input-placeholder,
.focus-ph-gray-lightest:focus::-webkit-input-placeholder {
  color: #EEF1F5 !important
}

.ph-gray-lightest::-moz-placeholder,
.focus-ph-gray-lightest:focus::-moz-placeholder {
  color: #EEF1F5 !important
}

.ph-gray-lightest:-ms-input-placeholder,
.focus-ph-gray-lightest:focus:-ms-input-placeholder {
  color: #EEF1F5 !important
}

.ph-gray-lightest::-ms-input-placeholder,
.focus-ph-gray-lightest:focus::-ms-input-placeholder {
  color: #EEF1F5 !important
}

.ph-gray-lightest::placeholder,
.focus-ph-gray-lightest:focus::placeholder {
  color: #EEF1F5 !important
}

.outline-none,
.focus-outline-none:focus {
  outline: 0
}

.fill-current {
  fill: currentColor !important
}

.stroke-current {
  stroke: currentColor !important
}

.bg-current {
  background-color: currentColor !important
}

.color-current {
  color: currentColor !important
}

.border-current {
  border-color: currentColor !important
}

.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
}

.select-all {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all
}

.select-auto {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto
}

.resize-none {
  resize: none
}

.resize-both {
  resize: both
}

.resize-horizontal {
  resize: horizontal
}

.resize-vertical {
  resize: vertical
}

.resize-initial {
  resize: initial
}

.resize-inherit {
  resize: inherit
}

.scroll-smooth {
  scroll-behavior: smooth
}

.object-fill {
  -o-object-fit: fill;
  object-fit: fill
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.object-scale-down {
  -o-object-fit: scale-down;
  object-fit: scale-down
}

.object-none {
  -o-object-fit: none;
  object-fit: none
}

@media (min-width: 576px) {
  .sm-object-fill {
    -o-object-fit: fill;
    object-fit: fill
  }

  .sm-object-contain {
    -o-object-fit: contain;
    object-fit: contain
  }

  .sm-object-cover {
    -o-object-fit: cover;
    object-fit: cover
  }

  .sm-object-scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down
  }

  .sm-object-none {
    -o-object-fit: none;
    object-fit: none
  }
}

@media (min-width: 768px) {
  .md-object-fill {
    -o-object-fit: fill;
    object-fit: fill
  }

  .md-object-contain {
    -o-object-fit: contain;
    object-fit: contain
  }

  .md-object-cover {
    -o-object-fit: cover;
    object-fit: cover
  }

  .md-object-scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down
  }

  .md-object-none {
    -o-object-fit: none;
    object-fit: none
  }
}

@media (min-width: 992px) {
  .lg-object-fill {
    -o-object-fit: fill;
    object-fit: fill
  }

  .lg-object-contain {
    -o-object-fit: contain;
    object-fit: contain
  }

  .lg-object-cover {
    -o-object-fit: cover;
    object-fit: cover
  }

  .lg-object-scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down
  }

  .lg-object-none {
    -o-object-fit: none;
    object-fit: none
  }
}

@media (min-width: 1200px) {
  .xl-object-fill {
    -o-object-fit: fill;
    object-fit: fill
  }

  .xl-object-contain {
    -o-object-fit: contain;
    object-fit: contain
  }

  .xl-object-cover {
    -o-object-fit: cover;
    object-fit: cover
  }

  .xl-object-scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down
  }

  .xl-object-none {
    -o-object-fit: none;
    object-fit: none
  }
}

.border-box {
  box-sizing: border-box
}

.content-box {
  box-sizing: content-box
}

.spinner {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border-width: .1rem;
  border-style: solid;
  border-color: currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotation .8s linear infinite;
  animation: rotation .8s linear infinite
}

.input,
.input-xs,
.input-md,
.input-lg,
.select,
.select-xs,
.select-md,
.select-lg {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #668295;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #B7C4CD;
  border-radius: 4px;
  vertical-align: middle
}

.input:disabled,
.input.disabled,
fieldset:disabled .input,
.input-xs:disabled,
.input-xs.disabled,
fieldset:disabled .input-xs,
.input-md:disabled,
.input-md.disabled,
fieldset:disabled .input-md,
.input-lg:disabled,
.input-lg.disabled,
fieldset:disabled .input-lg,
.select:disabled,
.select.disabled,
fieldset:disabled .select,
.select-xs:disabled,
.select-xs.disabled,
fieldset:disabled .select-xs,
.select-md:disabled,
.select-md.disabled,
fieldset:disabled .select-md,
.select-lg:disabled,
.select-lg.disabled,
fieldset:disabled .select-lg {
  pointer-events: none;
  cursor: not-allowed;
  background-color: rgba(183, 196, 205, 0.2)
}

.input:focus,
.input-xs:focus,
.input-md:focus,
.input-lg:focus,
.select:focus,
.select-xs:focus,
.select-md:focus,
.select-lg:focus {
  outline: none;
  box-shadow: 0 0 0 0.125em rgba(183, 196, 205, 0.5)
}

.input:hover,
.input-xs:hover,
.input-md:hover,
.input-lg:hover,
.select:hover,
.select-xs:hover,
.select-md:hover,
.select-lg:hover {
  border-color: #60798b
}

.input::-webkit-input-placeholder,
.input-xs::-webkit-input-placeholder,
.input-md::-webkit-input-placeholder,
.input-lg::-webkit-input-placeholder,
.select::-webkit-input-placeholder,
.select-xs::-webkit-input-placeholder,
.select-md::-webkit-input-placeholder,
.select-lg::-webkit-input-placeholder {
  color: #B7C4CD
}

.input::-moz-placeholder,
.input-xs::-moz-placeholder,
.input-md::-moz-placeholder,
.input-lg::-moz-placeholder,
.select::-moz-placeholder,
.select-xs::-moz-placeholder,
.select-md::-moz-placeholder,
.select-lg::-moz-placeholder {
  color: #B7C4CD
}

.input:-ms-input-placeholder,
.input-xs:-ms-input-placeholder,
.input-md:-ms-input-placeholder,
.input-lg:-ms-input-placeholder,
.select:-ms-input-placeholder,
.select-xs:-ms-input-placeholder,
.select-md:-ms-input-placeholder,
.select-lg:-ms-input-placeholder {
  color: #B7C4CD
}

.input::-ms-input-placeholder,
.input-xs::-ms-input-placeholder,
.input-md::-ms-input-placeholder,
.input-lg::-ms-input-placeholder,
.select::-ms-input-placeholder,
.select-xs::-ms-input-placeholder,
.select-md::-ms-input-placeholder,
.select-lg::-ms-input-placeholder {
  color: #B7C4CD
}

.input::placeholder,
.input-xs::placeholder,
.input-md::placeholder,
.input-lg::placeholder,
.select::placeholder,
.select-xs::placeholder,
.select-md::placeholder,
.select-lg::placeholder {
  color: #B7C4CD
}

.input.full,
.input-xs.full,
.input-md.full,
.input-lg.full,
.select.full,
.select-xs.full,
.select-md.full,
.select-lg.full {
  width: 100%
}

.input.half,
.input-xs.half,
.input-md.half,
.input-lg.half,
.select.half,
.select-xs.half,
.select-md.half,
.select-lg.half {
  width: 50%
}

.input,
.select {
  height: calc(1.5rem + .75rem + 2px);
  padding: 0.375rem calc(.75rem + .5rem);
  font-size: .8rem
}

.input-xs,
.select-xs {
  height: calc(1.5rem + .4rem + 2px);
  padding: 0.2rem calc(.5rem + .5rem);
  font-size: .64rem
}

.input-md,
.select-md {
  height: calc(1.5rem + 1rem + 2px);
  padding: 0.5rem calc(1rem + .5rem);
  font-size: 1rem
}

.input-lg,
.select-lg {
  height: calc(1.8rem + 1.25rem + 2px);
  padding: 0.625rem calc(1.25rem + .5rem);
  font-size: 1.2rem
}

.input-wrapper {
  display: inline-flex;
  border: 1px solid #B7C4CD;
  border-radius: 4px
}

.input-wrapper .input-icon {
  opacity: 0.5;
  padding: .375rem .75rem;
  display: flex;
  align-items: center;
  justify-content: center
}

.input-wrapper .input {
  border: 0px solid transparent !important
}

.input-wrapper .input:focus {
  box-shadow: none
}

.input-wrapper .input:focus~.input-icon {
  opacity: 1 !important
}

.input-wrapper .input:hover {
  border-color: transparent
}

.textarea,
.textarea-xs,
.textarea-md,
.textarea-lg {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #668295;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #B7C4CD;
  border-radius: 4px;
  vertical-align: middle;
  padding: .75rem;
  width: 100%
}

.textarea:disabled,
.textarea.disabled,
fieldset:disabled .textarea,
.textarea-xs:disabled,
.textarea-xs.disabled,
fieldset:disabled .textarea-xs,
.textarea-md:disabled,
.textarea-md.disabled,
fieldset:disabled .textarea-md,
.textarea-lg:disabled,
.textarea-lg.disabled,
fieldset:disabled .textarea-lg {
  pointer-events: none;
  cursor: not-allowed;
  background-color: rgba(183, 196, 205, 0.2)
}

.textarea:focus,
.textarea-xs:focus,
.textarea-md:focus,
.textarea-lg:focus {
  outline: none;
  box-shadow: 0 0 0 0.125em rgba(183, 196, 205, 0.5)
}

.textarea:hover,
.textarea-xs:hover,
.textarea-md:hover,
.textarea-lg:hover {
  border-color: #60798b
}

.textarea::-webkit-input-placeholder,
.textarea-xs::-webkit-input-placeholder,
.textarea-md::-webkit-input-placeholder,
.textarea-lg::-webkit-input-placeholder {
  color: #B7C4CD
}

.textarea::-moz-placeholder,
.textarea-xs::-moz-placeholder,
.textarea-md::-moz-placeholder,
.textarea-lg::-moz-placeholder {
  color: #B7C4CD
}

.textarea:-ms-input-placeholder,
.textarea-xs:-ms-input-placeholder,
.textarea-md:-ms-input-placeholder,
.textarea-lg:-ms-input-placeholder {
  color: #B7C4CD
}

.textarea::-ms-input-placeholder,
.textarea-xs::-ms-input-placeholder,
.textarea-md::-ms-input-placeholder,
.textarea-lg::-ms-input-placeholder {
  color: #B7C4CD
}

.textarea::placeholder,
.textarea-xs::placeholder,
.textarea-md::placeholder,
.textarea-lg::placeholder {
  color: #B7C4CD
}

.textarea.full,
.textarea-xs.full,
.textarea-md.full,
.textarea-lg.full {
  width: 100%
}

.textarea.half,
.textarea-xs.half,
.textarea-md.half,
.textarea-lg.half {
  width: 50%
}

.textarea {
  font-size: .8rem
}

.textarea-xs {
  font-size: .64rem
}

.textarea-md {
  font-size: 1rem
}

.textarea-lg {
  font-size: 1.2rem
}

.select,
.select-xs,
.select-md,
.select-lg {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: .6em;
  background-position: calc(100% - .6em) center;
  background-repeat: no-repeat
}

.select[multiple],
.select[size]:not([size="1"]),
.select-xs[multiple],
.select-xs[size]:not([size="1"]),
.select-md[multiple],
.select-md[size]:not([size="1"]),
.select-lg[multiple],
.select-lg[size]:not([size="1"]) {
  height: auto;
  background-image: none;
  padding: 0px
}

.select[multiple] option,
.select[size]:not([size="1"]) option,
.select-xs[multiple] option,
.select-xs[size]:not([size="1"]) option,
.select-md[multiple] option,
.select-md[size]:not([size="1"]) option,
.select-lg[multiple] option,
.select-lg[size]:not([size="1"]) option {
  padding: 0.375rem calc(.75rem + .5rem)
}

.select-dark {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.button,
.button-xs,
.button-md,
.button-lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #566E7E;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px
}

.button:disabled,
.button.disabled,
fieldset:disabled .button,
.button-xs:disabled,
.button-xs.disabled,
fieldset:disabled .button-xs,
.button-md:disabled,
.button-md.disabled,
fieldset:disabled .button-md,
.button-lg:disabled,
.button-lg.disabled,
fieldset:disabled .button-lg {
  cursor: not-allowed !important;
  opacity: 0.3 !important
}

.button:focus,
.button-xs:focus,
.button-md:focus,
.button-lg:focus {
  outline: none;
  box-shadow: 0 0 0 0.15em rgba(102, 130, 149, 0.5)
}

.button:hover,
.button-xs:hover,
.button-md:hover,
.button-lg:hover {
  opacity: 0.6
}

.button[class*=' hover']:hover,
.button-xs[class*=' hover']:hover,
.button-md[class*=' hover']:hover,
.button-lg[class*=' hover']:hover {
  opacity: 1
}

.button .input-icon,
.button-xs .input-icon,
.button-md .input-icon,
.button-lg .input-icon {
  display: flex;
  align-items: center;
  justify-content: center
}

.button.loading,
.button-xs.loading,
.button-md.loading,
.button-lg.loading {
  pointer-events: none;
  cursor: wait !important;
  opacity: 0.8
}

.button.loading::after,
.button-xs.loading::after,
.button-md.loading::after,
.button-lg.loading::after {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  border-width: .1rem;
  border-style: solid;
  border-color: currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotation .5s linear infinite;
  animation: rotation .5s linear infinite;
  margin-left: 0.5rem;
  margin-right: -1rem
}

.button.full,
.button-xs.full,
.button-md.full,
.button-lg.full {
  width: 100%
}

.button.half,
.button-xs.half,
.button-md.half,
.button-lg.half {
  width: 50%
}

.button {
  height: calc(1.5rem + .75rem + 2px);
  padding: 0.375rem calc(.75rem + 1rem);
  font-size: .8rem
}

.button.loading::after {
  width: 1.2rem;
  height: 1.2rem
}

.button-xs {
  height: calc(1.5rem + .4rem + 2px);
  padding: 0.2rem calc(.5rem + 1rem);
  font-size: .64rem
}

.button-xs.loading::after {
  width: .96rem;
  height: .96rem
}

.button-md {
  height: calc(1.5rem + 1rem + 2px);
  padding: 0.5rem calc(1rem + 1.2rem);
  font-size: 1.1rem !important;
}

.button-md.loading::after {
  width: 1.5rem;
  height: 1.5rem
}

.button-lg {
  height: calc(1.8rem + 1.25rem + 2px);
  padding: 0.625rem calc(1.25rem + 1.5rem);
  font-size: 1.2rem
}

.button-lg.loading::after {
  width: 1.8rem;
  height: 1.8rem
}

.checkbox,
.radio,
.checkbox-bullet,
.checkbox-round {
  position: absolute;
  opacity: 0;
  z-index: -1
}

.checkbox+label,
.radio+label,
.checkbox-bullet+label,
.checkbox-round+label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2em;
  height: 1.4em;
  line-height: 1.5;
  cursor: pointer
}

.checkbox+label::before,
.checkbox+label::after,
.radio+label::before,
.radio+label::after,
.checkbox-bullet+label::before,
.checkbox-bullet+label::after,
.checkbox-round+label::before,
.checkbox-round+label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.4em;
  height: 1.4em
}

.checkbox+label::before,
.radio+label::before,
.checkbox-bullet+label::before,
.checkbox-round+label::before {
  content: " ";
  border: 2px solid currentColor
}

.checkbox+label:hover::before,
.radio+label:hover::before,
.checkbox-bullet+label:hover::before,
.checkbox-round+label:hover::before {
  opacity: 0.8
}

.checkbox:disabled+label::before,
.checkbox:disabled+label,
.checkbox.disabled+label::before,
.checkbox.disabled+label,
.radio:disabled+label::before,
.radio:disabled+label,
.radio.disabled+label::before,
.radio.disabled+label,
.checkbox-bullet:disabled+label::before,
.checkbox-bullet:disabled+label,
.checkbox-bullet.disabled+label::before,
.checkbox-bullet.disabled+label,
.checkbox-round:disabled+label::before,
.checkbox-round:disabled+label,
.checkbox-round.disabled+label::before,
.checkbox-round.disabled+label {
  cursor: not-allowed !important;
  opacity: 0.4 !important
}

.checkbox+label::after,
.radio+label::after,
.checkbox-bullet+label::after,
.checkbox-round+label::after {
  transform: scale(0)
}

.checkbox:checked+label::after,
.radio:checked+label::after,
.checkbox-bullet:checked+label::after,
.checkbox-round:checked+label::after {
  transform: scale(1)
}

.checkbox+label::before,
.checkbox+label::after,
.radio+label::before,
.radio+label::after,
.checkbox-bullet+label::before,
.checkbox-bullet+label::after,
.checkbox-round+label::before,
.checkbox-round+label::after {
  transition: 200ms all ease
}

.checkbox+label::after,
.checkbox-round+label::after {
  content: '\2714';
  color: white !important;
  line-height: 1.5;
  text-align: center
}

.checkbox+label::before,
.checkbox-round+label::before {
  border-radius: 20%
}

.checkbox:checked+label::before,
.checkbox-round:checked+label::before {
  background: currentColor;
  border-color: currentColor
}

.checkbox-round+label::before {
  border-radius: 50%
}

.checkbox-bullet+label::before {
  border-radius: 20%
}

.checkbox-bullet+label::after {
  content: " ";
  top: .2em;
  left: .2em;
  width: 1em;
  height: 1em;
  background: currentColor;
  border: .2em solid white !important;
  border-radius: 20%
}

.radio+label::before {
  border-radius: 50%
}

.radio+label::after {
  content: " ";
  top: .2em;
  left: .2em;
  width: 1em;
  height: 1em;
  background: currentColor;
  border: .2em solid white !important;
  border-radius: 50%
}

.table-container {
  width: 100%
}

.table-container table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border: 1px solid #E4E8EB
}

.table-container table th,
.table-container table td {
  padding: .8rem
}

.table-container table thead {
  font-weight: bold
}

.table-striped tbody tr:nth-child(even) {
  background-color: #EEF1F5
}

.row-border tr {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit
}

.cell-border td {
  border-width: 1px;
  border-style: solid;
  border-color: inherit
}

.table-head thead {
  background-color: #EEF1F5
}

.horizontal-group {
  display: inline-flex
}

.horizontal-group>:not(:first-child):not(:last-child) {
  border-radius: 0px
}

.horizontal-group>:first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px
}

.horizontal-group>:last-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px
}

.horizontal-group>:not(:last-child) {
  margin-right: -1px
}

.vertical-group {
  display: inline-flex;
  flex-direction: column
}

.vertical-group>:not(:first-child):not(:last-child) {
  border-radius: 0px
}

.vertical-group>:first-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px
}

.vertical-group>:last-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px
}

.vertical-group>:not(:last-child) {
  margin-bottom: -1px
}

/*# sourceMappingURL=shorthand.min.css.map */

.w-m {
  height: 200px;
 
}
.m-51 {
  margin: 70px;
}

 .footer-container * {
  color: white;
}